/* allEntries */
.allEntries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0px 10px 0px 10px;
}

/* header menu */
.sf-menu .cat-item-29 a {
  color: #0A9C0D;
  font-weight: bold;
}

.sf-menu .cat-item-311 a {
  font-weight: bold;
}

.sf-menu .cat-item-312 a {
  color: #e4a600;
  font-weight: bold;
}

/* login form */
.login_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login_form input {
  width: 100%;
}

.login_form button {
  width: 100%;
}

.login_form__foot {
  display: flex;
  justify-content: space-between;

}


/* Userinfo */
.up-img {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  border: 5px solid #111;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 30px;
  bottom: -30px;
}

.user-popup {
  padding: 20px 0;
  position: relative;
  margin: -20px;
}

.usp-cols {
  display: grid;
  grid-template-columns: 40% auto;

}

.upop-left {
  position: relative;
  z-index: 50;
  text-align: center;
}

.upop-left .up-img {
  position: static;
  display: block;
  margin: 0 auto 10px auto;
}

.upop-right li {
  padding: 5px 0;
}

.us-prof {
  border: 0px solid #ebeef3;
  background-color: #111;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.usp-left {
  padding: 20px;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: relative;
}

.usp-right {
  padding: 20px;
}

.usp-status {
  position: absolute;
  left: 0;
  top: 0;
}

.offline,
.online {
  padding: 3px 5px;
  display: inline-block;
  color: #fff;
  background-color: #626262;
}

.online {
  background: #99ce1b;
}

.usp-av {
  width: 100px;
  height: 100px;
  border: 5px solid #111;
  margin: 0 auto;
}

.usp-activ {
  margin: 10px -20px 0 -20px;
  background-color: #111;
  color: #fff;
}

.usp-activ>div {
  padding: 10px 0;
}

.usp-activ>div div {
  font-weight: 700;
  font-size: 16px;
}

.usp-activ>div+div {
  border-top: 3px solid #222;
}

.usp-btn a {
  display: block;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
}

.usp-name {
  margin: -20px -20px 10px -20px;
  padding: 20px;
  border-bottom: 1px solid #111;
  background-color: #222;
}

.usp-name h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.usp-group span {
  color: #fa5800 !important;
  font-weight: 700;
}

.usp-meta li {
  padding: 7px 10px;
}

.usp-meta li a {
  text-decoration: underline;
}

.usp-meta li:nth-child(2n+1) {
  background-color: #111;
}

@media screen and (max-width: 760px) {
  .up-first {
    padding: 20px 10px;
    height: auto;
    text-align: center;
  }

  .up-img {
    position: relative;
    margin: 10px auto;
    left: 0;
    bottom: 0;
  }

  .up-status {
    position: relative;
    margin: 0 auto;
    left: 0;
    bottom: 0;
  }

  .up-second,
  .up-edit {
    padding: 20px 10px;
  }

  .usp-left {
    width: 100%;
  }

  .usp-right {
    width: 100%
  }
}


/*--- NEW FORM ---*/
.form-wrap>div,
.form-vote>div {
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 20px;
  padding-left: 200px;
  position: relative;
}

.form-item>label {
  display: block;
  float: left;
  width: 200px;
  margin-left: -200px;
  padding-top: 10px;
}

.form-item>input[type="text"],
.form-item>input[type="password"],
.form-item>input[type="file"] {
  float: left;
  max-width: 600px;
}

.imp>label:after {
  content: "*";
  margin: 0 0 0 10px;
  color: #e85319;
}

.form-buts input[type="button"],
.form-buts a {
  width: 48%;
  float: left;
  display: block;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
}

.form-buts a {
  float: right;
}

.findrelated {
  background: #ffc;
  border: 1px solid #9E9E9E;
  padding: 5px;
}

.form-textarea>label {
  display: block;
  padding: 10px 20px;
  background-color: #444;
  color: #fff;
  font-size: 16px;
}

.form-textarea textarea {
  width: 100%;
}

#category {
  width: 100% !important;
}

.form-xfield .addnews {
  vertical-align: middle;
}

.form-checks label,
#allow_subscribe+label {
  display: inline-block;
  line-height: 30px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.form-submit button:last-child {
  margin-left: 10px;
}

.form-secur {
  width: 100%;
  float: right;
}

.form-secur input {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
}

.form-secur>a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.form-secur select {
  width: 100%;
  max-width: 600px;
}

.form-item>input[type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
}

#result-registration {
  text-align: center;
}


/* PM */
.pm-menu {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.pm-menu li {
  display: inline-block;
}

.pm-menu a {
  padding: 0 15px;
  background: #222;
  line-height: 40px;
  display: block;
}

.pm-menu a:hover {
  background: #111;
  color: #fff;
}

.pm-status {
  margin-bottom: 40px;
}

.pm_progress_bar {
  border-radius: 4px;
  background-color: #363636;
  margin: 10px 0;
  overflow: hidden;
}

.pm_progress_bar span {
  background: #fb643c;
  font-size: 0;
  text-indent: -2000em;
  height: 20px;
  display: block;
  overflow: hidden;
}

.table-resp {
  overflow-y: hidden;
  overflow-x: auto;
}

.pm,
.userstop {
  border: 1px solid #ccc;
  width: 100%;
}

.pm tr td,
.userstop tr td {
  padding: 10px;
  border: 1px solid #111;
  font-size: 12px;
}

.pm tr:nth-child(1) {
  background-color: #111;
  color: #FFF;
}

.pm tr:nth-child(2n+2),
.userstop tr:nth-child(2n+2) {
  background-color: #222;
}

.pm select {
  width: 100%;
  margin-bottom: 10px;
}