a {
  text-decoration: none;
}

.card {
  background: transparent;
  border: none !important;
  border-radius: inherit !important;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-img-top {
  align-self: center;
}

.card-body span {
  white-space: nowrap;
}

.tab-navigation {
  height: auto !important;
}

.nav-icon {
  height: auto !important;
}

.form-wrapper {
  margin-top: 40px;
}


.form-wrapper .row .col {
  max-width: 185px;
}

.form-wrapper .row .input-col {
  max-width: 286px;
  margin-left: 16px;
  margin-right: 16px;
}

.form-wrapper .row .col+.col {
  margin-left: 16px;
}

.form-wrapper .form-select,
.form-wrapper .form-control {
  border: none;
  color: #888888;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  line-height: 16px;
  padding: 8px 20px;
}

.form-wrapper .form-select:focus,
.form-wrapper .form-control:focus {
  box-shadow: none;
}

.form-wrapper .form-select .placeholder-color {
  color: red;
}

.form-wrapper .row .col .btn {
  display: block;
  height: 36px;
  width: 120px;
  line-height: 16px;
  font-weight: 400;
  font-size: 14px;
}

.table-wrapper {
  margin-top: 24px;
}

.table-wrapper .table {
  margin-bottom: 0;
}


.table-wrapper .table thead {
  background-color: #fff;
}

.table-wrapper .table thead th span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.table-wrapper .table thead th {
  padding: 12px 25px;
}

.table-wrapper .table thead th.file-name {
  width: 540px;
}

.table-wrapper .table thead th.language {
  width: 180px;
}

.table-wrapper .table thead th.doc-type {
  width: 180px;
  ;
}

.table-wrapper .table thead th.doc-size {
  width: 180px;
  ;
}

.table-wrapper .table th,
.table-wrapper .table td {
  border: none;
  box-sizing: border-box;
  height: 48px;
}


.table-wrapper .table tbody tr {
  border-bottom: 1px dashed #cccccc59;
  background-color: #fff;
}

.table-wrapper .table td {
  padding: 19px 25px;
}

.table-wrapper .table tbody td span {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.table-wrapper .table tbody td a {
  color: #0084FF;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.table-wrapper .table tbody td .options {
  display: flex;
  align-items: center;
}

.table-wrapper .table tbody td .options a+a {
  margin-left: 14px;
}

.table-wrapper .table tbody td .options a img {
  display: block;
  width: 18px;
  height: 18px;
}

.pagination-wrapper {
  margin-top: 24px;
}

.pagination-wrapper .total-results {
  font-size: 12px;
  color: #222;
  margin-right: 16px;
  font-weight: 300;
}

.pagination-wrapper .pagination-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination-wrapper .pagination-widget ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.pagination-wrapper .pagination-widget ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.pagination-wrapper .pagination-widget ul li+li {
  margin-left: 6px;
}

.pagination-wrapper .pagination-widget ul li.ellipsis {
  background: none;
}

.pagination-wrapper .pagination-widget ul li.active,
.pagination-wrapper .pagination-widget ul li.active a {
  background: #0084FF;
  color: #fff;
}

.pagination-wrapper .pagination-widget ul li.disabled a {
  color: #CCCCCC;
}

.pagination-wrapper .pagination-widget ul li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #222222;
}

.title-padding {
  padding-top: 56px;
  padding-bottom: 18px;
}

.downloadFormItem {
  max-width: 255px !important;
}

.file-no {
  width: 60px;
}