
.container-new {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 50px;
  margin-right: 50px;
}

.title {
  margin-left: 50px;
}

.new-field, .new-area {
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.new-area {
  width: 100%;
  height: 150px;
  resize: vertical;  
}

.new-field {
  width: 200px;
}

input.btn-submit-group {
  all: unset;
  background-color: #588bbd;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

input.btn-submit-group:hover {
  background-color: #4679a5;
}

.div-btn {
  margin-top: 10px;
  margin-left: 50px;
}

label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

form.new_itsites_contragent_group, .edit_itsites_contragent_group  {
  display: flex;
  flex-direction: column;
  align-items: left;
  align-items: stretch; 
  padding: 30px;
}

/* table start */
th.index-group,
td.index-group {
  border: 1px solid rgb(160 160 160);
  padding: 5px;
  color: #588bbd;
  font-size: 15px;
}

th[scope="row"] a:hover {
  text-decoration: underline;
  color: #4679a5;
}

th[scope="col"] {
  background-color: #d7d7d7;
  color: black;
}

td.index-group {
  text-align: center;
}

table.index-group {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ccc(140 140 140);
  font-size: 15px;
  letter-spacing: 1px;
}
/* table end */

/* show start */
.container-show {
  display: flex;
  align-items: center;
  background: #ffffdd;
  padding: 8px;
  margin: 20px;
  border: 1px solid #d0d7de;
}

.profile-picture-show img {
  width: 60px;
  height: 60px;
}

.profile-picture-show {
  margin: 10px;
}

.info-show {
  font-weight: bold;
}

.title-show {
  margin-left: 20px;
}

.contragents-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #d0d7de;
  padding: 8px;
  margin: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

input.submit-tag-contragent {
  margin-left: 20px;
}

.contragent-item {
  display: flex;
  align-items: center;
}

.profile-picture-contragent {
  width: 30px;
  height: 30px;
  margin: 5px;
}

.page-divider-contragent {
  border-top: 1px solid #d0d7de;
  margin: 10px 0;
}

.check-box-tag {
  cursor: pointer;
}

a.contragent-link:hover {
  color: #4679a5;
}

.container-table {
  padding: 20px;
}

.div-background {
  margin: 5px;
}

.contragent-search {
  width: 100%;
  padding: 15px;
}

.div-contragent-search {
  margin: 20px;
}
/* show end */