/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

  

.cdk-global-overlay-wrapper, .cdk-overlay-container { z-index: 9999!important; } 


ngb-datepicker.dropdown-menu{
      z-index: 9999 !important;
      display: initial;
      overflow: visible;
}


ngb-dp {
      z-index: 1050;    
}

.negrito { 
      font-weight: bold !important;
  }

  .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb { 
      background-color: #0320fd !important;
  }

  .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
      background-color: rgba(64, 169, 255, 0.54) !important;
  }


  .mat-select{
    display:inline-block;
    width:100%;
    outline:0;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

div.mat-select-value { 
    display:table-cell;
    max-width:0;
    width:100%;
    height: 30px !important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align: middle;
}