/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */

.container-menu-pesquisa {
  position: relative;
  display: inline-block;
  /*text-align: left;*/
}

.btn-open-lista-pesquisa {
  /*padding: 0 20px;*/
  height: 30px;
  display: inline-block;
  background-color: #f48136;
  border-color: #f48136;
  line-height: 30px;
  color: #fff;
}

.btn-add-pesquisa-txt {
  padding: 0px 0px 0px 5px;
  color: #fff;
}

.menu-pesquisa {
  width: 280px;
  padding: 10px 0;
  outline: none;
  overflow: visible;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  display: none;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
}

.menu-pesquisa .listagem {
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}

.menu-pesquisa .listagem input[type="checkbox"] {
  margin-right: 5px;
}

.menu-pesquisa .listagem li {
  padding: 2px 0;
  vertical-align: middle;
}

.menu-pesquisa .frm-nova-pesquisa {
  display: none;
  text-align: right;
}

/* -------------------------------------- */

.dialig-floater {
  width: 300px;
  margin-left: -150px;
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 500;
}

.dialog-pesquisa {
  border: 1px solid #c5c5c5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.dialog-pesquisa-header {
  padding: 15px 15px 0 15px;
}

.dialog-pesquisa-body {
  padding: 15px;
}

.dialog-pesquisa-footer {
  padding: 15px;
  background: #f6f6f6;
}

.dialog-pesquisa-title {
  text-align: left;
  font-size: 15px;
}

.dialog-pesquisa input[type="text"] {
  width: 100%;
  height: 28px;
  font-size: 13px;
  color: #333;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #d3d3d3;
  border-radius: 0;
}

.btn-p {
  display: inline-block;
  height: 28px;
  border: solid 1px #d3d3d3;
  padding: 0 10px;
  outline: 0;
  font-size: 13px;
  font-family: "Varela Round", â€‹ sans-serif;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
}

.btn-p-default {
  border-color: #1ab58b;
  background: #1ab58b;
  color: #fff;
}

.btn-p-link {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #f48136;
}

.dialog-pesquisa .txt-left {
  text-align: left;
}

/* ------------------------------------------------- */

.dialog-excluir {
  width: 300px;
  display: none;
  margin-left: -150px;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 100;
}

.dialog-criar {
  width: 300px;
  display: none;
  margin-left: -150px;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 100;
}

/* ------------------------------------------------- */

.hand {
  cursor: pointer;
}

.reedicoes a {
  color: #f48136;
}

.reedicoes a:hover {
  text-decoration: underline;
}

/* O INSTITUTO 2023 */
.sec-institute-2::before {
  opacity: 0.05;
}
