.table tbody tr.success>td {
    background-color: #dff0d8;
}

.table tbody tr.error>td {
    background-color: #f2dede;
}

.table tbody tr.warning>td {
    background-color: #fcf8e3;
}

.table tbody tr.info>td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3;
}

.cmsmasters_table tbody tr:nth-child(n+1),.cmsmasters_table tbody tr:nth-child(2n+1) {
  background-color: #dff0d8;
}

.cmsmasters_table tbody tr:nth-child(2n+2) {
  background: #c4e3f3;
}

.cmsmasters_table tr td.cmsmasters_table_cell_alignleft, .cmsmasters_table tr th.cmsmasters_table_cell_alignleft {
    font-size: 18px;
}

.table-parent-container{
	width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-parent-container tr th, tr td{
	font-size:16px !important;
}