.fc-table th p {
  font-weight: 400;
  margin-bottom: 0;
}

.fc-table .input-row p {
  margin-right: 10px;
}

.fc-table thead {
  border: #ccd0d4 solid 1px;
  background: #fff;
  border-spacing: 0;
  border-radius: 0;
  table-layout: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
  box-sizing: content-box;
}

.fc-table thead tr th,
.fc-table tbody tr {
  border: 1px solid #d5d9dd;
  border-width: 0 0 1px 1px;
}

.fc-table > tbody > tr > th,
.fc-table > tbody > tr > td,
.fc-table > thead > tr > th,
.fc-table > thead > tr > td {
  padding: 8px;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border-style: solid;
  font-weight: normal;
  border-width: 1px;
}

.fc-table .order{
    background: #f4f4f4;
}

.fc-main-menu ul li{
  list-style: none;
}

.fc-main-menu ul li a,
.fc-main-menu ul li a:hover{
  color: #fff;
  text-decoration: none;
}

.fc-main-menu ul li .dropdown-item,
.fc-main-menu ul li .dropdown-item:hover{
  color: #000;
}