.modal-dialog {
  max-width: 40%;
}
.modal-dialog .user-profile-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.modal-dialog .user-profile-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.modal-dialog .user-profile-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.portlet-table-button-left,
.portlet-table-button-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  padding: 15px;
  border-radius: 20px;
  border: 0;
}

.buttons-container {
  padding-bottom: 60px;
  padding-top: 30px;
}
.buttons-container button {
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
}

.users-table-edit tr:last-of-type > td, .company-table-edit tr:last-of-type > td {
  border: none;
}
.users-table-edit a.user-name, .users-table-edit a.company-name, .company-table-edit a.user-name, .company-table-edit a.company-name {
  background-color: #01b5e2;
  border: 1px solid #01b5e2;
  color: white;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  font-weight: bold;
  outline: 0;
  margin: 15px 0 0;
}

.users-table .trash:hover i {
  color: red !important;
}

.users-table, .company-table {
  font-size: 13px;
  width: 100%;
  margin-top: 15px;
}
.users-table label, .company-table label {
  margin-bottom: 0;
}
.users-table i, .company-table i {
  font-weight: bold;
}
.users-table td, .company-table td {
  border-bottom: 1px solid #d3d4d2;
  border-top: 1px solid #d3d4d2;
  border-right: none;
  border-left: none;
  height: 40px;
  color: #01b5e5;
  line-height: 13px;
  word-wrap: break-word;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.users-table td.has-left-border, .company-table td.has-left-border {
  border-left: 1px solid #d3d4d2;
}
.users-table td a, .company-table td a {
  vertical-align: middle;
}
.users-table td input[type=checkbox], .company-table td input[type=checkbox] {
  margin: 0;
}
.users-table tr, .company-table tr {
  height: 40px;
}
.users-table thead tr th, .company-table thead tr th {
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 10px;
  color: #1a1a18;
  font-weight: bold;
  text-align: left;
}
.users-table thead tr th:first-child, .company-table thead tr th:first-child {
  width: 121px;
}
.users-table tbody tr td, .company-table tbody tr td {
  text-align: center;
}
.users-table tbody tr td:first-child, .company-table tbody tr td:first-child {
  text-align: left;
}
.users-table td, .company-table td {
  width: 30px;
  text-align: center;
  font-weight: normal;
}
.users-table td .trash, .company-table td .trash {
  cursor: pointer;
  color: #D3D4D2;
  font-size: 16px;
  float: right;
}
.users-table td .trash:hover, .company-table td .trash:hover {
  color: #b6361d;
}
.users-table a, .company-table a {
  color: #01b5e2;
}

.reactivation-table {
  width: 100%;
}
.reactivation-table td {
  padding-top: 10px;
  line-height: 1;
}
.reactivation-table thead tr th {
  padding-bottom: 10px;
  padding-top: 0;
  color: #1a1a18;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.reactivation-table tbody tr td#deleteUserCell {
  text-align: right;
  width: 50%;
}
.reactivation-table tbody tr td:last-child {
  float: right;
  text-align: right;
}
.reactivation-table thead tr {
  border-bottom: 1px solid #d3d4d2;
}
.reactivation-table a {
  color: #01b5e5;
}

.reactivation-table-container {
  padding-bottom: 60px;
  width: 100%;
}
.reactivation-table-container i.at-icon-plus {
  rotate: 45deg;
}

.modal-open .modal {
  display: none;
}