.content-users-data { 
  width:100%;
  display:flex;
  background:#F2F3F6;
}
.menu-lateral-users {
  width:222px;
  background:#fff;
}
.content-head-menu-lateral-users {
  width:100%;
  height:121px;
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid #F2F3F6;
}
.content-head-menu-info {
  display:flex;
  text-align:center;
  align-items:center;
  flex-direction:column;
  justify-content:center;
}
.content-head-menu-img {
  width:96px;
  display:flex;
  justify-content:center;
}
.content-head-menu-img img { max-width:100%; }
.content-head-title {
  font-size:14px;
  font-weight:900;
  margin:10px 0 5px;
}
.content-head-subtitle {
  font-size:12px;
  font-weight:400;
  color:#969EAE;
}
.btn-return-user {
  top:10px;
  left:10px;
  width:32px;
  height:32px;
  display:grid;
  cursor:pointer;
  position:absolute;
  border-radius:4px;
  place-items:center;
  background:#969EAE;
  border:1px solid #969EAE;
}
.content-middle-menu-lateral-users {
  display:flex;
  align-items:center;
  flex-direction:column;
  height:calc(100vh - 181px);
  justify-content:space-between;
}
.content-bottom-menu-lateral-users {
  height:60px;
  display:flex;
  padding-left:28px;
  align-items:center; 
  justify-content:flex-start;
  border-top:1px solid #F2F3F6;
}
.content-middle-list-menu { width:200px; }
.content-middle-list-menu-aux { width:200px; }
.content-middle-list-menu li {
  height:46px;
  display:flex;
  cursor:pointer;
  margin-top:15px;
  color:#969EAE;
  align-items:center;
  justify-content:space-between;
}
.content-middle-list-menu-aux li {
  height:46px;
  display:flex;
  cursor:pointer;
  align-items:center;
  margin-bottom:15px;
  justify-content:space-between;
}
.content-middle-list-menu li svg { margin:0 15px; }
.content-middle-list-menu-aux li svg { margin:0 15px; }
.content-middle-list-menu li svg path { stroke:#969EAE; }
.content-middle-list-menu li .content-middle-group-text { font-size:14px; }
.content-middle-list-menu li .content-middle-group-text-aux { 
  font-size:12px; 
  margin-right:15px;
}
.content-middle-list-menu-aux li .content-middle-group-text { 
  font-size:14px; 
  font-weight:900;
}
.content-middle-list-menu-aux li .content-middle-group-text-aux { 
  font-size:12px;
  font-weight:900;
  position:relative;
  margin-right:15px;
}
.content-middle-list-menu li.active {
  color:#000;
  font-weight:900;
  background:#F2F3F6;
}
.content-middle-list-menu-aux li.active {
  color:#000;
  font-weight:900;
  background:#F2F3F6;
}
.content-middle-list-menu li.agotado { color:#DBDEE3; }
.content-middle-list-menu li.active svg path { stroke:#000; }
.content-middle-list-menu li.agotado svg path { stroke:#DBDEE3; }
.content-middle-list-menu-aux li .content-middle-group-text-aux::before {
  top:3px;
  width:8px;
  right:15px;
  height:8px;
  content:"";
  border-radius:50%;
  position:absolute;
  background:#007AFF;
}
.content-middle-group {
  display:flex;
  align-items:center;
}
.content-bottom-img {
  width:32px;
  height:32px;
  display:flex;
  overflow:hidden;
  border-radius:50%;
}
.content-bottom-img img { max-width:100%; }
.content-bottom-info { margin-left:5px; }
.content-bottom-info-title {
  font-size:14px;
  font-weight:900;
}
.content-bottom-info-subtitle {
  font-size:12px;
  font-weight:400;
  color:#969EAE;
}
.content-data-users {
  padding:0 15px;
  width:calc(100% - 222px);
}
.content-superior-menu {
  width:100%;
  height:60px;
  display:flex;
  padding:0 20px;
  align-items:center;
  background:#ffffff;
  justify-content:space-between;
  border-bottom:1px solid #F2F3F6;
}
.content-superior-menu-aux {
  width:100%;
  height:60px;
  display:flex;
  padding:0 20px;
  align-items:center;
  background:#ffffff;
  justify-content:space-between;
}
.content-superior-title {
  font-size:14px;
  font-weight:900;
  text-transform:capitalize;
}
.content-superior-subtitle {
  font-size:12px;
  font-weight:400;
  color:#969EAE;
}
.content-superior-menu svg { cursor:pointer; }
.content-superior-search {
  width:364px;
  height:40px;
  display:flex;
  padding:0 15px;
  align-items:center;
  background:#F2F3F6;
  justify-content:space-between;
}
.content-superior-search input {
  border:none;
  width:260px;
  margin-left:15px;
  background:transparent;
}
.content-head-table-users table {
  width:100%;
  height:60px;
  margin-top:20px;
  background:#fff;
  table-layout:fixed;
  border-bottom:1px solid #F2F3F6;
}
.content-head-table-users table th { font-size:14px; }
.content-body-table-users {
  overflow:auto;
  max-height:calc(100vh - 220px);
}
.content-body-table-users table {
  width:100%;
  height:60px;
  table-layout:fixed;
  border-collapse:collapse;
}
.content-body-table-users table td {
  height:80px;
  background:#ffffff;
  border-bottom:1px solid #F2F3F6;
}
.content-big-info-users { width:236px; }
.content-info-img-users {
  width:60px;
  height:60px;
  display:flex;
  overflow:hidden;
  margin-right:10px;
  border-radius:50%;
  justify-content:center;
}
.content-info-img-users.blue { border:2px solid #007AFF; }
.content-info-img-users.green { border:2px solid #29D884; }
.content-info-img-users.orange { border:2px solid #FF9900; }
.content-info-img-users img { max-width:100%; }
.content-info-data-users {
  display:flex;
  align-items:center;
  justify-content:center;
}
.content-info-title-users {
  font-size:15px;
  font-weight:600;
  text-transform:capitalize;
}
.content-info-users { width:145px; }
.content-info-users2 { width:185px; }
.content-info-subtitle-users {
  font-size:14px;
  font-weight:400;
  text-transform:capitalize;
}
.content-info-subtitle-users-aux {
  font-size:14px;
  color:#969EAE;
  font-weight:400;
}
.content-info-ubication-users {
  font-size:14px;
  font-weight:400;
  text-align:center;
  text-transform:capitalize;
}
.content-information {
  width:41px;
  margin:auto;
  height:24px;
  display:grid;
  font-size:12px;
  font-weight:500;
  color:#ffffff;
  border-radius:2px;
  place-content:center;
}
.content-information.blue { background:#007AFF; }
.content-information.purple { background:#AB47BC; }
.content-information.green { background:#29D884; }
.content-information.orange { background:#FF9900; }
.content-price-title {
  font-size:14px;
  font-weight:900;
  text-align:center;
}
.content-price-subtitle {
  font-size:14px;
  font-weight:400;
  text-align:center;
}
.button-status-data {
  width:106px;
  border:none;
  height:24px;
  cursor:pointer;
  font-size:12px;
  font-weight:600;
}
.button-status-data.pausa {
  color:#B8BDC8;
  background:#F2F3F6;
}
.button-status-data.disponible {
  color:#29D884;
  background:#C6F3D5;
}
.button-status-data.ocupado {
  color:#FF0000;
  background:#FEBCB9;
}
#mdl-little-body, 
.mdl-little-body-aux, 
#content-little-mdl { height:100%; }
.content-preview-img {
  display:grid;
  height:144px;
  margin:1px 0;
  place-items:center;
  background:#ffffff;
}
.preview-img {
  width:88px;
  height:88px;
  display:flex;
  justify-content:center;
}
.preview-img img { max-width:100%; }
.content-list-data { padding:18px; }
.content-data-list {
  height:60px;
  display:flex;
  padding:0 12px;
  align-items:center;
  background:#ffffff;
  justify-content:space-between;
}
.content-list-data-list {
  display:flex;
  align-items:center;
}
.listado-items-title {
  font-size:14px;
  font-weight:600;
  margin-left:10px;
}
.info-data-documento {
  width:364px;
  height:80px;
  padding:15px;
  font-size:14px;
  font-weight:400;
  background:#ffffff;
}
.listado-items { width:364px; }
.listado-items:nth-child(n+2) { margin-top:10px; }
.listado-items li {
  height:60px;
  display:flex;
  padding:0 12px;
  margin-bottom:1px;
  align-items:center;
  background:#ffffff;
  justify-content:space-between;
}
.content-slide-images2 {
  width:364px;
  overflow:hidden;
  position:relative;
  background:#ffffff;
}
.content-info-transfer {
  height:60px;
  display:flex;
  padding:0 18px;
  margin-top:1px;
  align-items:center;
  background:#ffffff;
  justify-content:space-between;
}
[discover-document] { font-weight:500; }
.listado-text-items {
  margin-top:5px;
  font-size:14px;
  font-weight:500;
  text-transform:capitalize;
}
.listado-text-items [type="text"],
.listado-text-items [type="password"] { 
  border:none;
  font-size:14px;
  font-weight:600;
}
.content-product-data-list-subtitle [type="text"],
.listado-text-items [type="tel"],
.listado-text-items [type="number"],
.listado-text-items [type="email"] {
  width:332px;
  border:none;
  font-size:14px;
}