﻿@charset "UTF-8";
/*
    Importacao das fontes do bootstrap
*/
@import url("../icons/bootstrap/font/bootstrap-icons.css");
@font-face {
  font-family: "bootstrap-icons";
  src: url("../icons/bootstrap/font/fonts/bootstrap-icons.woff2") format("woff2"), url("../icons/bootstrap/font/fonts/bootstrap-icons.woff") format("woff");
}
/*
    Variaveis
*/
/*Cores*/
/*Fontes*/
/*
    Variáveis para colorir a cor da row da grid de acordo com o tema
*/
/* Cores para tema claro (padrão) */
:root {
  --row-status-exclusao: #F77B72;
  --row-status-cadastro: #D4E6F4;
  --row-status-inativo: #FFEFC1;
}

/* Cores para tema escuro */
[data-theme=blazing-dark] {
  --row-status-exclusao: #FF4F42 !important;
  --row-status-cadastro: #208FE5 !important;
  --row-status-inativo: #E5B62F !important;
}

@font-face {
  font-family: "Courier Prime";
  src: url(../../fonts/Courier_Prime/CourierPrime-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-weight: 300;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  max-width: 100vw !important;
}

/*
    Estilos Globais das paginas de autenticacao
*/
.page {
  background-color: #f2f2f2;
}

.login-page {
  background-image: url("../img/ImgBackgroundAuth.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  min-height: 92vh;
}

.main-not-authorized {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.form-side {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 40%;
  justify-content: space-between;
}

#img-auth {
  height: 20vh;
}

#img-logo-auth {
  height: 14vh;
}

.form-auth {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0 0 0 8rem;
  background-color: #f2f2f2;
  min-height: 80%;
  width: 100%;
}

.container-logo {
  margin: 5rem 4rem 4rem 4rem;
  padding: 5px;
  display: flex;
  justify-content: center;
  height: 7rem;
}

.card {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  align-content: center;
  align-items: center;
  border: none;
}

.container-body {
  width: 55% !important;
}

.card-login {
  height: 5rem;
}

.label-form-login {
  font-size: 18px;
}

.btn-submit {
  width: 100%;
  height: 4.5vh;
  background-color: #002642;
  font-size: 17px;
  border: #002642;
}

.btn-submit:hover {
  background-color: rgb(48, 90, 150) !important;
}

.loading {
  height: 20px !important;
  width: 20px !important;
}

.error-message {
  color: red;
}

.icon-css-page {
  font-size: 1.2rem !important;
}

td {
  height: 35px;
  font-size: 17px !important;
}

.text-login {
  font-size: 18px;
}

.comando-info {
  font-style: italic;
  font-size: 0.95em;
}

/* 
    Microsoft Edge botão de revelar senha
*/
input::-ms-reveal {
  display: none;
}

.password-text-box input {
  padding: 8px 0 8px 10px !important;
}

.password-text-box-icon {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1rem;
}

.container-body {
  max-width: 100%;
}

/*
    CSS - Global Autenticado
*/
body[data-theme=blazing-dark] * {
  scrollbar-color: #615f63 #37353d !important;
}

.body-container-nav-menu {
  max-width: 100vw;
  width: 100vw;
}

.body-overflow {
  overflow: hidden;
}

.page-authorized {
  background-image: url("/img/Vector.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

header {
  height: 11vh !important;
}

main {
  min-height: 76vh !important;
}

footer {
  font-size: 15px;
  height: 8vh !important;
}

.btn-float-action {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*
    Css do NavMenu
*/
.demo-drawer .dxbl-drawer-content {
  font-size: var(--dxbl-drawer-panel-font-size);
  line-height: var(--dxbl-drawer-panel-line-height);
  overflow: auto;
  padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
}

.demo-drawer:has(.demo-drawer-menu) {
  --dxbl-drawer-panel-body-padding-x: 0;
  --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 0.9375rem;
  --dxbl-menu-top-left-border-radius: 0;
  --dxbl-menu-top-right-border-radius: 0;
  --dxbl-menu-bottom-left-border-radius: 0;
  --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-sm .dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 0.8125rem;
}

.dxbl-lg .dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 1.0625rem;
}

.dxbl-toast-portal {
  position: fixed !important;
}

.header-drawer {
  margin: 5px;
  width: 100vw;
}

.target-content {
  min-height: 92vh;
  width: 100vw;
  padding: 0;
}

/* CSS do resize do NavMenu */
.dxbl-drawer-panel {
  overflow: visible !important;
}

.drawer-resize-indicator {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 50px;
  width: 20px;
  background-color: var(--dxbl-drawer-panel-bg);
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resize-handle-icons {
  display: flex;
  gap: 1.2px;
  align-items: center;
}

.resize-handle-icons .resize-icon {
  width: 3px;
  background-color: var(--bs-primary);
  border-radius: 5px;
  transition: background-color 0.2s ease;
  pointer-events: none;
  height: 21px;
}

.resizable-drawer .drawer-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 0;
}

.drawer-resize-handle:hover .resize-handle-icon {
  background-color: var(--bs-primary);
  opacity: 1;
}

.resize-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  cursor: ew-resize;
  user-select: none;
  background-color: transparent;
}

.resizable-drawer .dxbl-drawer-panel {
  transition: none !important;
}

.resizable-drawer .dxbl-drawer-panel {
  overflow: hidden;
}

/*
    CSS da pagina home
*/
.card-create-company {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 8px;
}

.btn-nav-menu {
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold !important;
}

.menu-accordion-item:hover {
  transform: translateY(-2px);
}

.card-home, .card-home-inactive {
  cursor: pointer;
  border-radius: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 20px;
  width: 200px;
  height: 15vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  word-break: break-word;
}

.card-home:hover {
  transform: translateY(-10px);
}

.card-home-inactive {
  background-color: var(--dxbl-btn-disabled-bg) !important;
  border-color: var(--dxbl-btn-disabled-border-color) !important;
}

.card-content-home h2 {
  margin: 0;
  font-size: 24px;
}

/*
    Company Menu
*/
.menu-group {
  border-left: 0.25rem solid var(--bs-primary) !important;
  overflow: hidden;
}

.btn-company-menu {
  height: 30px;
  background-color: transparent;
}

.btn-company-menu:hover {
  background-color: rgba(225, 224, 224, 0.6941176471) !important;
}

.form-info-company {
  height: 2.5rem;
  font-size: 16px;
}

.grid-cel-text {
  font-size: 20px;
}

.label-info-company {
  color: #000 !important;
}

.btn-popup {
  font-size: 18px;
  margin: 5px;
}

.drawer-tree-view-command {
  display: flex;
  height: 90vh;
  width: 100% !important;
  overflow: auto;
}

.card-empresa {
  cursor: pointer;
  border-radius: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 20px;
  width: 300px;
  height: 15vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  word-break: break-word;
}

.card-empresa:hover {
  transform: translateY(-10px);
}

/*
    BreadCrumb
*/
.breadcrumb {
  list-style: none;
  display: flex;
  gap: 5px;
  background-color: transparent;
}

.breadcrumb-item a {
  text-decoration: none;
  color: gray;
}

.breadcrumb-item span {
  font-weight: bold;
}

/*
    Configurações da empresa
*/
.popup-config-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 15rem;
}

.popup-config-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 35vh;
}

.popup-profile {
  height: 45vh;
}

/*
    Rotina
*/
.btn-active-inactive {
  background-color: #002642 !important;
  height: 35px;
  color: #fff;
}

.query {
  font-family: "Courier Prime", monospace !important;
}

.toggle-switch {
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.switch {
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background-color: red;
  position: relative;
  transition: background-color 0.3s ease;
}

.switch-circle {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
}

.grid-table {
  max-height: 55vh;
}

.popup-configuration-size-routine {
  margin: 0 !important;
}

/*
    Lista de Dados
*/
.search-datalist {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.img-datalist {
  margin-top: 5rem;
  height: 30rem;
  border-radius: 50%;
  margin-right: 10px;
}

.PopUpEditForm {
  width: 25vw !important;
}

.PopUpEditFormAutorization {
  width: auto !important;
}

.hidden-card {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card-home {
  transition: all 0.5s ease;
}

.dxbl-menu-item-text {
  font-weight: bold !important;
}

.PopUpEditFormTable {
  width: 50vw !important;
}

/*
    Temas
*/
.theme-blazing-berry {
  background-color: #6436AE;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-purple {
  background-color: #7989ff;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-office-white {
  background-color: #fe7109;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-blazing-dark {
  background-color: #46444a;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

/*
	CSS para dashboard e data sources
*/
.dxc-tooltip path {
  fill: var(--dx-color-main-bg) !important;
  stroke: var(--dx-color-border) !important;
}

.dxc-tooltip text {
  fill: var(--dx-color-text) !important;
}

.dx-argument-value,
.dxc-tooltip span {
  color: var(--dx-color-text) !important;
}

.dxc-title text,
.dxc-legend text,
.dxc-axes-group text,
.dxc-elements-axes-group text {
  fill: var(--dx-color-text) !important;
}

.dx-dashboard-form-row .dx-dashboard-form-row-action-list, .dx-dashboard-datasource-icon-rename, .dx-dashboard-datasource-icon-remove {
  display: none !important;
}

/*
    CSS para relatório
*/
.dx-skeleton-screen-viewer:empty {
  background-image: var(--dx-report-viewer-loading-skeleton) !important;
}

.dx-skeleton-screen-designer:empty {
  background-image: var(--dx-report-designer-loading-skeleton) !important;
}

.dx-blazor-reporting .dx-designer-viewport .dxd-back-secondary-invariant {
  background-color: var(--dx-report-header-color) !important;
}

.dx-blazor-reporting .dxrd-toolbar .dxd-icon-fill, .dxrd-toolbox-group .dxd-icon-fill, .dxrd-menu-button .dxd-icon-fill, .dxrd-error-panel-notification .dxd-icon-fill {
  fill: var(--dx-report-header-icon-fill) !important;
}

.dx-blazor-reporting .dx-designer-viewport .dxd-back-primary-invariant, .dxd-button-back-color:hover, .dx-treelist-item:hover, .dxd-state-selected {
  background-color: var(--dx-report-background-color) !important;
}

.dx-blazor-reporting .dx-designer-viewport .dxd-back-contrast,
.dx-blazor-reporting .dx-designer-viewport .dxd-back-highlighted.dxd-state-active:hover:not(.dxd-state-no-hover),
.dxrd-preview-search-result-item {
  background-color: var(--dx-report-tab-color) !important;
}

.dxrd-right-panel, .dxrd-properties-grid .dx-accordion, .dxrd-toolbox-wrapper, .dxrd-right-panel .dx-editor-header, .dxrd-properties-grid .dx-accordion .dxrd-accordion-collection-item {
  background-color: var(--dx-color-main-bg) !important;
}

#btn-add-dataSource .dx-button-text {
  color: #333 !important;
}

.dxrd-right-panel-header, .dx-group-header-font,
.dx-field-label label, .dxrd-properties-grid .dx-accordion .dxrd-group-header-text,
.dxrd-preview-search-result-item .dxd-text-primary,
.dxrd-preview-search-result-text,
.dxrd-right-panel-body .dxd-text-primary,
.dxrd-error-panel-header-collapse::before, .dx-checkbox-text,
.dx-submenu .dx-context-menu-text, .dxrd-error-panel-header,
.dx-datagrid-table, .dxrd-errorType-text,
.dx-datagrid-nodata,
.dxrd-expressioneditor-popup-content .dxd-state-selected,
.dxrd-expressioneditor-popup-content .dx-treelist-item:hover {
  color: var(--dx-report-font-color) !important;
}

.dx-context-menu-icon svg, .dx-context-menu-group-icon svg {
  fill: var(--dx-report-font-color);
}

.dx-submenu, .dxrd-error-panel, .dxrd-error-panel-header, .dx-datagrid-headers, .dx-bordered-bottom-view {
  background-color: var(--dx-color-main-bg) !important;
}

/*
    CSS do Modal de Reconnect
*/
.show {
  margin: 10vh !important;
}

#components-reconnect-modal {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
}

#components-reconnect-modal.components-reconnect-show {
  display: block;
}

#components-reconnect-modal.components-reconnect-show div.reconnecting {
  display: block;
}

div.reconnecting {
  display: none;
}

#components-reconnect-modal.components-reconnect-failed {
  display: block;
}

#components-reconnect-modal.components-reconnect-failed div.failedToConnect {
  display: block;
}

div.failedToConnect {
  display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
  display: block;
}

#components-reconnect-modal.components-reconnect-rejected div.connectionRejected {
  display: block;
}

div.connectionRejected {
  display: none;
}

#components-reconnect-modal.components-reconnect-hide {
  display: none;
}

.btn-float-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.btn-float-container.show-float {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.btn-float-action-data {
  font-size: 30px;
  height: 3.5rem;
  width: 3.5rem;
  font-weight: bold;
  border-radius: 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icon-size {
  font-size: 23px;
}

.img-not-found-resize {
  height: 60%;
}

.editor {
  width: 100%;
  border: 1px solid #ccc;
  height: 65vh;
  padding: 10px;
  font-family: "Courier Prime", monospace;
  white-space: pre-wrap;
  overflow-y: auto;
}

.editor br {
  content: "";
  display: block;
  margin-bottom: 2px;
}

.keyword {
  font-weight: 600;
}

.dropdown-lookup-box {
  min-width: 35vw;
}

/*
    Responsividades Globais
*/
@media (max-width: 500px) {
  .nav-buttons {
    display: none;
  }
  .popup-button-nav {
    display: block;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
  }
  .container-grid {
    flex-direction: column !important;
  }
}
@media (min-width: 500px) {
  .nav-buttons {
    display: flex;
  }
  .popup-button-nav {
    display: none;
  }
}
@media (max-width: 999px) {
  .hide-on-small {
    display: none !important;
  }
  .form-side {
    width: 100%;
  }
  .form-auth {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .popup-configuration-size {
    width: auto !important;
  }
  .card-change-password {
    width: 100vw !important;
  }
  .PopUpMessageError {
    width: auto !important;
  }
  .btn-navigation {
    width: 40% !important;
  }
  .PopUpEditForm {
    width: auto !important;
  }
  .PopUpEditFormTable {
    width: auto !important;
  }
  .container-forms {
    width: auto !important;
  }
  .editor {
    height: 60vh;
  }
}
@media (min-width: 1000px) and (max-width: 1370px) and (max-height: 799px) {
  .popup-user-menu-select {
    width: 65vw !important;
  }
  main {
    min-height: 73.5vh !important;
  }
  .editor {
    height: 60vh;
  }
}
@media (min-width: 1371px) and (max-width: 1500px) {
  main {
    min-height: 73.5vh !important;
  }
  .editor {
    height: 60vh;
  }
}
@media (max-height: 650px) {
  .popup-configuration-size-routine {
    height: max-content !important;
    overflow: hidden auto !important;
  }
}
