body {
   font-size: 14px;
   line-height: 21px;
   font-weight: 400;
   font-family: 'Roboto', sans-serif;
   background: #f5f5f5;
}

a {
   color: #2184DA;
}

.btn,
.table th,
.table td, 
.form-control,
.m-section .m-section__content,
.m-form .form-control-label, .m-form label,
.m-footer .m-footer__copyright,
.m-nav .m-nav__item>.m-nav__link .m-nav__link-text {
   font-size: 14px;
   line-height: 21px;
   font-family: 'Roboto', sans-serif;
}

.table th,
.table td {
   padding: 17px;
}

.table-bordered thead th,
.table-bordered thead td {
   border-color: #bec3c6;
   background: #ebeced;
}

.table-hover tbody tr:hover {
   background-color: #ffefd7;
}

.even {
   background: #f5f5f5;
}

table.dataTable>tbody>tr.child ul.dtr-details {
   width: 100%;
}