/* ////////// fonts /////////// */

/* Estilos para paginação da grid de integração */
.ui-grid-pager-panel {
  margin-top: 10px !important;
  padding: 10px 0 !important;
}

.ui-grid-pager-control {
  margin: 0 5px !important;
  cursor: pointer !important;
}

.ui-grid-pager-row-count-picker {
  margin: 0 10px !important;
}

/* Reduzir espaçamento entre grid e paginação */
.grid-container .ui-grid {
  margin-bottom: 5px !important;
}

.grid-container .ui-grid-pager-panel {
  margin-top: 5px !important;
  padding: 5px 0 !important;
}

/* Corrigir cursor dos botões de paginação */
.ui-grid-pager-control button {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.ui-grid-pager-control button:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.ui-grid-pager-control button:not(:disabled) {
  cursor: pointer !important;
}

/* Garantir que os botões sejam clicáveis */
.ui-grid-pager-control button,
.ui-grid-pager-control .ui-grid-pager-control-input {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.abaContainer {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.abaContainer.center {
  justify-content: space-around;
}
.abaContainer button {
  border-color: transparent;
  border-bottom: 3px solid transparent;
  padding: 10px 20px;
  background-color: transparent;
  color: rgb(134, 134, 134);
  outline: none;
  box-shadow: none;
  font-weight: bold;
}

.abaContainer button.active {
  color: #000;
  border-bottom: 3px solid #e6ac39;
}

.imageloaded {
  height: 200px !important;
}

.dev-form-check_main {
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
body#login {
  background-image: url("../img/loginBg.png");
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  height: 100vh;
  background-position: center center;
}

body {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* ////////// título das páginas /////////// */

.title-outline div:nth-child(1) {
  color: #fff;
  text-shadow: #d0d0d0 0px 0px 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 46pt;
  font-family: "Arial Black", Gadget, sans-serif;
  line-height: 0.95em;
  margin-left: 20px;
}

.title-outline div:nth-child(2) {
  position: relative;
  margin-top: -80px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 24pt;
  color: #1d5840;
  line-height: 0.85em;
}

.title-outline span {
  color: #ffce00;
}

.title-outline div#bar-bottom {
  position: relative;
  margin-top: 35px;
  margin-bottom: 40px;
  width: 100px;
  height: 5px;
  background-color: #ffce00;
}

.nav-link {
  color: #207daf !important;
}

/*cores*/

.text-red {
  color: #dc202f;
}

.bg-red {
  background-color: #dc202f;
}

.bg-main {
  background-color: #1d5840;
}

.bg-yellow {
  background-color: #ffce00;
}

.text-blue {
  color: #fecc18;
}

.bg-grey-dark {
  background-color: #161616;
}

.bg-grey-medium {
  background-color: #72B502;
}

.btn {
  min-width: 100px !important;
}

.btn-grey-medium,
.btn-grey-medium:visited {
  background-color: #72B502;
  cursor: default;
  font-weight: bold;
}

.btn-grey-medium:hover {
  background-color: #323232;
}

.btn-grey-medium:active {
  background-color: #323232;
}

.btn-grey-light,
.btn-grey-light:visited {
  background-color: #659a16;
  cursor: default;
}

.btn-grey-light:hover {
  background-color: #659a16;
}

.btn-icon {
  fill: #777777;
  margin-top: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  float: left;
}

.btn-icon:hover {
  fill: #dc202f;
  cursor: pointer;
}
.btn-eye {
  fill: #777777;
  margin-top: 0px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  float: left;
}

/*text colors*/

.text-white {
  color: white;
}

/*barras*/

.bar-left-red {
  border-left-color: #dc202f;
  border-left-width: 5px;
  border-left-style: solid;
}

.bar-left-yellow {
  border-left-color: #ffce00;
  border-left-width: 5px;
  border-left-style: solid;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.btn-primary {
  background-color: #fecc18 !important;
  border-color: #fecc18 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #b18e10 !important;
}

.btn-outline-primary {
  color: #b18e10 !important;
  border-color: #b18e10 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited {
  background-color: #b18e10 !important;
  color: white !important;
}

.btn-outline-red {
  color: #dc202f !important;
  border-color: #dc202f !important;
}

.btn-outline-red:hover,
.btn-outline-red:active,
.btn-outline-red:visited {
  background-color: #dc202f !important;
  color: white !important;
}

.fill-white {
  fill: #fff;
}

.fill-red {
  fill: #fecc18;
}

.fill-gray {
  fill: #636363;
}

.div-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.div-enabled {
  opacity: 1;
  pointer-events: visible;
}

table > thead > tr > th > a {
  color: black;
}

/* ==================================================
  Magnific Popup
==================================================== */

/* Inline Content Styling (container) */

.modal-basic {
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.modal-basic-bg {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

/* unstyled popup */

.popup-basic {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 450px;
  margin: 40px auto;
}

/* popup sizes */

.popup-sm {
  max-width: 300px;
}

.popup-lg {
  max-width: 700px;
}

.popup-xl {
  max-width: 1000px;
}

.popup-full {
  max-width: 90%;
}

/* Basic Example */

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

/*Simple fade transition*/

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*==================================================
  Panels
==================================================== */

.panel {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 2px;
}

.panel.panel-transparent {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.panel.panel-border {
  border-style: solid;
  border-width: 0;
}

.panel.panel-border.top {
  border-top-width: 5px;
}

.panel.panel-border.right {
  border-right-width: 5px;
}

.panel.panel-border.bottom {
  border-bottom-width: 5px;
}

.panel.panel-border.left {
  border-left-width: 5px;
}

.panel.panel-border > .panel-heading {
  background-color: #fafafa;
  border-color: #e5e5e5;
  border-top: 1px solid transparent;
}

.panel.panel-border > .panel-heading > .panel-title {
  color: #666666;
}

.panel.panel-border.panel-default {
  border-color: #ddd;
}

.panel.panel-border.panel-default > .panel-heading {
  border-top: 1px solid transparent;
}

.panel-menu {
  background-color: #fafafa;
  padding: 12px;
  border: 1px solid #e5e5e5;
}

.panel-menu.dark {
  background-color: #f8f8f8;
}

.panel-body .panel-menu {
  border-left: 0;
  border-right: 0;
}

.panel-heading + .panel-menu,
.panel-menu + .panel-body,
.panel-body + .panel-menu,
.panel-body + .panel-body {
  border-top: 0;
}

.panel-body {
  position: relative;
  padding: 15px;
  border: 1px solid #e5e5e5;
}

.panel-body + .panel-footer {
  border-top: 0;
}

.panel-heading {
  position: relative;
  height: 40px;
  line-height: 36px;
  background: #fafafa;
  color: #666666;
  /* font-size: 13px; */
  font-weight: 600;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel-heading + .panel-body {
  border-top: 0;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-heading .widget-menu .btn-group {
  margin-top: -3px;
}

.panel-heading .widget-menu .form-control {
  margin-top: 6px;
  font-size: 11px;
  height: 27px;
  padding: 2px 10px;
  border-radius: 1px;
}

.panel-heading .widget-menu .form-control.input-sm {
  margin-top: 9px;
  height: 22px;
}

.panel-heading .widget-menu .progress {
  margin-top: 11px;
  margin-bottom: 0;
}

.panel-heading .widget-menu .progress-bar-lg {
  margin-top: 10px;
}

.panel-heading .widget-menu .progress-bar-sm {
  margin-top: 15px;
}

.panel-heading .widget-menu .progress-bar-xs {
  margin-top: 17px;
}

.panel-icon {
  padding-left: 5px;
}

.panel-title {
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-title > .fa,
.panel-title > .glyphicon,
.panel-title > .glyphicons,
.panel-title > .imoon {
  top: 2px;
  min-width: 22px;
  color: inherit;
  font-size: 14px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-radius: 0;

}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-body + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #eeeeee;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 19px;
}

.panel-group .panel-title {
  padding-left: 0;
}

.panel-group .panel-heading,
.panel-group .panel-heading a {
  position: relative;
  display: block;
  width: 100%;
}

.panel-group.accordion-lg .panel + .panel {
  margin-top: 12px;
}

.panel-group.accordion-lg .panel-heading {
  font-size: 14px;
  height: 54px;
  line-height: 52px;
}

.panel-group .accordion-icon {
  padding-left: 35px;
}

.panel-group .accordion-icon:after {
  position: absolute;
  content: "\f068";
  /* font-family: "FontAwesome"; */
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #555;
  left: 10px;
  top: 0;
}

.panel-group .accordion-icon.collapsed:after {
  content: "\f067";
}

.panel-group .accordion-icon.icon-right {
  padding-left: 10px;
  padding-right: 30px;
}

.panel-group .accordion-icon.icon-right:after {
  left: auto;
  right: 5px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eeeeee;
}

/**************************************
  Formatação dos campos do formulário
  ***************************************/

div.dev-form-group {
  margin-top: -10px;
}

div.dev-form-group-check {
  margin-top: 10px;
  margin-left: 10px;
}

div.dev-form-group-check-list {
  margin-left: 10px;
  margin-top: 0px;
}

div.dev-form-group label {
  top: 18px;
  margin-bottom: -10px;
  left: 10px;
  background-color: white;
  color: rgb(119, 119, 119);
  padding: 0 5px;
  color: #207daf;
  font-size: 8pt;
  border-radius: 3px;
  border: 0px solid rgb(240, 240, 240);
  z-index: 2;
}

.label {
  position: relative;
  top: 18px;
  right: 10px;
  background-color: white;
  color: rgb(119, 119, 119);
  padding: 5px 5px;
  color: #207daf;
  font-size: 80%;
  border-radius: 3px;
  border: 1px solid rgb(240, 240, 240);
  z-index: 2;
}
/* Styles for the popup container */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#popupText {
  font-size: 12px;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  text-align: center;
}

.popup-buttons {
  margin-top: 10px;
}

.popup-button {
  margin: 5px;
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  width: 150px;
  height: 38px;
  background-color: #ff0000;
  color: #fff;
  cursor: pointer;
}

.popup-button:hover {
  /* background-color: #23527c; */
  opacity: 0.5;
}
.popup-button-confirmar {
  margin: 5px;
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  width: 150px;
  height: 38px;
  background-color: #23527c;
  color: #ffffff;
  cursor: pointer;
}

.popup-button-confirmar:hover {
  background-color: #23527c;
}

div.dev-form-group input,
div.dev-form-group textarea {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}

/***************************************
Table bootstrap
****************************************/

.table th {
  border-top-width: 0px;
}

/***************************************
Chat
****************************************/

.dev-left-box {
  border-radius: 0 20px 20px 20px;
  background-color: #daf0fc;
  width: 55%;
}

.dev-right-box {
  border-radius: 20px 0 20px 20px;
  background-color: rgb(220, 241, 220);
  width: 55%;
}

md-select.form-control {
  margin: 0px !important;
}

.img-responsive {
  max-width: 100%;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #72B502 !important;
}

.main-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.main-menu {
  width: 300px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  width: calc(100% - 300px);

  overflow-y: auto;
}

.title-outline {
  margin-right: -15px;
  margin-left: -15px;
}

.table-sm td,
.table-sm th {
  padding: 0.4rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(185 185 185 / 5%);
}

.table td,
.table th {
  border-top: 1px solid #f5f5f5;
}

.table td,
.table th {
  border-top: none;
}

.navbarMenu {
  display: none;
  position: absolute;
  right: 20px;
  top: 12px;
}

.navbar-toggle {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #1d5840;
}

.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle:hover,
.navbar-toggle:active {
  background-color: #f9e900;
  border: 1px solid #f9e900;
}

.icon-bar {
  background: #1d5840;
  width: 100%;
  height: 3px;
  display: block;
  margin: 6px auto;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:active .icon-bar {
  background-color: #232323;
}

@media (max-width: 992px) {
  .main-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .navbarMenu {
    display: block;
  }

  .page-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 100px;
    width: 100%;
    overflow-y: auto;
  }

  .title-outline div:nth-child(1) {
    font-size: 40px;
    margin-left: 0px;
  }

  .title-outline div:nth-child(2) {
    margin-top: -60px;
  }
}

/* ui-grid */

.ui-grid {
  border: none !important;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border: none !important;
}

.ui-grid-row:nth-child(2n + 1) .ui-grid-cell {
  background-color: #fff !important;
  border-right: 0px;
}

.ui-grid-row:nth-child(2n) .ui-grid-cell {
  background-color: #fbfbfb;
  border-right: 0px;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fbfbfb;
}

.ui-grid-top-panel-background,
.ui-grid-top-panel {
  background: #f6f6f6;
}

.ui-grid-header-cell {
  display: table-cell;
  vertical-align: middle;
  border-right: none;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px;
  border-bottom: solid 2px #cccccc;
}

.ui-grid-cell {
  border-right: none;
  border-bottom: none /*1px solid #dddddd*/;
}

.ui-grid-header-cell-wrapper {
  height: 42px;
}

.H80p {
  height: 80px;
}

.ui-grid-icon-angle-down {
  display: none;
}

.ui-grid-cell-contents {
  padding: 4px;
}

.ui-grid-cell .ui-grid-cell-contents {
  font-size: 13px /*12px*/;
  top: 50%;
  position: relative;
  transform: translate(0, -40%);
  white-space: normal;
}

.ui-grid-header-cell-label {
  display: inline-block;
  white-space: initial;
}

.ui-grid-header {
  border-bottom: none;
  box-sizing: border-box;
}

.btn-icon-table {
  fill: #777777;
  margin-top: 6px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ui-grid-render-container-body .ui-grid-viewport {
  height: unset !important;
  margin-bottom: 20px;
}

.grid .ui-grid-row .red {
  background-color: #d6140b !important;
  color: #fff;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  color: #000;
  background-color: #c9dde1 !important;
}

.ui-grid-row:last-child .ui-grid-cell {
  border-bottom: 1px solid #ccc;
}

#menuitem-1 {
  display: none;
}

.ui-grid-menu {
  top: -1px;
  right: 7px !important;
}

.ui-grid-menu-button {
  width: 24px;
  background: #e6e6e6;
  height: 24px;
  border: none;
  margin-top: 0px;
  top: 6px;
}

[class^="ui-grid-icon"]::before,
[class*=" ui-grid-icon"]::before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 18px;
  margin-right: 0px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.ui-grid-icon-menu {
  line-height: 14px;
  color: #b3b3b3;
  height: 24px;
  display: block;
  margin-top: 3px;
}

.ui-grid-filter-button {
  position: absolute;
  z-index: 99;
  width: 25px;
  padding: 0px;
  height: 24px;
  border-radius: 0px;
  border: none;
  right: 40px;
  color: #b3b3b3;
  top: 6px;
}

.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 0px !important;
}

.ui-grid-filter-button i {
  top: 4px;
  left: 6px;
  width: 20px;
  height: 20px;
}

/*Ativar caso tenha quebra de linha na celula
.ui-grid-viewport .ui-grid-cell-contents {
word-wrap: break-word;
white-space: normal !important;
}
.ui-grid-cell {
  display:table;
}
.ui-grid-cell .ui-grid-cell-contents{
  display: table-cell;
  vertical-align: middle;
}
*/

.ui-grid-header-canvas {
  text-align: center;
  font-size: 13px;
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  background: #ffffff;
}

abbr[data-original-title],
abbr[title] {
  cursor: default;
  border-bottom: 0px;
}

.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #2f89c5;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #3498db;
}

.ui-grid-pager-control button:hover {
  background-color: #2384c6;
  border: 1px solid #217dbc;
}

.ui-grid-pager-control button:focus {
  background-color: #2384c6;
  border: 1px solid #217dbc;
}

.ui-grid-pager-control button:active {
  background-color: #2384c6 !important;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 0px 10px;
  border: 1px solid #217dbc;
}

.ui-grid-pager-control .last-triangle {
  border-color: transparent transparent transparent #fff;
}

.ui-grid-pager-control .last-bar {
  border-left: 2px solid #fff;
}

.ui-grid-pager-control button[disabled]:hover {
  background-color: #7bbce7;
}

.ui-grid-pager-control .first-triangle {
  border-color: transparent #fff transparent transparent;
}

.ui-grid-pager-control .first-bar {
  border-left: 2px solid #fff;
}

.ui-grid-pager-control input {
  padding: 5px 5px;
}

.ui-grid-column-resizer {
}

.ui-grid-column-resizer.left {
  border-left: 0px;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: none;
}

.no-rows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  color: #0c3c42;
  z-index: 999;
}

.no-rows .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 0%;
  width: 100%;
  height: 67%;
  line-height: 200%;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  text-align: center;
  font-size: 24px;
  display: table;
}

.no-rows .msg span {
  display: table-cell;
  vertical-align: middle;
}

.table-fixed thead {
  width: 97%;
}

thead tr th {
  color: #0e97e0;
}

.table-fixed tbody {
  height: 270px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}

.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}

.btnabsolute {
  position: absolute;
  margin-left: -100px;
  left: 50%;
  width: 200px;
}

/* ui-grid */
.modalExterno {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.589);
  height: 100vh !important;
  width: 100%;
}
.modalInterno {
  z-index: 2000;
  background-color: rgb(255, 255, 255);

  max-width: 500px;
  width: 100%;
  padding: 20px;
  width: 100%;
  margin: 30px;
}
#MainMenu {
  font-size: small !important;
}

#MainMenu .row .col-2 {
  filter: invert(1);
}
/* #MainMenu .row .col-7 {
  display: none;
}
#MainMenu .row .col-3 {
  display: none;
} */
/* ==================================================
  Menu Lateral - Layout Melhorado
==================================================== */

.sidebar-container {
  background: linear-gradient(135deg, #232323 0%, #1a1a1a 100%);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  height: 100vh;
  overflow-y: auto;
}

.menuVertical {
  width: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Botão de toggle do menu */
.menu-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.toggle-icon {
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.menu-toggle-btn:hover .toggle-icon {
  transform: translateX(-2px);
}

/* Logo container */
.logo-container {
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  filter: brightness(1.1);
}

/* Informações do usuário */
.user-info {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.user-avatar {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #fecc18, #ffd700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 2px 8px rgba(254, 204, 24, 0.3);
}

.user-avatar i {
  color: #232323;
  font-size: 18px;
}

.user-initials {
  color: #232323;
  font-size: 20px;
  font-weight: 900;
  margin-top: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-details {
  flex: 1;
}

.user-name {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.user-role {
  display: block;
  color: #fecc18;
  font-size: 12px;
  opacity: 0.8;
}

/* Itens do menu */
.menu-item {
  display: block;
  text-decoration: none !important;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

/* Remover sublinhado azul de todos os links */
.menu-item:focus,
.menu-item:active,
.menu-item:visited,
.menu-item:hover {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(254, 204, 24, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.menu-item:hover::before {
  left: 100%;
}

.menu-item-main {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid transparent;
  margin: 2px 0;
}

.menu-item-main:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #fecc18;
  transform: translateX(5px);
}

.menu-item-sub {
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid transparent;
  margin: 1px 0;
  padding-left: 20px;
}

.menu-item-sub:hover {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #fecc18;
  transform: translateX(3px);
}

.menu-item-logout {
  background: rgba(220, 32, 47, 0.1);
  border-left: 3px solid transparent;
  margin: 10px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-item-logout:hover {
  background: rgba(220, 32, 47, 0.2);
  border-left-color: #dc202f;
  transform: translateX(5px);
}

.menu-item-content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
}

.menu-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  filter: invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.menu-item:hover .menu-icon {
  opacity: 1;
  transform: scale(1.1);
}

.menu-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.menu-item:hover .menu-text {
  color: #fecc18;
}

.logout-text {
  color: #fecc18 !important;
  font-weight: 600;
}

.menu-arrow {
  color: #fecc18;
  font-size: 12px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.menu-item:hover .menu-arrow {
  opacity: 1;
  transform: translateX(3px);
}

/* Animações suaves */
.menu-item {
  animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar personalizada */
.sidebar-container::-webkit-scrollbar {
  width: 6px;
}

.sidebar-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-container::-webkit-scrollbar-thumb {
  background: rgba(254, 204, 24, 0.3);
  border-radius: 3px;
}

.sidebar-container::-webkit-scrollbar-thumb:hover {
  background: rgba(254, 204, 24, 0.5);
}

/* Remover sublinhados azuis globalmente no menu */
.sidebar-container a,
.sidebar-container a:link,
.sidebar-container a:visited,
.sidebar-container a:hover,
.sidebar-container a:active,
.sidebar-container a:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Responsividade */
@media (max-width: 992px) {
  .menuVertical {
    width: 100%;
  }

  .sidebar-container {
    height: auto;
  }
}
.tabelaPerfilAdmin td {
  min-height: 30px;
}
.centerCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

/* Estilos para corrigir sobreposição da paginação na grid de integração */
.grid-container {
  position: relative;
  min-height: 400px;
  padding-bottom: 60px; /* Espaço para a paginação */
}

.grid-container .ui-grid {
  margin-bottom: 20px;
}

.grid-container .ui-grid-pager-panel {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  z-index: 10;
}

.grid-container .ui-grid-footer-panel {
  position: relative !important;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
}

/* Garantir que a grid tenha altura adequada */
.grid-container .ui-grid-viewport {
  min-height: 300px;
}

/* Estilos específicos para a paginação */
.grid-container .ui-grid-pager-control {
  margin: 0;
  padding: 5px 0;
}

.grid-container .ui-grid-pager-row-count-picker {
  margin: 0 10px;
}