@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: fontawesome-webfont;
    src: url(../../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
}

@font-face {
    font-family: Roboto-Medium ;
    src: url(../../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Light ;
    src: url(../../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular ;
    src: url(../../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold ;
    src: url(../../fonts/Roboto/Roboto-Bold.ttf);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}

.mat-table {
    overflow: auto;
    width: 100% !important;
    max-height: 500px;
}

.matButton {
    margin-left: 5px;
}

.mat-header-cell {
    padding: 5px;
}

th.mat-header-cell {
    font-family: Roboto-Medium !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, .65);
}

.mat-cell {
    max-width: 120px;

}


/* styles for '...' */
.block-with-text {
    overflow: hidden;
    line-height: 19.2px;
    max-height: 66.6px;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Roboto-Regular;
    font-size: 13px;
    padding: 0px 6px;
    color: #666666;
}

.blockheader-with-text {
    overflow: hidden;
    line-height: 19.2px;
    max-height: 66.6px;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Roboto-Regular;
    padding: 6px;
    font-family: Roboto-Medium !important;
    font-size: 14px !important;
    color: #666666;
    letter-spacing: 0.5px;
}

.block-with-image {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.tableimage {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
}

.tableimage:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

tr.mat-header-row {
    height: 34px !important;
}

td.mat-cell, td.mat-footer-cell, th.mat-header-cell {
    padding: 6px !important;
}

td.mat-cell:first-of-type, td.mat-footer-cell:first-of-type, th.mat-header-cell:first-of-type {
    padding-left: 6px !important;
}

td.mat-cell:last-of-type, td.mat-footer-cell:last-of-type, th.mat-header-cell:last-of-type {
    padding-right: 6px !important;
}

tr.mat-footer-row, tr.mat-row {
    height: 34px !important;
}

td.mat-cell {
    border-bottom-width: 0px !important;
}


.mat-paginator-page-size-label {
    text-transform: capitalize;
}

/********* CUSTOM TABLE ***************/

.angTable {
    border-spacing: 0;
    background: #fff;
    font-family: Roboto-Regular;
    width: 100% !important;
    font-size: 13px;
}

.angTable thead {
    background: inherit;
}

.angTable thead tr {
    height: 40px;
    background-color: #efefef;
}

th.angTable-header-cell:first-of-type {
    padding-left: 6px !important;
}

.angTable > tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.angTable > tbody tr:hover {
    background: #f2f2f2 !important;
}

.angTable > tbody tr.selectedrow {
    background: #efefef;
}

/* .angTable tbody tr:hover .fasfa-trash{
  color: #B90000;
}
.angTable tbody tr:hover .fasfa-pen{
  color:#7E7E7E ;
} */

.angTable tbody tr:hover .btnxs-transparent-icon i {
    color: #7E7E7E;
}

.angTable tbody tr:hover .btnxs-transparent-icondanger i {
    color: #B90000;
}


.angTable tbody tr:hover .btnxsrowshowhide {
    cursor: grabbing;
    background: #319BE2;
}

.angTable tbody tr:hover .btnxsrowshowhide i {
    color: #cccccc;
    cursor: grabbing;
}


/* used for tables in NPME caselogs & upload External documents */
.th-width-iconinline {
    width: 200px;
}

/* Added on 29 July 2020  */
/* adding for time being for some table for selection only in col-md-4 and or in small cards */
.angCardsmall-content .angTable td {
    cursor: pointer;
}

/* For all rows of no data found */
.no-data {
    background-color: rgba(0, 0, 0, 0.02) !important;
}