
/* dialog full screen */
.my-full-screen-dialog {
    max-width: none !important;
    width: 100vw;
    height: 100vh;
  }
  
.my-full-screen-dialog .mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
}

.my-dialog-scrool{
  height: auto;
  overflow: auto;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: gold !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #9e9e9e !important;
}


.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #00B14F !important;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: darkgrey !important;
}

.rating {
  outline: none;
}

.input-small .mat-form-field-flex {
  font-size: 12px;
}

.tabs-no-header .mat-tab-header {
  display: none !important;
}


/* tablas */
.table-model-1 p {
  margin: 0;
}
.table-model-1 td.mat-cell, .mat-footer-cell {
  font-size: 12px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-model-1 tr.mat-row, .mat-header-row {
  height: 30px !important;
}



/* cuando es en celular el dialog detalle orden abre en pantalla completa */
@media (max-width: 676px) { 
  .my-dialog-orden-detalle {
    max-width: none !important;
    width: 100vw;
    height: 100vh;
  }
}
