/* src/styles.css */
:root {
  --main-headerbar1-first-color: #fb8c00;
  --main-headerbar1-second-color: #ffa726;
  --mat-sys-surface: "#fff";
  --mat-sys-surface-container-low: #eee;
  --mat-sys-outline: #767777;
  --mat-sys-primary-container: #ffd78e;
  --mat-sys-primary-fixed: #ffd78e;
  --mat-sys-secondary-container: #ffd2b2;
  --mat-sys-secondary-fixed: #ffd2b2;
  --mat-sys-error: #900;
  --mdc-chip-elevated-container-color: #af3f00;
  --mdc-outlined-card-outline-color: #ccc;
}
:root .twa-dark-theme {
  --mat-sys-primary: #a04100;
  --mat-sys-outline: #666;
  --mat-sys-surface: "#333";
  --mat-sys-surface-container-low: #2d2d2d;
  --mat-sys-primary-container: #7a3000;
  --mat-sys-primary-container-fixed: #7a3000;
  --mat-sys-secondary-container: #cf5f00;
  --mat-sys-secondary-fixed: #312a24;
  --mat-sys-on-secondary-container: #ffe5c5;
  --mat-sys-error: #f75;
  --mdc-text-button-label-text-color: #fb8c00;
  --mdc-dialog-container-color: #333;
  --mdc-outlined-card-outline-color: #393939;
}
:root #maintoolbar {
  --mdc-outlined-text-field-focus-outline-color: #ffaf78 !important;
}
@media screen and (min-width: 599px) {
  :root .mat-mdc-slide-toggle .mat-internal-form-field {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-v18-latin-300.eot");
  src:
    local("Roboto Light"),
    local("Roboto-Light"),
    url("./media/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v18-latin-300.woff2") format("woff2"),
    url("./media/roboto-v18-latin-300.woff") format("woff"),
    url("./media/roboto-v18-latin-300.ttf") format("truetype"),
    url("./media/roboto-v18-latin-300.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-v18-latin-regular.eot");
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url("./media/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v18-latin-regular.woff2") format("woff2"),
    url("./media/roboto-v18-latin-regular.woff") format("woff"),
    url("./media/roboto-v18-latin-regular.ttf") format("truetype"),
    url("./media/roboto-v18-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-v18-latin-italic.eot");
  src:
    local("Roboto Italic"),
    local("Roboto-Italic"),
    url("./media/roboto-v18-latin-italic.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v18-latin-italic.woff2") format("woff2"),
    url("./media/roboto-v18-latin-italic.woff") format("woff"),
    url("./media/roboto-v18-latin-italic.ttf") format("truetype"),
    url("./media/roboto-v18-latin-italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-v18-latin-500.eot");
  src:
    local("Roboto Medium"),
    local("Roboto-Medium"),
    url("./media/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v18-latin-500.woff2") format("woff2"),
    url("./media/roboto-v18-latin-500.woff") format("woff"),
    url("./media/roboto-v18-latin-500.ttf") format("truetype"),
    url("./media/roboto-v18-latin-500.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.googleapis.com/icon?family=Material+Icons) format("woff2");
}
html,
body {
  position: relative;
  display: block;
  font-family: "Roboto Light", Roboto !important;
  font-size: 14px;
  min-height: 100%;
  min-width: 100%;
}
body {
  position: fixed;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
  margin: 0;
  transition: background-color 1s;
}
*,
:after,
:before {
  box-sizing: border-box;
}
h2 {
  font-weight: 200;
}
h3 {
  font-weight: 400;
}
h4 {
  font-weight: 500;
}
.mat-mdc-card-header.full-width .mat-card-header-text {
  flex: 1 1 100%;
}
a,
a:hover,
a:visited,
a:focus {
  color: inherit !important;
  text-decoration: none !important;
}
.small {
  font-size: inherit;
  font-weight: inherit;
}
button:focus {
  outline: none !important;
}
app-root {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 100% !important;
}
app-root > mat-sidenav-container {
  min-height: 100% !important;
}
#s_sira {
  display: block;
  background: #525252;
  color: #fff;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: -8px;
  white-space: nowrap;
  line-height: 40px;
  padding: 12px;
  margin: 0;
}
#maintoolbar {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.twa-dark-theme mat-toolbar#maintoolbar {
  background: #a04100 !important;
}
#maintoolbar mat-form-field {
  min-width: 200px;
  margin: 8px 8px -10px 0;
}
#maintoolbar mat-form-field input {
  font-size: 16px;
  font-weight: 500;
}
#maintoolbar .title-sm {
  display: block;
  color: #fff;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: -8px;
  white-space: nowrap;
  line-height: 40px;
  padding: 12px 18px 12px 0;
  margin: 0 0 0 -8px;
}
.iconed-circle {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  #pin_icon {
    display: none;
  }
  .page-container {
    width: 100%;
    max-width: calc(100vw - 0px) !important;
    padding: 0px;
  }
  h3.unid-comercial {
    margin: 20px 20px 10px;
  }
  .mat-mdc-table {
    max-height: unset !important;
  }
}
mat-cell.tools-cell,
mat-header-cell.tools-cell {
  width: auto;
  max-width: 100px;
}
mat-cell.tools-cell .cellRow {
  width: 100px;
  max-width: 100px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
cell-resizer {
  border-left: 1px solid #eee;
  border-right: 1px solid #ccc;
  margin: 5px;
}
mat-row:hover mat-cell.tools-cell .cellRow {
  width: 100px;
  max-width: 100px;
  opacity: 1;
}
.mat-mdc-button,
.mat-mdc-icon-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button {
  outline: none !important;
}
.snackbar-warn {
  background: #721 !important;
  color: #ddd !important;
}
p.warning-inline {
  background: #f66;
  color: #fff;
  padding: 6px 10px;
  margin: 6px 0px;
  border: 1px solid #d33;
}
div.sse-info {
  background: #35bf59;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 8px 16px;
  border-radius: 2px;
}
div.sse-error {
  background: #900;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 8px 16px;
  border-radius: 2px;
}
.pe {
  pointer-events: auto;
}
#mainmnu {
  min-width: 58px;
  width: 58px;
  -webkit-transition: width 0.1s;
  transition: min-width 0.1s;
  transition-delay: 0.5s;
  overflow: hidden;
  z-index: 9999;
}
#mainmnu:hover,
#mainmnu.fixed {
  width: 220px;
  min-width: 220px;
}
#mainmnu.closed:hover {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
}
#mainmnu mat-icon#pin_icon {
  padding: 0 6px 5px 6px;
  width: 20px;
  height: 20px;
}
#mainmnu mat-icon#pin_icon svg {
  margin: -13px 6px 13px 0;
}
#mainmnu mat-icon#pin_icon:hover {
  background: #626262;
}
#mainmnu.fixed mat-icon#pin_icon {
  background: #727272;
}
#mainmnu mat-list-item a {
  display: flex;
  white-space: nowrap;
  font-weight: 100;
  align-items: center;
}
#mainmnu .mdc-list-item__primary-text {
  font-family: Roboto Light;
  color: #fff;
}
#mainmnu mat-list-item mat-icon {
  margin: 0 16px 0 2px;
}
#mainmnu mat-list-item span {
  margin: 4px 0 4px 0;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item {
  color: #ddd;
}
.twa-dark-theme {
  color: #ddd;
}
.twa-dark-theme mat-icon,
.twa-dark-theme input {
  color: rgba(255, 255, 255, 0.7);
}
#maintoolbar,
#maintoolbar mat-icon,
#maintoolbar input {
  color: #fff !important;
}
.twa-dark-theme .animal-actions .actions {
  background: transparent !important;
}
#mainmnu:hover .mat-list-item-content a span {
  animation: move 0.3s;
}
@keyframes move {
  0% {
    transform-origin: left;
    transform: perspective(400px) rotateY(90deg);
  }
  100% {
    transform-origin: left;
    transform: perspective(400px) rotateY(0deg);
  }
}
.page-container {
  display: block !important;
  left: 56px;
  top: 64px;
  overflow: auto;
  min-width: calc(100vw - 58px);
  max-width: calc(100vw - 58px);
  height: calc(100vh - 58px);
  padding: 12px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
}
.page-container > mat-card {
  min-height: calc(100vh - 88px);
}
.fixed .page-container {
  min-width: calc(100% - 204px);
}
mat-table mat-cell {
  font-size: 14px;
  border-bottom-color: #bbb !important;
}
.mat-column-Select {
  max-width: 58px;
}
.twa-dark-theme mat-table mat-cell {
  border-bottom-color: #555 !important;
}
ul {
  padding: 0;
}
ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item a * {
  color: #ddd;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item .mat-icon {
  min-width: 24px;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item .mdc-list-item__content {
}
.cea-auto .mat-mdc-text-field-wrapper {
  background-color: transparent !important;
}
mat-header-row.mat-mdc-table-sticky {
  top: -20px !important;
}
mat-cell:first-of-type,
mat-header-cell:first-of-type,
mat-footer-cell:first-of-type {
  padding: 0 8px !important;
}
#mainmnu mat-list-item.dark-theme.mat-mdc-list-item:hover {
  cursor: pointer;
  background: rgb(99, 99, 99);
}
span.mdc-button__label {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #mainmnu,
  #mainmnu:hover {
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    -webkit-transition: width 0.1s;
    transition: all 0.15s;
  }
  #mainmnu.fixed {
    width: 200px !important;
    min-width: 200px !important;
    transition: all 0.15s;
  }
  #pin_icon {
    display: none;
  }
}
div.dashboard th,
div.dashboard h4.listTitle,
div.dashboard h4.data-list {
  color: rgb(138, 109, 59);
  font-size: 14px;
  font-weight: 100;
  white-space: nowrap;
}
.h4,
h4 {
  font-size: 18px !important;
}
.h5,
h5 {
  font-size: 14px !important;
}
div.dashboard ul > li,
ul.data-list > li {
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  padding: 8px;
  border-top: 1px solid #ddd;
}
mat-card-content.mat-mdc-card-content {
  margin: 0 8px;
}
mat-card.animals .ngx-charts text.label:last-child {
  font-size: 14px;
}
mat-card.animals ngx-charts-pie-grid.crias {
  margin-top: -40px;
}
.mat-mdc-card-header:first-child div.title h3 {
  font-size: 14pt;
  margin: 0;
}
.mat-mdc-card-header:first-child div.title h4 {
  font-family: "Roboto Light";
  font-size: 11pt;
  margin: 0;
}
mat-card.explot mat-card-content {
  max-height: 500px;
  overflow: auto;
  margin-bottom: 10px;
}
.partos-meses {
  min-height: 360px;
}
mat-card.animals,
mat-card.states {
  max-width: none !important;
}
mat-card.animals mat-card-content,
mat-card.states mat-card-content,
mat-card.partos-meses mat-card-content,
mat-card.partos-year mat-card-content,
mat-card.forms-oviso mat-card-content {
  height: 300px;
  min-height: 260px;
  max-height: none !important;
}
mat-card.forms {
  min-width: 480px;
}
mat-card.forms-oviso {
  min-width: 330px;
}
@media screen and (max-width: 480px) {
  div.dashboard mat-card {
    max-width: 460px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  mat-card.states mat-card-content {
    height: 600px;
    min-height: 260px;
  }
}
mat-card mat-card-content > div > div h4 {
  padding: 8px;
}
mat-card.forms-oviso mat-card-content > div > div,
mat-card.forms-oviso-evaluacion mat-card-content > div > div {
  min-width: 110px;
}
mat-card.forms-oviso-evaluacion.mat-mdc-card mat-card-content {
  font-size: 13px;
}
mat-card.forms-oviso-evaluacion.mat-mdc-card {
  min-width: 360px !important;
  display: flex;
  font-size: 12px !important;
}
.mat-mdc-card-header:first-child .mat-mdc-card-title {
  font-size: 20px;
  margin: 0;
}
.mat-mdc-card-header:first-child button.mat-mdc-icon-button {
  line-height: 24px !important;
  width: 32px !important;
  height: 32px !important;
  padding: 4px;
}
mat-card.flex-wrapped-horz {
  margin: 30px 0;
}
mat-card.partos-meses combo-chart-component ul.legend-labels li:first-child span.legend-label-color {
  height: 3px;
}
mat-card.partos-meses combo-chart-component .ngx-charts-outer {
  margin: 0 0 0 -30px;
}
.partes .showing0 {
  display: none;
}
.cell-one,
.cell-two {
  line-height: 24px;
  min-height: 24px;
}
.cell-two {
  font-weight: 600;
  font-style: italic;
}
div.animals-options {
  padding: 0 10px;
}
div.animal-data-title {
  margin-bottom: 12px;
}
div.animal-data-title h2 {
  margin-bottom: 0;
}
div.animal-data {
}
div.animal-data .fieldgroup {
  margin: 0 20px 20px 0;
}
div.animal-data div.field {
  margin: 12px;
}
div.animal-data div.lbl {
  color: #333;
}
div.animal-data div.value {
  font-size: 14pt;
}
div.animal-data div.info-social {
  min-width: 200px;
}
div.animal-data div.table-container {
  max-height: 350px;
  overflow: auto;
}
div.animal-data div.estados h3 {
  padding: 20px 0 0 0;
  margin: 0 0 20px;
  border-top: 1px solid #ccc;
}
div.animal-data .image-container {
  height: 200px;
  border: 1px solid #ccc;
  transform: rotate(10deg);
  width: 200px;
  padding: 12px;
  margin: 15px 0 0 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
div.animal-data .image-container.big {
  margin-left: -360px;
  width: 500px !important;
  height: 500px !important;
  max-width: 500px !important;
  max-height: 500px !important;
  transform: rotate(0deg);
}
div.animal-data .image-container.file-over {
  border: 1px solid #888;
}
div.animal-data .image-container .img {
  background: #ddd;
  width: 100%;
  height: 100%;
}
div.animal-data .image-container .img .addImage {
  color: #bbb;
  font-size: 100pt;
  font-weight: bold;
  text-align: center;
  line-height: 176px;
}
div.animal-data .image-container.file-over .img .addImage {
  color: #888;
}
div.animal-data .image-container.file-over .img .img-background {
  opacity: 0.5;
}
div.animal-data .info-social div.image-add-button {
  margin-top: 30px;
}
mat-card.animals-charts {
}
mat-card.razas-charts {
}
mat-card.partes mat-panel-title.mat-expansion-panel-header-title {
  min-width: 160px;
}
mat-card.partes {
  min-width: 680px !important;
  max-width: none !important;
  width: auto !important;
}
mat-card.works.mat-mdc-card {
  min-width: 250px;
}
mat-card h3 {
  font-weight: 300;
}
ngx-charts-pie-chart.modified div.ngx-charts-outer svg.ngx-charts {
  width: 280px !important;
}
ngx-charts-pie-chart.modified div.ngx-charts-outer svg.ngx-charts > g {
  transform: translate(150px, 100px);
}
ngx-charts-pie-chart.modified ngx-charts-legend > div {
  width: auto !important;
}
table thead {
  color: #8a6d3b;
}
table thead th {
  font-weight: 300;
}
table-partes-dialog mat-table {
  min-width: 70vw;
}
table-partes-dialog mat-cell.mat-mdc-cell.cdk-column-fecha.mat-column-fecha,
table-partes-dialog mat-header-cell.mat-mdc-header-cell.cdk-column-fecha.mat-column-fecha,
table-partes-dialog mat-cell.mat-cell.cdk-column-fecha_inicio_cubricion.mat-column-fecha_inicio_cubricion,
table-partes-dialog mat-header-cell.mat-header-cell.cdk-column-fecha_inicio_cubricion.mat-column-fecha_inicio_cubricion {
  flex: 1.5;
}
table-partes-dialog mat-cell.mat-mdc-cell.cdk-column-bolo.mat-column-bolo,
table-partes-dialog mat-header-cell.mat-mdc-header-cell.cdk-column-bolo.mat-column-bolo,
table-partes-dialog mat-cell.mat-cell.cdk-column-bolo_semental.mat-column-bolo_semental,
table-partes-dialog mat-header-cell.mat-header-cell.cdk-column-bolo_semental.mat-column-bolo_semental {
  flex: 3;
}
mat-table mat-header-cell label.sortCell.asc::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #888;
  font-size: 0;
  line-height: 0;
  margin: 6px;
  float: right;
}
mat-table mat-header-cell label.sortCell.desc::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  font-size: 0;
  line-height: 0;
  margin: 6px 6px 6px 6px;
  float: right;
}
mat-table.data mat-row {
  position: relative;
  padding-top: 3px;
  transition: all 0.15s ease-in-out 0.5s;
}
mat-table.data mat-row:nth-child(even) {
  background-color: #fff;
}
mat-table.data mat-row:nth-child(odd) {
  background-color: #efefef;
}
mat-table.data {
  padding: 0 5px;
  display: table !important;
  width: 100%;
}
mat-table.data mat-row:hover {
  padding: 4px 0;
  margin: -4px 0;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
mat-table.data mat-row:hover mat-cell {
  border-bottom: 0 none;
}
mat-table.sm {
  font-size: 75%;
}
mat-table.sm mat-row {
  padding: 0;
  margin: 0;
}
.mat-mdc-table.sm mat-cell.mat-column-Label {
  flex: 0 0 120px;
}
.mat-mdc-table.sm mat-cell.mat-column-Value {
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
twa-login > .page-container {
}
.dlg-content span.or {
  position: relative !important;
  bottom: -15px !important;
  margin-top: 0 !important;
}
form#fregister .dlg-content mat-form-field {
  width: 80%;
}
.dlg-header {
  align-items: center;
  text-align: center;
}
.dlg-content {
  margin-bottom: 0 !important;
}
.dlg-footer {
  color: #ddd;
  background: url(/assets/images/login-footer.jpg) left top repeat;
  line-height: 22px;
  font-size: 16px;
  font-family: "Roboto Light";
  letter-spacing: 0.5px;
  padding: 30px 20px 20px 20px;
  margin: 0px -20px -20px -20px;
}
.dlg-footer .background-primary {
  background-color: rgba(239, 108, 0, 0.85);
  margin: -30px -20px -20px -20px;
  padding: 20px;
}
.hideAnimated {
  position: absolute;
  width: 100%;
  margin-left: -2000px;
  z-index: -1;
}
.hideAnimatedRight {
  position: absolute;
  width: 100%;
  margin-left: 3000px;
  z-index: -1;
}
.hidden {
  display: none;
}
.dlg-footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline !important;
}
form#flogin h3 {
  text-transform: uppercase;
  font-family: "Roboto Light";
}
.bookSelect {
  max-width: 200px;
  margin-left: 20px;
  margin-top: 1.25em;
}
.bookSelect .mat-form-field-label,
.bookSelect .mat-select-value .mat-select-placeholder,
.bookSelect .mat-select-value-text {
  color: #fff;
}
.bookDates {
  margin-left: 20px;
}
.bookDates .mat-form-field-wrapper {
  margin-bottom: -1.25em;
}
.bookDates .mat-form-field-wrapper label {
  color: #fff;
}
div.summary-header {
  padding: 0 0 15px;
}
mat-table.bajas,
ficha-animal-dialog mat-dialog-content.bajas {
  background: url(/assets/images/bk-baja.png) no-repeat center center !important;
  background-size: contain !important;
}
mat-cell.baja {
  color: #933;
}
twa-libros table#tsummary tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.15);
}
table#tsummary th,
table#tsummary td {
  padding: 6px 14px !important;
}
table#tsummary .number {
  text-align: right;
}
.mat-mdc-dialog-container {
  max-height: 100vh !important;
}
@media screen and (max-width: 480px) {
  mat-dialog-container {
    max-width: 100vw !important;
    max-height: 100vh !important;
  }
}
@media screen and (max-width: 640px) {
  div.cdk-overlay-pane {
    min-width: auto !important;
    max-width: none !important;
  }
  #pin_icon {
    display: none;
  }
  .page-container {
    padding: 0px;
  }
  h3.unid-comercial {
    margin: 20px 20px 10px;
  }
  mat-card.partes {
    min-width: 340px !important;
    max-width: none !important;
    width: auto !important;
  }
  mat-card.partes mat-expansion-panel {
    max-width: 296px;
  }
  mat-card.partes mat-panel-title.mat-expansion-panel-header-title {
    min-width: 100px;
  }
  mat-cell:first-child,
  mat-footer-cell:first-child,
  mat-header-cell:first-child {
    padding-left: 0px !important;
  }
}
mat-card.flex-wrapped-horz {
  margin: 0 0 30px 0;
}
mat-card {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}
.mat-mdc-card-header:first-child .mat-mdc-card-title {
  font-size: 20px;
  margin: 0;
  font-weight: 400 !important;
}
.mat-mdc-card-header:first-child .mat-mdc-card-title h3 {
  font-weight: 400;
  color: #777;
}
.mat-mdc-card-header:first-child {
  color: #666;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mat-mdc-card-header:first-child div.title h3 {
  font-size: 14pt;
  margin: 0;
}
.mat-mdc-card-header:first-child div.title h4 {
  font-family: "Roboto Light";
  font-size: 11pt;
  margin: 0;
}
mat-card-title h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 400 !important;
}
span.label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}
twa-md2-filter-editor {
  margin: 0 16px;
}
twa-md2-filter-editor .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  height: 0;
}
twa-md2-filter-editor .filter {
  margin: 12px 0 0;
}
twa-md2-filter-editor .mat-mdc-icon-button mat-icon {
  color: #777;
}
twa-md2-filter-editor mat-icon:hover {
  color: #222;
}
twa-md2-filter-editor .mat-mdc-icon-button[disabled] mat-icon {
  color: rgba(0, 0, 0, 0.26);
}
.page-container.dashboard .mat-grid-tile-content {
  padding: 8px 14px;
  margin: -12px -12px;
}
.dashboard-container mat-grid-tile mat-card {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: stretch space-between;
  align-items: stretch;
  flex: 1 1 0%;
  min-width: calc(100% - 16px) !important;
  margin: 16px 8px !important;
}
.dashboard-container app-dashboard-cards-spawner > *:nth-child(2) {
  height: 100%;
}
.minicard mat-icon svg * {
  stroke: currentColor !important;
}
.quill-editor iframe {
  pointer-events: none;
}
quill-editor iframe {
  pointer-events: none;
}
div.title h2.title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ql-editor {
  font-family: "Roboto Light" !important;
  font-size: 14px !important;
  line-height: 20px !important;
  display: flex !important;
  flex-direction: column !important;
}
.ql-editor h2 {
  font-size: 30px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.ql-editor h3 {
  font-size: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.ql-editor h4 {
  font-size: 18px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ql-editor p {
  margin: 0 0 10px !important;
}
.ql-editor ol,
.ql-editor ul {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
app-showdoc-dialog p,
app-showdoc-dialog ul,
app-showdoc-dialog li {
  margin: 8px 0;
}
app-showdoc-dialog h1 {
  font-weight: 900;
  margin: 20px 0;
}
app-showdoc-dialog h2 {
  font-weight: 700;
  margin: 16px 0;
}
app-showdoc-dialog h3 {
  font-weight: 700;
  margin: 16px 0;
}
app-showdoc-dialog ul li::before {
  margin-left: -1.5em;
  content: "\2022";
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
app-showdoc-dialog ul li {
  padding-left: 1.5em;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #999999 #cccccc;
}
.twa-dark-theme * {
  scrollbar-width: thin;
  scrollbar-color: #555 #292929;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #cccccc;
}
*::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 20px;
  border: 3px solid #cccccc;
}
.twa-dark-theme *::-webkit-scrollbar {
  width: 12px;
}
.twa-dark-theme *::-webkit-scrollbar-track {
  background: #555 !important;
}
.twa-dark-theme *::-webkit-scrollbar-thumb {
  background-color: #292929;
  border-radius: 20px;
  border: 3px solid #555;
}
.page-container.docs div.mat-tab-label .mat-tab-label-content {
  display: flex !important;
  flex-direction: column !important;
  padding: 4px 8px;
}
.page-container.docs .mat-ink-bar {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2) !important;
  bottom: 0;
  height: 100%;
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  z-index: -1;
  border-radius: 7px;
}
.page-container.docs .mat-mdc-tab-header {
  border-bottom: 0 none;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.ql-align-center {
  text-align: center;
}
.timepicker-backdrop-overlay {
  z-index: 1000 !important;
}
.timepicker-overlay {
  z-index: 1000 !important;
}
.twa-dark-theme .section-pending div.solution {
  color: #eee !important;
}
.twa-dark-theme .section-pending div.error {
  color: #eee !important;
}
.twa-dark-theme .warning {
  background-color: #800;
  color: #fff !important;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 6px;
}
.twa-dark-theme mat-row.pending mat-cell {
  color: #fff !important;
  background: #600 !important;
}
button.mainFab {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
.full-width {
  width: 100% !important;
}
.search-highlight {
  background-color: #ffcc00;
}
.twa-dark-theme .search-highlight {
  color: #000;
  background-color: #ffcc00;
}
.flex {
  flex: 1 1 100%;
}
.flex-auto {
  flex: 1;
}
.flex-50 {
  flex: 50%;
}
.flex-45 {
  flex: 45% !important;
}
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.flex-row-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.flex-column-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
}
.flex-column-h-align-left,
.flex-column-h-align-start {
  align-items: flex-start;
}
.flex-column-h-align-center {
  align-items: center;
}
.flex-column-h-align-right,
.flex-column-h-align-end {
  align-items: flex-end;
}
.flex-column-v-align-left,
.flex-column-v-align-start {
  justify-content: flex-start;
}
.flex-column-v-align-center {
  justify-content: center;
}
.flex-column-v-align-right,
.flex-column-v-align-end {
  justify-content: flex-end;
}
.flex-row-h-align-left,
.flex-row-h-align-start {
  justify-content: flex-start;
}
.flex-row-h-align-center {
  justify-content: center;
}
.flex-row-h-align-right,
.flex-row-h-align-end {
  justify-content: flex-end;
}
.flex-row-v-align-left,
.flex-row-v-align-start {
  align-items: flex-start;
}
.flex-row-v-align-center {
  align-items: center;
}
.flex-row-v-align-content-center {
  align-content: center;
}
.flex-row-v-align-right,
.flex-row-v-align-end {
  align-items: flex-end;
}
.flex-align-items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-space-between {
  justify-content: space-between;
}
.flex-justify-space-around {
  justify-content: space-around;
}
.flex-justify-space-evenly {
  justify-content: space-evenly;
}
.flex-row-gap-8 {
  row-gap: 8px;
}
.flex-row-gap-16 {
  row-gap: 16px;
}
.flex-row-gap-24 {
  row-gap: 24px;
}
.flex-row-gap-32 {
  row-gap: 32px;
}
.flex-row-gap-40 {
  row-gap: 40px;
}
.flex-row-gap-48 {
  row-gap: 48px;
}
.flex-column-gap-8 {
  column-gap: 8px;
}
.flex-column-gap-16 {
  column-gap: 16px;
}
.flex-column-gap-24 {
  column-gap: 24px;
}
.flex-column-gap-32 {
  column-gap: 32px;
}
.flex-column-gap-40 {
  column-gap: 40px;
}
.flex-column-gap-48 {
  column-gap: 48px;
}
.mat-column-cria1_id span span.flex,
.mat-column-cria2_id span span.flex,
.mat-column-cria3_id span span.flex,
.mat-column-cria4_id span span.flex,
.mat-column-cria5_id span span.flex {
  display: flex;
  justify-content: flex-end;
}
.mat-column-bolo_cria span {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  padding-right: 8px;
}
mat-grid-list mat-grid-tile mat-card {
  height: 100%;
}

/* src/styles.scss */
html {
  --mat-sys-background: light-dark(#fff8f5, #1b110a);
  --mat-sys-error: light-dark(#b4281a, #ffb4a8);
  --mat-sys-error-container: light-dark(#ffdad4, #910904);
  --mat-sys-inverse-on-surface: light-dark(#ffede2, #3a2e25);
  --mat-sys-inverse-primary: light-dark(#ffb77b, #8f4e00);
  --mat-sys-inverse-surface: light-dark(#3a2e25, #f3dfd2);
  --mat-sys-on-background: light-dark(#241a12, #f3dfd2);
  --mat-sys-on-error: light-dark(#ffffff, #690000);
  --mat-sys-on-error-container: light-dark(#910904, #ffdad4);
  --mat-sys-on-primary: light-dark(#ffffff, #4c2700);
  --mat-sys-on-primary-container: light-dark(#6d3a00, #ffdcc2);
  --mat-sys-on-primary-fixed: light-dark(#2e1500, #2e1500);
  --mat-sys-on-primary-fixed-variant: light-dark(#6d3a00, #6d3a00);
  --mat-sys-on-secondary: light-dark(#ffffff, #562000);
  --mat-sys-on-secondary-container: light-dark(#7a3000, #ffdbcc);
  --mat-sys-on-secondary-fixed: light-dark(#351000, #351000);
  --mat-sys-on-secondary-fixed-variant: light-dark(#7a3000, #7a3000);
  --mat-sys-on-surface: light-dark(#241a12, #f3dfd2);
  --mat-sys-on-surface-variant: light-dark(#564334, #faddc9);
  --mat-sys-on-tertiary: light-dark(#ffffff, #2e3300);
  --mat-sys-on-tertiary-container: light-dark(#444b00, #dced4c);
  --mat-sys-on-tertiary-fixed: light-dark(#1a1e00, #1a1e00);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#444b00, #444b00);
  --mat-sys-outline: light-dark(#897362, #a48c7a);
  --mat-sys-outline-variant: light-dark(#dcc1ae, #564334);
  --mat-sys-primary: light-dark(#8f4e00, #ffb77b);
  --mat-sys-primary-container: light-dark(#ffdcc2, #6d3a00);
  --mat-sys-primary-fixed: light-dark(#ffdcc2, #ffdcc2);
  --mat-sys-primary-fixed-dim: light-dark(#ffb77b, #ffb77b);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#a04100, #ffb693);
  --mat-sys-secondary-container: light-dark(#ffdbcc, #7a3000);
  --mat-sys-secondary-fixed: light-dark(#ffdbcc, #ffdbcc);
  --mat-sys-secondary-fixed-dim: light-dark(#ffb693, #ffb693);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fff8f5, #1b110a);
  --mat-sys-surface-bright: light-dark(#fff8f5, #43372e);
  --mat-sys-surface-container: light-dark(#feeadd, #281e15);
  --mat-sys-surface-container-high: light-dark(#f9e4d7, #33281f);
  --mat-sys-surface-container-highest: light-dark(#f3dfd2, #3e3229);
  --mat-sys-surface-container-low: light-dark(#fff1e8, #241a12);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #150c06);
  --mat-sys-surface-dim: light-dark(#ead6c9, #1b110a);
  --mat-sys-surface-tint: light-dark(#8f4e00, #ffb77b);
  --mat-sys-surface-variant: light-dark(#faddc9, #564334);
  --mat-sys-tertiary: light-dark(#5b6400, #c0d030);
  --mat-sys-tertiary-container: light-dark(#dced4c, #444b00);
  --mat-sys-tertiary-fixed: light-dark(#dced4c, #dced4c);
  --mat-sys-tertiary-fixed-dim: light-dark(#c0d030, #c0d030);
  --mat-sys-neutral-variant20: #3e2d1f;
  --mat-sys-neutral10: #241a12;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html #maintoolbar,
html .mat-column-tools {
  min-height: 64px;
  --mdc-checkbox-state-layer-size: 32px;
  --mdc-chip-container-height: 24px;
  --mdc-text-button-container-height: 32px;
  --mdc-protected-button-container-height: 32px;
  --mdc-filled-button-container-height: 32px;
  --mdc-outlined-button-container-height: 32px;
  --mdc-icon-button-state-layer-size: 32px;
  --mdc-list-list-item-one-line-container-height: 40px;
  --mdc-list-list-item-two-line-container-height: 56px;
  --mdc-list-list-item-three-line-container-height: 80px;
  --mdc-radio-state-layer-size: 32px;
  --mdc-secondary-navigation-tab-container-height: 40px;
  --mat-checkbox-touch-target-display: none;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-fab-touch-target-display: none;
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 8px;
  --mat-list-list-item-leading-icon-end-space: 8px;
  --mat-text-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-standard-button-toggle-height: 40px;
  --mat-stepper-header-height: 64px;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
}
html #maintoolbar,
html .mat-column-tools {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html #maintoolbar,
html .mat-column-tools {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
.twa-dark-theme {
  color-scheme: dark;
}
body {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.dlg-content span.or {
  position: absolute;
  width: 30px;
  background: #fff;
  font-weight: bold;
  font-family: Roboto;
  font-size: 24px;
  text-align: center;
  border-radius: 20px;
  line-height: 20px;
  margin: 214px 0 0 0;
  float: left;
}
.twa-dark-theme .dlg-content span.or {
  background-color: #424242;
}
.twa-dark-theme div.dashboard,
.twa-dark-theme div.page-container {
  background: #333 !important;
}
.twa-dark-theme mat-card-title.mat-mdc-card-title,
.twa-dark-theme .mat-mdc-card-header:first-child .mat-card-title h3,
.twa-dark-theme .mat-card-header:first-child .mat-card-title h4 {
  color: #aaa !important;
}
.twa.dark-theme .headerRow,
.twa.dark-theme .headerRow:nth-child(2) {
  color: rgba(255, 255, 255, 0.7) !important;
}
.twa-dark-theme .headerRow:nth-child(2) {
  color: #ccc !important;
}
.twa-dark-theme mat-table.data mat-row:nth-child(even) {
  background-color: #424242 !important;
}
.twa-dark-theme mat-table.data mat-row:nth-child(odd) {
  background-color: #525252 !important;
}
.twa-dark-theme div.animal-data div.lbl {
  color: #999 !important;
}
.twa-dark-theme .h1,
.twa-dark-theme .h2,
.twa-dark-theme .h3,
.twa-dark-theme .h4,
.twa-dark-theme .h5,
.twa-dark-theme .h6,
.twa-dark-theme h1,
.twa-dark-theme h2,
.twa-dark-theme h3,
.twa-dark-theme h4,
.twa-dark-theme h5,
.twa-dark-theme h6 {
  color: #ccc !important;
}
iframe.ql-video {
  min-width: attr(width)px;
}
:root {
  --mdc-filled-button-container-shape: 24px;
}
:root {
  --mdc-dialog-container-color: #ffffff;
}
:root {
  --mat-dialog-container-max-width: 80vw;
}
:root .twa-dark-theme {
  --mdc-dialog-container-color: #333;
}
:root #maintoolbar {
  --mdc-outlined-text-field-outline-color: #fff;
}
:root button.mdc-button.mdc-button--raised.mat-mdc-raised-button.mat-primary.mat-mdc-button-base {
  color: #fff;
  background: #ef6c00;
}
:root button.mdc-button.mdc-button--raised.mat-mdc-raised-button.mat-warn.mat-mdc-button-base {
  color: #fff;
  background: #900;
}

/* src/flex-fixes.scss */
[fxLayout] {
  box-sizing: border-box;
  display: flex;
}
[fxLayout="row wrap"] {
  flex-flow: row wrap;
}
[fxLayout=row] {
  flex-direction: row;
}
[fxLayout=column] {
  flex-direction: column;
}
[fxLayoutAlign="center center"] {
  display: flex !important;
  place-content: center;
  align-items: center;
}
[fxLayoutAlign="start center"] {
  display: flex !important;
  place-content: center flex-start;
  align-items: center;
}
[fxLayoutAlign="start start"] {
  display: flex !important;
  place-content: flex-start flex-start;
  align-items: center;
}
[fxLayoutAlign="end center"] {
  display: flex !important;
  place-content: center flex-end;
  align-items: center;
}
[fxFlex] {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 100%;
}
[fxFlex=none] {
  flex: none;
}
@media only screen and (min-width: 960px) {
  [fxFlex-gt-sm="50"] {
    flex: 1 1 50% !important;
    box-sizing: border-box;
    max-width: 50% !important;
  }
  [fxFlex-gt-sm="33"] {
    flex: 1 1 33% !important;
    box-sizing: border-box;
    max-width: 33% !important;
  }
}
@media only screen and (max-width: 960px) {
  [fxHide-lt-md] {
    display: none;
  }
}
[fxFlex="33"] {
  flex: 1 1 33%;
  box-sizing: border-box;
  max-width: 33%;
}
[fxFlex="67"] {
  flex: 1 1 33%;
  box-sizing: border-box;
  max-width: 33%;
}
[fxFlex="0"] {
  flex: 1 1 0%;
  box-sizing: border-box;
  max-width: 0%;
}
[fxFlex="5"] {
  flex: 1 1 5%;
  box-sizing: border-box;
  max-width: 5%;
}
[fxFlex="10"] {
  flex: 1 1 10%;
  box-sizing: border-box;
  max-width: 10%;
}
[fxFlex="15"] {
  flex: 1 1 15%;
  box-sizing: border-box;
  max-width: 15%;
}
[fxFlex="20"] {
  flex: 1 1 20%;
  box-sizing: border-box;
  max-width: 20%;
}
[fxFlex="25"] {
  flex: 1 1 25%;
  box-sizing: border-box;
  max-width: 25%;
}
[fxFlex="30"] {
  flex: 1 1 30%;
  box-sizing: border-box;
  max-width: 30%;
}
[fxFlex="35"] {
  flex: 1 1 35%;
  box-sizing: border-box;
  max-width: 35%;
}
[fxFlex="40"] {
  flex: 1 1 40%;
  box-sizing: border-box;
  max-width: 40%;
}
[fxFlex="45"] {
  flex: 1 1 45%;
  box-sizing: border-box;
  max-width: 45%;
}
[fxFlex="50"] {
  flex: 1 1 50%;
  box-sizing: border-box;
  max-width: 50%;
}
[fxFlex="55"] {
  flex: 1 1 55%;
  box-sizing: border-box;
  max-width: 55%;
}
[fxFlex="60"] {
  flex: 1 1 60%;
  box-sizing: border-box;
  max-width: 60%;
}
[fxFlex="65"] {
  flex: 1 1 65%;
  box-sizing: border-box;
  max-width: 65%;
}
[fxFlex="70"] {
  flex: 1 1 70%;
  box-sizing: border-box;
  max-width: 70%;
}
[fxFlex="75"] {
  flex: 1 1 75%;
  box-sizing: border-box;
  max-width: 75%;
}
[fxFlex="80"] {
  flex: 1 1 80%;
  box-sizing: border-box;
  max-width: 80%;
}
[fxFlex="85"] {
  flex: 1 1 85%;
  box-sizing: border-box;
  max-width: 85%;
}
[fxFlex="90"] {
  flex: 1 1 90%;
  box-sizing: border-box;
  max-width: 90%;
}
[fxFlex="95"] {
  flex: 1 1 95%;
  box-sizing: border-box;
  max-width: 95%;
}
[fxFlex="100"] {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
