body {
  background: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

table,tr,th,td {
  font-size:14px;
  font-weight: normal;
}
.header
{
  background: #3385ff;
  border-bottom: solid 2px #000;
}

.header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
}

.no-padding {
  padding: 0;
}
.menu{
  background: #00264d;
  padding:0;
  min-height: 550px;
  border-right: solid 2px #000;
}
.page-header {
  background: #ebebe0;
  border-bottom: dashed 1px #000;
}

.page-header h4{
  font-size: 17px;
}

.footer {
  background: #000;
  color: #fff;
}

.g-title {
  font-size: 15px;
}
