form div.required label.control-label:after {
  content:" * ";
  color:red;
}

.gray-bg{
	background-color: #8e8e9e;
}

.navbar-fixed-top, .navbar-static-top {
    background: #8e8e9e;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #cceeff;
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #cceeff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.nav.navbar-right > li > a {
    color: #dee3e6;
}
body {
color: #000
}
.grid-view{
	font-weight: bold;
}
