@font-face {
  font-family: "Segoe UI VSS (Regular)";
  font-weight: normal;
  src: url("../font/Segoe UI.ttf");
}

@font-face {
  font-family: "Segoe UI VSS (Regular)";
  font-weight: bold;
  src: url("../font/Segoe UI Bold.ttf");
}

body {
  font-family: "Segoe UI VSS (Regular)", Arial, Helvetica, sans-serif !important;
}


/* STATES */

.disableElement {
  pointer-events: none !important;
  opacity: 0.5;
}

.disableClick {
  pointer-events: none !important;
}

/* REPORTS */

.t-Report-cell {
  padding: 5px !important;
}

.t-Body-actions .t-Region:first-child,
.t-Body-side .t-Region:first-child {
  border-top: 1px solid #e4e4e4 !important;
}

.a-FS-totalArea {
  font-size: 14px;
  font-weight: 600;
}

.apex-item-text:focus,
.apex-item-select:focus,
.apex-item-textarea:focus {
  z-index: inherit !important;
  outline: none;
}

/* COLLAPSIBLE */

.a-Collapsible>.t-Region-header {
  background-color: #e6e6e6;
}

/* HASH */

.f-ChangeDetection-hash {
  display: none !important;
}

/* BUTTON */

.t-Form-inlineHelp {
  font-size: 12px !important;
}

/* HEADER */

.t-Header {
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.t-Header-logo-link img {
  max-height: 30px !important;
}

.t-Button--navBar .t-Icon.a-Icon,
.t-Button--navBar .t-Icon.fa {
  margin-right: 0px !important;
}

/* REGIONS */

.t-ButtonRegion {
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%) !important;
}

.t-Region-headerItems--buttons {
  margin-right: 0 !important;
}

.t-ButtonRegion--noUI {
  box-shadow: none !important;
}

.t-Region-header {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom: none !important;
}

.sigao-min-title .t-Region-title {
  font-size: 14px;
  font-weight: bold;
}

.a-IRR-noDataMsg {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.a-IRR-noDataMsg .a-IRR-noDataMsg-icon .a-Icon {
  height: auto;
  width: 30px;
  margin-bottom: 0;
}

.a-IRR-noDataMsg .a-IRR-noDataMsg-icon .a-Icon::before {
  font-size: 17px;
}

.sigao-min-title .t-Region-headerItems--title {
  padding: 5px 10px !important;
}

.sigao-desc-region {
  display: none;
}

.t-Region-sigao-description {
  display: block;
  width: 100%;
  font-size: 13px;
  opacity: 0.5;
}

.sigao-inline-desc-region {
  display: block;
  width: 100%;
  font-size: 13px;
  opacity: 0.5;
  margin: 25px 0 10px 0;
}

.t-Dialog-body {
  padding: 16px 40px;
}

.sigao-region-title-simple {
  margin: 0 auto;
  margin-right: 1px;
  border-left: 4px solid;
  margin-bottom: 10px;
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sigao-region-title-h3 {
  text-align: left;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0;
}

/* MENU */

.a-Menu-content {
  box-shadow: 0 3px 6px rgb(0 0 0 / 33%) !important;
  border-radius: 0px;
  padding: 0;
  background-color: #fff;
  border: none !important;
}

.t-Body-side {
  border-top: 1px solid #dfdfdf;
}

.a-TreeView-label {
  font-size: 14px;
}

.a-TreeView-row {
  border-right: 1px solid #d8d8d8;
}

/* BUTTON */

.t-Button--link {
  text-decoration: none !important;
}

/* CONTAINER */

.t-Body-contentInner {
  padding: 26px 30px !important;
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .t-Body-contentInner {
    padding: 16px !important;
  }
}

/* BREADCRUMB */

.breadcrumb-bar {
  font-size: 12px;
  display: flex;
}

.breadcrumb-min-title {
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 700;
}

.breadcrumb-title {
  font-size: 18px;
  position: relative;
}

.breadcrumb-icon {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-list>li:not(:first-child):before {
  content: ">";
  padding: 0 3px;
}

.breadcrumb-list>li {
  list-style: none;
  float: left;
  font-size: 12px;
}

.text-elipses-list {
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-current {
  font-weight: 700;
}

.t-Body-title .apex-rds-container {
  margin: 0 27px !important;
}

.sigao-breadcrumb-title {
  float: left;
  font-size: 17px;
  margin-right: 16px;
}

.t-Body-title {
  border-bottom: none !important;
}

#top-actions {
  position: fixed;
  top: 60px;
  right: 36px;
  width: auto;
  height: 48px;
  z-index: 890;
}

.t-Body-title span.fa {
  display: none !important;
  font-size: 13px !important;
  margin: -5px 14px 0 0 !important;
  padding: 7px !important;
}

.t-Breadcrumb-item {
  padding: 4px 0 !important;
}

.t-Breadcrumb-item>a {
  font-size: 14px !important;
  color: #6d6d6d !important;
  text-decoration: none !important;
  transform: 1s;
}

.t-Breadcrumb-item>a:hover {
  color: #262626 !important;
}

.t-Breadcrumb-item>a::after {
  font-size: 12px !important;
  text-decoration: none;
}

/* LIST VIEW */

.a-ListView {
  padding: 0;
  background: white;
  border: 1px solid rgb(227, 227, 227);
}

.a-ListView-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.a-ListView-item p.ui-li-aside {
  font-weight: normal;
}

ul.a-ListView li:nth-child(odd) {
  background: #eee !important;
}

ul.a-ListView li:nth-child(even) {
  background: white !important;
}

/* TABLE */

td {
  font-size: 14px;
}

th {
  font-size: 14px;
}

.report-dual-button {
  display: none !important;
}

/* TABLE ACTIONS */

.a-IRR-table td {
  padding: 5px !important;
}

.a-IRR-headerLink,
.a-IRR-headerLink:hover {
  text-decoration: none !important;
  font-size: 12px !important;
}

td[headers="deleteAction"]>a {
  color: red !important;
}

td[headers="action"] {
  width: 44px;
  text-align: center !important;
}

td[headers="action"]>a {
  text-decoration: none !important;
}

td[headers~="action"]:last-child {
  width: 44px;
}

td[headers~="check-action"]:first-child {
  width: 44px;
}

.a-IRR-table tr td:first-child,
.a-IRR-table tr th:first-child {
  position: relative !important;
}

/* TABLE ACTIONS COLUMN */

.dropbtn {
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa !important;
  min-width: max-content;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  right: 0;
}

.dropdown-content a {
  display: block;
  margin-left: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
}

.dropdown-content a:hover {
  background-color: #e6e6e6 !important;
}

.show {
  display: block;
}


#check-action {
  position: relative;
}

.check-input-content {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FOOTER */

.t-Footer {
  display: none !important;
}

/* TOOLTIP */

.ui-tooltip {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 5px;
}

.viewer-toolbar>ul>li:before {
  margin: 0 auto !important;
  line-height: 26px !important;
}

.viewer-toolbar>ul>li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 23%;
  cursor: pointer;
  float: left;
  height: auto;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: auto;
  color: #fff;
}

.imageViewer img {
  cursor: zoom-in !important;
}

.viewer-title {
  color: #000 !important;
  background: #fff;
  padding: 4px 10px;
  border-radius: 10px;
}

/* LOGIN */

.logo-login {
  max-width: 170px;
  margin: 0 auto 26px auto;
  display: block;
}

#login-box {
  padding: 20px 20px;
  height: 100%;
  width: 460px;
}

#image-box {
  height: 100%;
  margin-right: -16px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.075);
}

#login-content>.container>.row {
  display: flex;
}

#languageSelector>ul {
  list-style: none;
  text-align: center;
  background: #faf8f8;
  width: 100%;
  margin: 0;
  margin-top: 38px;
  border-radius: 3px;
}

#languageSelector>ul>li {
  display: inline-block;
  margin: 5px;
}

#languageSelector>ul>li.is-active>a {
  font-weight: bold;
}

#languageSelector>ul>li>a {
  color: #333;
  font-size: 12px;
}

.sec-text {
  color: #9f9e9e;
}

/* FORMS */

.apex-item-wrapper--yes-no.apex-item-wrapper--display-only .t-Form-label {
  left: 0px !important;
}

.a-IRR-header.is-active,
.a-GV-header.is-active {
  background-color: #ededed;
  color: #313131;
}

.a-IRR-sortWidget-searchLabel:before {
  color: #333;
}

.a-IRR-sortWidget-row {
  color: #2d2d2d;
}

.a-IRR-sortWidget {
  background-color: rgb(237 237 237);
}

.a-IRR-button.a-IRR-sortWidget-button {
  background-color: transparent;
  color: #242424;
}

.a-IRR-sortWidget-search>.a-IRR-sortWidget-searchField[type="text"] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #292929;
}

.a-IRR-button.a-IRR-sortWidget-button.is-active,
.a-IRR-button.a-IRR-sortWidget-button:active:focus {
  background-color: rgb(0 0 0 / 6%);
}

.apex-item-wrapper--select-list .apex-item-select {
  padding: 1.9rem 7px .6rem !important;
  text-indent: 0px !important;
  height: 4.8rem;
}

.t-Form-fieldContainer--floatingLabel .t-Form-label {
  top: -3px !important;
}

.jpt-button-flex>.container>.row {
  display: flex !important;
  justify-content: flex-start !important;
}

.jpt-button-flex>.container>.row>div {
  width: auto !important;
  flex: 1 !important;
}

.jpt-button-flex>.container>.row>div.jpt-right-button-min-width {
  flex: 0 !important;
  padding-left: 0;
  margin-left: -1px;
}

.jpt-button-flex>.container>.row>div.col-11 {
  padding-right: 0 !important;
}

.jpt-right-button {
  width: 40px;
  height: 48px;
  padding: 0;
  margin-top: 8px;
}

@media screen and (max-width: 1274px) {
  .jpt-button-flex input.text_field {
    width: 138px !important;
  }
}

@media screen and (max-width: 1025px) {
  .jpt-button-flex input.text_field {
    width: 83px !important;
  }
}

.apex-item-textarea,
.apex-item-text,
.apex-item-select,
.apex-item-multi,
select.listmanager,
.ui-datepicker-month,
.ui-datepicker-year {
  color: #000 !important;
}

.t-Form-fieldContainer--floatingLabel .t-Form-inputContainer .apex-item-display-only {
  color: #000 !important;
}

.apex-item-wrapper--shuttle {
  padding-top: 35px !important;
}

.apex-item-wrapper--yes-no .t-Form-label,
.apex-item-wrapper--star-rating .t-Form-label,
.apex-item-wrapper--shuttle .t-Form-label,
.apex-item-wrapper--rich-text-editor .t-Form-label,
.apex-item-wrapper--checkbox .t-Form-label,
.apex-item-wrapper--radiogroup .t-Form-label {
  padding-top: 3px !important;
  font-size: 14px !important;
}

.apex-item-wrapper--yes-no .t-Form-label {
  position: absolute !important;
  left: 54px !important;
  top: 2px !important;
  cursor: pointer;
}

.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--yes-no .a-Switch-toggle {
  margin-top: 0.4rem !important;
}

.apex-item-wrapper--shuttle .t-Form-label {
  margin-top: -32px !important;
}

.apex-item-wrapper--shuttle.is-required .t-Form-label {
  padding-left: 12px !important;
}

.apex-item-wrapper--shuttle.is-required .t-Form-label::after {
  position: absolute !important;
  content: "" !important;
  border-width: 6px !important;
  border-color: red transparent transparent red !important;
  border-style: solid !important;
  z-index: 2 !important;
  border-top-left-radius: 2px !important;
  left: 0px;
  top: 8px;
}

.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--file .apex-item-group,
.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--shuttle .apex-item-group {
  margin-top: 0;
  padding-top: 0;
}

.t-Form-inlineHelp span {
  opacity: 0.5;
  font-style: italic;
}

.required-check {
  position: absolute;
  content: "";
  border-width: 4px;
  border-color: red transparent transparent red;
  border-style: solid;
  z-index: 2;
  border-top-left-radius: 2px;
}

.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--rich-text-editor .t-Form-itemWrapper {
  padding-top: 3.4rem !important;
}

/* NAVIGATION BAR */

.a-TreeView-node {
  list-style-type: none;
  padding: 0 0 0 0px !important;
  margin: 0 0 0 0px !important;
  min-height: 24px;
}

/* CARDS */

.t-Card-wrap {
  border-color: #eee !important;
}

.apex-logo-img {
  background: rgba(255, 255, 255, 0.082);
  border-radius: 2px;
  padding: 5px 5px;
}

/* MAT CARD */

.mat-card {
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 4px;
  width: 300px;
  height: 200px;
  margin: 10px;
  background: #fff;
}

.mat-card.mat-card-module {
  max-width: 240px;
  margin: 0 15px 15px 2px;
}

/* PORTAL SELECTION */

.portal-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.portal-select {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}

.portal-select-title {
  font-size: 21px;
  line-height: 28px;
  margin-top: 10px;
}

.portal-select-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.module-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.module-icon {
  display: block;
  font-size: 34px;
}

.module-title {
  font-weight: bold;
  font-size: 17px;
  margin: 6px 0;
  position: relative;
}

.module-description {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.module-button {
  position: absolute;
  bottom: 15px;
}

.module-link-list {
  list-style: none;
  margin: 0;
}

.module-link-list li ul {
  list-style: none;
  margin: 5px 0 16px 0;
}

.module-link-list li ul li {
  padding: 3px 15px;
  margin: 7px 0;
  border-radius: 5px;
  background: #f4f4f4;
}

.module-link-list li ul li:hover {
  background: #ededed;
}

.module-link-list li ul li a:hover {
  text-decoration: underline;
}

.module-link-list li ul li a {
  display: block;
}

.module-link-list li.link-all {
  margin-top: -6px;
  margin-bottom: 23px;
}

.module-link-list li.link-all a {
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
}

.chip-title {
  padding: 3px 10px;
  font-size: 13px;
  border-left: 4px solid;
}

@media screen and (max-width: 992px) {
  .portal-select {
    flex-direction: column;
    padding: 13px;
  }

  .mat-card {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .module-content {
    flex-direction: column;
    padding: 2px;
  }

  .mat-card.mat-card-module {
    max-width: 100%;
    margin: 0 10px 10px 0px;
  }
}

/* TABS */

.t-NavTabs {
  background: none !important;
}

.t-NavTabs-item {
  flex: none !important;
  width: auto !important;
  padding: 12px 8px;
  border: none;
  background: #f4f4f4;
  margin-right: 10px;
  font-size: 12px;
}

.t-NavTabs-link {
  color: inherit;
  display: block;
  padding: 3px 12px;
  align-items: center;
  justify-content: center;
}

.t-NavTabs-link .t-Icon {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* TABS ITEM */

.sigao-tabs-container .t-Tabs-item {
  flex: none !important;
  width: auto !important;
  border: none;
  background: #f4f4f4;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: middle;
  text-align: center;
}

.t-Body .t-Tabs--simple .t-Tabs-link {
  color: inherit !important;
}

.sigao-tabs-container .t-Tabs-link {
  color: inherit;
  display: block;
  padding: 14px 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px !important;
  box-shadow: none !important;
}

.sigao-tabs-container .t-Tabs-link .t-Icon {
  display: block;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  color: inherit;
}

/* DESIGN SYSTEM */

#top-actions {
  position: fixed !important;
  top: 70px !important;
  right: 21px !important;
  width: auto !important;
  height: auto !important;
  z-index: 890 !important;
  padding: 10px !important;
  border-radius: 4px !important;
}

.breadcrumb-sigao {
  padding: 20px;
}

.icone-funcionalidade {
  font-size: 36px;
  width: 55px;
  text-align: center;
  height: 78px;
  padding-top: 20px;
  display: inline-block;
  border-left: 4px solid;
}

/* MAT - TOP - SECTION */

.mat-top-section-container {
  margin-bottom: 40px;
  margin-top: 0px;
  width: 98% !important;
}

.mat-top-section-container-card {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  display: flex !important;
  margin: 0 !important;
}

.mat-top-section-icon-image {
  font-size: 36px;
  text-align: center;
  display: inline-block;
  border-left: 4px solid;
  height: auto;
  padding: 10px;
  width: auto;
  max-height: 71px;
}

.mat-top-section-icon {
  font-size: 36px;
  text-align: center;
  display: inline-block;
  border-left: 4px solid;
  height: 68px;
  padding: 16px 10px;
  width: auto;
  max-height: 71px;
}

.mat-top-section-container-text {
  display: inline-block;
  margin-left: 12px;
  margin-top: 5px;
}

.mat-top-section-container-title {
  margin: 0;
  font-weight: bold;
}

.mat-top-section-container-description {
  font-size: 13px;
  opacity: 0.7;
}

.t-Body-title span.fa {
  display: inline-block !important;
  font-size: 33px !important;
  margin-right: 10px !important;
}

/* BADGE */

.badge {
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  top: -8px;
  margin-left: 3px;
}

.t-fht-wrapper {
  z-index: auto !important;
}

.apex-item-wrapper--rich-text-editor.apex-item-wrapper--display-only>div.t-Form-labelContainer>label {
  top: 0px !important;
  font-size: 11px !important;
}

.apex-item-wrapper--rich-text-editor.apex-item-wrapper--display-only>div.t-Form-inputContainer>div.t-Form-itemWrapper {
  margin-top: -34px;
}

/* USER PROFILE */

.image-user {
  text-align: center;
  background-position: center !important;
  background-size: 100% !important;
  height: 103px;
  width: 103px;
  margin: 0 auto;
  border-radius: 50%;
}

.user-card {
  min-height: 315px;
}

.user-card>.item {
  text-align: center;
}

.user-card-image {
  min-height: 264px;
}

.user-card-image>.item>h1 {
  margin-bottom: 2px;
  font-size: 23px;
  line-height: 30px;
  height: 42px;
  padding: 5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-card>.item>h1 {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 30px;
  min-height: 60px;
}

.user-card>.item>span.fa {
  margin: 15px 0;
}

.user-card>.item>.user-card-description {
  opacity: 0.8;
  margin-top: 20px;
}

.picture {
  width: 98px;
  border-radius: 50%;
}

.user-card-content {
  max-width: 320px;
}

/* IMAGE COMPONENT */

ul.jpt-compact-row>li>div.t-ContentRow-wrap {
  padding: 7px;
  padding-right: 15px;
}

.imageViewContentRow {
  max-width: 50px;
  border-radius: 3px;
}

@media screen and (max-width: 992px) {
  .user-card-content {
    min-width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .user-card-content {
    min-width: 100% !important;
  }
}