﻿.mdc-dialog .mdc-dialog__surface {
    min-width: 90% !important;
    min-height: 75% !important;
    max-width: 100% !important;
    max-height: 85% !important;
    transition: min-width 300ms ease, min-height 300ms ease;
}

.mdc-dialog__container {
    width: 100%;
}
.fullwidth-textfield {
    width: 100% !important;
    height: 100%;
    transition: background-color 300ms ease;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px, rgb(51, 51, 51) 0px 0px 0px 2px;*/
}
.mat-autocomplete-list{
    width: 100% !important;
}
.mat-autocomplete-list .mdc-text-field{
    width: 100% !important;
}
.textArea3Rows {
    height: 104px !important;
}
.textArea2Rows {
    height: 84px !important;
}

.center .mat-text-field-input {
    text-align: center !important;
}
.mat-checkbox label{
    white-space: nowrap;
}