.dataTable  tr.mat-footer-row, tr.mat-row {
    height: unset !important;
}
tr.mat-header-row {
    height: unset !important;
}
.mat-sort-header-container {
    cursor: pointer;
    color: #73879c;
    font-weight: bold;
    font-size: 13px;
}
.mat-sort-header-button {
    margin-bottom:  0;
}
.mat-cell, .mat-footer-cell {
    color: unset !important;
}
.mat-header-cell {
    border-bottom-width: 3px !important;
}
.mat-elevation-z8 {
    box-shadow: unset !important;
}
.invalid-feedback {
    color: #e74c3c;
}
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
    background: #faedec;
    border: 1px solid #e85445;
}
ul.parsley-errors-list {
    margin-bottom: 0;
}
select.form-control {
    padding: 6px;
}
th.mat-header-cell {
    color: #73879c;
    font-weight: bold;
    font-size: 13px;
}
.mat-cell ul {
    margin-bottom: 0 !important;
}
.login .tooltip {
    display: none !important;
}
.angular-editor-toolbar {
    font:unset !important;
    display: none;
}
.angular-editor-button {
    margin-bottom: 0px;
}
.angular-editor-textarea pre {
    padding: 0;
    background-color: unset;
    border: unset;
}
.angular-editor-wrapper a {
    cursor: pointer;
    text-decoration: underline;
}
.is-invalid #editor {
    background: #faedec;
    border: 1px solid #e85445;
}
.el-center {
    text-align: center;
}
.cdk-global-scrollblock {
    position: unset !important;
    overflow-y: unset !important;
}
.mat-dialog-container {
    padding: 5px !important;
}
.dialog-frame {
    padding: 15px;
}


table.mat-table.dtr-inline.collapsed>tbody>tr.row-item >td:first-child,
table.mat-table.dtr-inline.collapsed>tbody>tr.row-item >th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.mat-table.dtr-inline.collapsed>tbody>tr.row-item >td:first-child:before,
table.mat-table.dtr-inline.collapsed>tbody>tr.row-item >th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 15px;
    content: '+';
    background-color: #337ab7;
}

table.mat-table.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.mat-table.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #d33333;
}

table.mat-table.dtr-inline.collapsed>tbody>tr.child td.mat-cell:first-of-type {
    padding-left: 8px;
    padding-right: 8px;
}
.w100 {
    width: 100px;
}