.ui-state-focus {
  outline: none !important;
}

.manualLink {
  color: #1B231B !important;
  background: #5dc25d !important;
  border: 3px solid #468046 !important;
  padding: 10px !important;
  border-radius: 5px;
}

.manualClaro {
  color: #1B231B !important;
  background: #99f599 !important;
  border: 3px solid #6fc26f !important;
}

.manualEscuro {
  color: #1B231B !important;
  background: #5dc25d !important;
  border: 3px solid #468046 !important;
}

.manual {
  min-height: 35px;
  margin: 0px 0px 20px 0px;
  text-shadow: none !important;
  padding: 0 10px;
  max-width: 400px;
  width: 100%;
  transition: 0.5s;
}

.header__top {
  align-items: center;
  background: #F58428;
  display: flex;
  min-height: 45px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 640.98px) {
  .header__top {
    flex-direction: column-reverse;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .header__top {
    flex-direction: row;
  }
}
.header__top__menu {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
@media (max-width: 640.98px) {
  .header__top__menu {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__menu {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.header__top__menu a {
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  padding: 0.5rem 1rem;
}
.header__top__menu a:hover {
  color: #14467C;
}
.header__top__menu li + li {
  border-left: 1px solid #FFFFFF;
  margin-left: 10px;
  padding-left: 10px;
}
.header__top__social {
  display: inline-flex;
}
@media (max-width: 640.98px) {
  .header__top__social {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__social {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}
.header__top__social li + li {
  margin-left: 15px;
}
@media (max-width: 640.98px) {
  .header__top__social img {
    width: 28px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__social img {
    width: 28px;
  }
}
.header__center {
  background: #eff3f7;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 640.98px) {
  .header__center {
    height: 0px;
    visibility: hidden;
    width: 0px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center {
    height: 0px;
    visibility: hidden;
    width: 0px;
  }
}
@media (min-width: 1025px) {
  .header__center {
    height: 130px;
  }
}
.header__center p {
  color: #14467C;
  display: block;
  font-weight: 800;
  font-size: 0.9rem;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 0px 0px -20px;
}
@media (max-width: 640.98px) {
  .header__center p {
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center p {
    visibility: hidden;
  }
}
.header__center__logo {
  padding: 5px 0;
  margin-top: 15px;
  width: 120px;
}
@media (max-width: 640.98px) {
  .header__center__logo {
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center__logo {
    visibility: hidden;
  }
}
.header__center__img {
  bottom: 0px;
  position: relative;
}
@media (min-width: 1025px) {
  .header__center__img {
    width: 600px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center__img {
    visibility: hidden;
    width: 0px;
  }
}
@media (max-width: 640.98px) {
  .header__center__img {
    visibility: hidden;
    width: 0px;
  }
}
.header__bottom {
  position: relative;
  min-height: 50px;
}
.header .ui-menu.ui-menubar {
  align-items: center;
  background: #14467C;
  border: 1px solid #14467C;
  display: flex;
  min-height: 50px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header .ui-menu .ui-menuitem-text {
  color: white;
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header .ui-menu.ui-widget li > .ui-menuitem-link {
  padding: 0.5em 0em;
  margin: 0 10px;
}
.header .verticalmenu {
  background: #14467C;
}
.header .ui-state-default, .header .ui-widget-content .ui-state-default, .header .ui-widget-header .ui-state-default {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.header .ui-corner-all {
  border-radius: 0px;
}
.header ul {
  list-style: none;
  margin: 0;
}

#formHome #conteudoPrincipal {
  display: flex;
  align-items: center;
  text-align: justify;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formHome #conteudoPrincipal {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640.98px) {
  #formHome #conteudoPrincipal {
    flex-direction: column-reverse;
  }
}
#formHome #conteudoPrincipal .divAcesso {
  text-align: center;
}
@media (min-width: 1025px) {
  #formHome #conteudoPrincipal .divAcesso {
    width: 600px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formHome #conteudoPrincipal .divAcesso {
    width: 100%;
  }
}
@media (max-width: 640.98px) {
  #formHome #conteudoPrincipal .divAcesso {
    width: 100%;
  }
}
#formHome #conteudoPrincipal .divAcesso h3 {
  margin: 10px 0 30px;
  font-weight: 600;
  text-transform: uppercase;
}
#formHome #conteudoPrincipal .divAcesso__pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#formHome #conteudoPrincipal .divAcesso__login {
  min-height: 100px;
  text-align: center;
  padding: 10px 0;
}
#formHome #conteudoPrincipal .divAcesso__login a {
  background: #f49505;
  border: 1px solid #004a77;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 1025px) {
  #formHome #conteudoPrincipal .divAcesso__login a {
    padding: 20px 100px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formHome #conteudoPrincipal .divAcesso__login a {
    padding: 20px 100px;
  }
}
@media (max-width: 640.98px) {
  #formHome #conteudoPrincipal .divAcesso__login a {
    padding: 20px 60px;
  }
}
#formHome #conteudoPrincipal .divAcesso .acessoManual {
  padding: 5px 5px;
  text-decoration: none;
}
#formHome #conteudoPrincipal .divInfo {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1025px) {
  #formHome #conteudoPrincipal .divInfo {
    min-height: 350px;
  }
}

.dlgLogin {
  width: 350px !important;
}
.dlgLogin .ui-widget-header .ui-inputfield, .dlgLogin .ui-widget-content .ui-inputfield {
  width: 100%;
}
.dlgLogin__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlgLogin__btn {
    margin: -5px 0px 5px;
  }
}

@media (min-width: 1025px) {
  .dlg__dlgEsqueceuEmail {
    width: 450px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlg__dlgEsqueceuEmail {
    width: 450px !important;
  }
}
.dlg__dlgEsqueceuEmail__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlg__dlgEsqueceuEmail__btn {
    margin: -5px 0px 5px;
  }
}

.dlg__top {
  top: 0px !important;
}
@media (min-width: 1025px) {
  .dlg__dlgEsqueceuSenha {
    width: 450px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlg__dlgEsqueceuSenha {
    width: 450px !important;
  }
}
.dlg__dlgEsqueceuSenha__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlg__dlgEsqueceuSenha__btn {
    margin: -5px 0px 5px;
  }
}

.dlgEsqueciSenha {
  width: 500px !important;
}

#formLoginAreaRestrita {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640.98px) {
  #formLoginAreaRestrita {
    flex-direction: column;
  }
}
#formLoginAreaRestrita .voltarBtn {
  background: #097bc1;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  position: relative;
  text-decoration: none;
  transition: 0.5s;
  z-index: 800;
}
@media (max-width: 640.98px) {
  #formLoginAreaRestrita .voltarBtn {
    margin-bottom: 10px;
    width: 100%;
  }
}
#formLoginAreaRestrita .acessoRestrito {
  background: #f49505;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  z-index: 800;
}
@media (max-width: 640.98px) {
  #formLoginAreaRestrita .acessoRestrito {
    width: 100%;
  }
}
#formLoginAreaRestrita .acessoRestrito:hover {
  background: #b77005;
  color: #ffffff;
  text-decoration: none;
}

#form-login {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}
@media (min-width: 1025px) {
  #form-login .panelLogin {
    width: 350px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #form-login .panelLogin {
    width: 350px;
  }
}
@media (max-width: 640.98px) {
  #form-login .panelLogin {
    width: 100%;
  }
}
#form-login .panelLogin .ui-widget-content .ui-inputfield {
  width: 100%;
}
#form-login .panelLogin__acoes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#form-login .panelLogin__acoes__btn {
  margin: 5px 0;
  height: 30px;
  width: 100%;
}
#form-login .panelLogin__acoes__link {
  margin: 5px 0;
}

.principal__text {
  background-color: #fcf8e3;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  padding-top: 0% !important;
  font-weight: bolder !important;
  border-radius: 5px;
  border: #c99e56 4px solid;
}
.principal__text__position {
  align-content: center;
  position: relative !important;
  text-align: center;
}
@media (min-width: 1025px) {
  .principal__text__position {
    width: 70%;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .principal__text__position {
    width: 85%;
  }
}
@media (max-width: 640.98px) {
  .principal__text__position {
    width: 100%;
  }
}
.principal__text__boasVindas {
  font-size: 16pt !important;
  margin: 15px;
  font-weight: bolder !important;
}
.principal__text__boasVindas__detalhes {
  font-size: 10pt !important;
}
@media (min-width: 1025px) {
  .principal__text__boasVindas__detalhes {
    margin: 0 20% 20px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .principal__text__boasVindas__detalhes {
    margin: 0 15% 20px;
  }
}
@media (max-width: 640.98px) {
  .principal__text__boasVindas__detalhes {
    margin: 0 5% 20px;
  }
}

@media (min-width: 1025px) {
  .dlgAddDirigente {
    width: 400px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgAddDirigente {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}

@media (min-width: 1025px) {
  .dlgAddTelefone {
    width: 300px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgAddTelefone {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}

@media (min-width: 1025px) {
  .dlgAlteracaoSenha {
    width: 600px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgAlteracaoSenha {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}

#formCadInstituicao .meusDados__panel {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  #formCadInstituicao .meusDados__columnAction {
    width: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formCadInstituicao .meusDados__columnAction {
    width: 60px;
  }
}
#formCadInstituicao .meusDados__btn {
  width: 100%;
}
#formCadInstituicao .ui-panel .ui-panel-content {
  padding: 0;
}

#formCadLogin {
  margin: 0 auto;
  max-width: 1200px;
}
#formCadLogin .panelCadLogin__btn {
  height: 30px;
  width: 100%;
}

@media (min-width: 1025px) {
  .dlgContatos {
    top: 15px !important;
    width: 800px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgContatos {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}
.dlgContatos .ui-datatable .ui-datatable-data td, .dlgContatos .ui-datatable .ui-datatable-data-empty td {
  font-size: 12px;
  line-height: normal;
}
.dlgContatos__dataTable {
  overflow: auto;
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnCPF {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnOcupacao {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnTelefone {
    width: 115px;
  }
}

.dlgDocumentos {
  width: 600px !important;
}

#formBotaoSair {
  margin: 0 auto 10px;
  max-width: 1200px;
}
#formBotaoSair .acessoRestrito {
  background: #f49505;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  position: relative;
  transition: 0.5s;
  top: 5px;
  z-index: 800;
}
#formBotaoSair .acessoRestrito:hover {
  background: #b77005;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formBotaoSair .acessoRestrito {
    left: calc(50% - 65px);
  }
}
@media (max-width: 640.98px) {
  #formBotaoSair .acessoRestrito {
    left: calc(50% - 65px);
  }
}

#formAdm {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1025px) {
  #formAdm .tabela__columnBtn {
    width: 100px;
    text-align: center;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formAdm .tabela__columnBtn {
    width: 100px;
    text-align: center;
  }
}
#formAdm .tabela__columnBtn .buttonColumn {
  width: 31px;
  height: 31px;
}
#formAdm .ui-datatable .ui-datatable-data td, #formAdm .ui-datatable .ui-datatable-data-empty td {
  line-height: normal;
  font-size: 1.3rem;
}

.dlgInstituicaoEncontrada {
  width: 600px !important;
}
.dlgInstituicaoEncontrada p {
  font-size: 1.6rem;
  text-align: justify;
  padding: 0;
}
@media (min-width: 1025px) {
  .dlgInstituicaoEncontrada p {
    margin: 0 0 10px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgInstituicaoEncontrada p {
    margin: 0 0 10px;
  }
}
@media (max-width: 640.98px) {
  .dlgInstituicaoEncontrada p {
    margin: 10px 0;
  }
}

#formCadInstituicao .cardEdital {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin: 10px 0px;
  box-shadow: 0px 0px 5px 1px;
}
#formCadInstituicao .cardEdital h1 {
  margin: 0 5px;
  font-size: 20px;
  text-align: center;
}
#formCadInstituicao .cardEdital h3 {
  margin: 5px 0 10px;
  text-align: center;
  font-size: 16px;
}
#formCadInstituicao .cardEdital p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 14px;
}
#formCadInstituicao .editalInfo {
  margin-bottom: 10px;
}
#formCadInstituicao .editalInfo .ui-panel {
  border: 1px solid #f58428;
  padding: 0px 0px 5px 0px;
}
#formCadInstituicao .editalInfo .ui-panel .ui-panel-titlebar {
  background: #f58428;
  color: white;
  margin: 0px;
  border: none;
  border-radius: 0px;
}
#formCadInstituicao .editalInfo__panel {
  align-items: start;
  flex-direction: column;
  display: flex;
  width: 100%;
}
#formCadInstituicao .editalInfo__panel label {
  margin: 0;
}
#formCadInstituicao .editalInfo__panel .ui-selectonemenu {
  font-size: 17px;
  min-width: 200px !important;
  width: 100%;
}
#formCadInstituicao .editalInfo__panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: 9px;
}
#formCadInstituicao .editalInfo__descricao {
  align-items: start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#formCadInstituicao .editalInfo__descricao .answerDescricao {
  width: calc(100% - 0px) !important;
  border: 1px solid #b2b2b2;
  min-height: 32px;
  border-radius: 5px;
  padding: 4px;
}

.footerBanner {
  margin-top: 20px;
}
.footerBanner img {
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: -10px;
}

.footer {
  background: #eff3f7;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .footer {
    border-right: 2px solid #f8a562;
    border-left: 1px solid #f8a562;
    border-bottom: 2px solid #f8a562;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer {
    border-right: 1px solid #f8a562;
    border-left: 1px solid #f8a562;
    border-bottom: 1px solid #f8a562;
  }
}
@media (max-width: 640.98px) {
  .footer {
    border-right: 1px solid #f2cfb3;
    border-left: 1px solid #f2cfb3;
    border-bottom: 1px solid #f2cfb3;
  }
}
.footer__logo {
  display: block;
}
@media (max-width: 640.98px) {
  .footer__logo {
    margin: 0;
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__logo {
    margin: 0px 25px 10px;
  }
}
@media (min-width: 1025px) {
  .footer__logo {
    margin: 0 3% 5px;
  }
}
.footer__logo img {
  max-width: 100%;
}
.footer__social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640.98px) {
  .footer__social {
    top: 5px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__social {
    top: 20px;
  }
}
@media (min-width: 1025px) {
  .footer__social {
    top: 20px;
  }
}
.footer__social__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 640.98px) {
  .footer__social__list {
    margin-bottom: 5px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__social__list {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer__social__list {
    margin-bottom: 15px;
  }
}
.footer__social__list li + li {
  margin-left: 14px;
}
.footer__social__address {
  text-align: center;
}
.footer__social__address p {
  font-weight: normal;
  font-size: 1.3rem;
  color: #4F4F4F;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.6em;
}
.footer__social__address a {
  color: #4F4F4F;
  font-weight: 800;
}
.footer__copyright {
  align-items: center;
  border-top: 1px solid rgba(249, 164, 96, 0.5);
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 0 3%;
}
@media (max-width: 640.98px) {
  .footer__copyright {
    flex-direction: column;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__copyright span {
  position: relative;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  color: #14467C;
}
@media (max-width: 640.98px) {
  .footer__copyright span {
    margin-bottom: 10px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright span {
    margin-bottom: 5px;
  }
}
@media (max-width: 640.98px) {
  .footer__copyright .separador {
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright .separador {
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .footer__copyright .separador {
    margin: 0 4px;
  }
}

@media (max-width: 640.98px) {
  .dlg {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}
.dlg__button {
  height: 30px;
  width: 100%;
}

.fulldlg {
  left: 0px !important;
  height: 100% !important;
  top: 0px !important;
  width: 100% !important;
}

.scrollPanel {
  border: none !important;
  overflow: auto;
}
@media (min-height: 701px) {
  .scrollPanel {
    max-height: 90vh;
  }
}
@media (min-height: 601px) and (max-height: 700.98px) {
  .scrollPanel {
    max-height: 87vh;
  }
}
@media (min-height: 501px) and (max-height: 600.98px) {
  .scrollPanel {
    max-height: 85vh;
  }
}
@media (min-height: 401px) and (max-height: 500.98px) {
  .scrollPanel {
    max-height: 80vh;
  }
}
@media (min-height: 351px) and (max-height: 400.98px) {
  .scrollPanel {
    max-height: 76vh;
  }
}
@media (max-height: 350.98px) {
  .scrollPanel {
    max-height: 70vh;
  }
}

.scrollPanelWithButton {
  border: none !important;
  overflow: auto;
}
@media (min-height: 701px) {
  .scrollPanelWithButton {
    max-height: 75vh;
  }
}
@media (min-height: 601px) and (max-height: 700.98px) {
  .scrollPanelWithButton {
    max-height: 73vh;
  }
}
@media (min-height: 501px) and (max-height: 600.98px) {
  .scrollPanelWithButton {
    max-height: 70vh;
  }
}
@media (min-height: 401px) and (max-height: 500.98px) {
  .scrollPanelWithButton {
    max-height: 68vh;
  }
}
@media (min-height: 351px) and (max-height: 400.98px) {
  .scrollPanelWithButton {
    max-height: 65vh;
  }
}
@media (max-height: 350.98px) {
  .scrollPanelWithButton {
    max-height: 60vh;
  }
}

@-moz-document url-prefix() {
  .ui-icon.download {
    -moz-transform: scale(0.3);
    margin: -17px 0 0 -17px !important;
  }
}
.ui-icon.download {
  top: 0px;
  left: 0px;
  margin: 15px 0px 0px 20px;
  background-position: 0 0 !important;
  width: 65px;
  height: 65px;
  zoom: 0.3;
  background-image: url("../imgs/download.png") !important;
}

.ui-icon.homologar {
  top: 0px;
  left: 0px;
  margin: 3px 0px 0px 4px;
  background-position: 0 0 !important;
  width: 24px;
  height: 24px;
  zoom: 1;
  background-image: url("../imgs/exclamation.png") !important;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
  font-size: 20px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  background: #097bc1;
  color: #ffffff;
  border-bottom: 3px solid #f49505;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 2px 3px 3px 2px;
  zoom: 1.1;
  border-radius: 100%;
}

.ui-states-focus {
  outline: none !important;
}

.ui-outputlabel .ui-outputlabel-rfi {
  color: red;
}

@media (min-width: 1025px) {
  .ui-selectonemenu-panel {
    max-width: 600px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .ui-selectonemenu-panel {
    width: 100% !important;
  }
}
@media (max-width: 640.98px) {
  .ui-selectonemenu-panel {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
