@import "common_all.css";
@import "common.css";

body {
  background-color: #ffffff;
}

/* USER ADMINISTRATION */
.page_user_administration {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .page_user_administration #modalUser .modal-dialog {
    width: 52rem;
  }
}
/* .containerModalUser .modal-body {
    padding: 15px 30px;
} */
.containerModalUser.paddingDefault .modal-body {
  padding: 15px 15px;
}
.containerModalUser .containerInputInline .catflow-input > label,
.containerModalUser .containerInputInline .catflow-select > label,
.containerModalUser .containerInputInline .catflow-textarea > label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 120px;
  padding-right: 20px;
  margin-bottom: 1rem;
}
.containerModalUser .containerInputInline .catflow-input > input,
.containerModalUser .containerInputInline .catflow-select > select,
.containerModalUser .containerInputInline .catflow-textarea > textarea {
  display: inline-block;
  width: calc(100% - 130px);
  vertical-align: middle;
}
.containerModalUser .containerCheckboxInline > .catflow-inline > .catflow-text {
  text-align: right;
  width: 120px !important;
  padding-right: 20px;
}
.containerModalUser .containerCheckboxInline > .catflow-inline > .catflow-checkbox {
  margin-left: 4px;
  width: calc(100% - 130px) !important;
}
.containerModalUser .containerCheckboxInline > .catflow-inline > .catflow-checkbox label {
  margin-right: 20px;
}
.containerModalUser .titleExtrainfo {
  font-size: 18px;
  margin: 25px 0;
  border-bottom: solid 1px #cfcfcf;
}
.containerModalUser .extrainfoNewKey .col-sm-1,
.containerModalUser .extrainfo .col-sm-1 {
  padding: 12px 13px 0;
}
.containerModalUser .extrainfo .key {
  text-align: right;
  font-weight: bold;
  padding-top: 13px;
}
.containerModalUser {
  color: #404041;
}
.containerUsers .checkbox {
  margin: 0;
}
.containerUsers td .checkbox {
  text-align: center;
}
/*
.containerUsers .table>thead>tr:first-child {
    border-bottom: dotted 2px;
}
*/
.containerUsers .table > thead > tr:first-child > th {
  background-position: right 40%;
}
.containerUsers .table > thead > tr:first-child + tr th {
  padding-top: 15px;
}
.containerUsers .table > thead > tr > th {
  background-color: #2981ba;
  border: none !important;
  color: #ffffff;
}
.containerUsers .table > tbody > tr > td {
  border: none !important;
}
.collectionUsers tbody tr:hover {
  background-color: #f5f5f5;
  cursor: default;
}
.containerUsers .collectionUsers .groups span:not(:empty) {
  color: #ffffff;
  background-color: #007ab8;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 3px 7px;
  border-radius: 10px;
  min-width: 10px;
  display: inline-block;
  line-height: 1;
}
.containerModalUser .containerPassword > .catflow-inline > .catflow-element:first-child {
  width: 62% !important;
}
.containerModalUser .containerPassword > .catflow-inline > .catflow-element:last-child {
  width: auto !important;
}
.containerUsers .buttonWithIcon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.containerUsers .iconAdd::before {
  background-image: url(../img/users/add-rounded.png);
}
.containerUsers .iconArrowUp::before {
  background-image: url(../img/users/arrow-alt-circle-up-regular.svg);
}
.containerUsers .iconArrowDown::before {
  background-image: url(../img/users/arrow-alt-circle-down-regular.svg);
}
.containerUsers .buttonWithIcon p {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
.containerUsers .buttonWithIcon:hover p {
  text-decoration: underline;
}

table.table-bordered.dataTable {
  border-right-width: 1px;
}
