@import "common.css";
@import "fonts.css";
@import "libs/tippy/tippy.css";
@import "libs/bootstrap-select.min.css";

body {
  background-color: white;
}

/* USER ADMINISTRATION */
.page_user_administration {
  background-color: #ffffff;
}
.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;
  font-weight: bold;
  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,
.containerUsers,
.containerUsers p {
  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%;
  padding-bottom: 15px;
}
.containerUsers .table > thead > tr:first-child + tr th {
  padding-top: 15px;
}
.containerUsers .table > thead > tr > th {
  background-color: transparent;
  border: none;
  color: inherit;
}
.containerUsers .table > tbody > tr > td {
  border: none;
}
.collectionUsers tbody tr:hover {
  background-color: #f5f5f5;
  cursor: default;
}
.containerUsers .collectionUsers .groups span:not(:empty) {
  color: #ffffff;
  background-color: #99acc6;
  margin-right: 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 .nuovoUtenteButton p {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
.containerUsers .nuovoUtenteButton:hover p {
  text-decoration: underline;
}
.containerUsers .nuovoUtenteButton::before {
  content: "";
  background-image: url(../img/users/add-rounded.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.containerBox {
  max-width: 30rem;
  background-color: #ffffff;
  padding: 1.5rem;
  border: 0.05rem solid var(--secondary-color);
  margin-left: auto;
  margin-right: auto;
}

.vAlignCenter {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.vAlignCenter > .catflow-container {
  height: 35rem !important;
  width: 100%;
}
