

/* Start:/local/templates/government/components/openregion/news/authority/openregion/news.list/.default/style.css?16698366055112*/
.news-list__drop-down-blocks {
  margin: 10px 0 50px 0;
}

.news-list__drop-down-item {
  background: #f9f9f9;
  border-top: 2px #ffffff solid;
  border-bottom: 2px #e5e5e5 solid;
  padding: 10px 25px;
  overflow: hidden;
}

.news-list__drop-down-item-name {
  display: flex;
  align-items: center;
}

.news-list__drop-down-item-name .news-list__drop-down-item-link-wrapper {
  display: flex;
  flex: 1;
}

.news-list__drop-down-item-link {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  margin: 10px auto 10px 30px;
  color: #142B4F;
}

.news-list__drop-down-item-badges {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  margin: 5px 0 !important;
}

.news-list__drop-down-item-badge {
  white-space: nowrap;
  margin: 2px 5px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
}

.news-list__drop-down-item-admin-area {
  display: flex;
  margin: 10px 0;
}

.news-list__drop-down-item--expandable .news-list__drop-down-item-link {
  margin-left: 8px;
}

.news-list__icon-plus {
  width: 22px;
  height: 22px;
  border: 1px #A8B6C8 solid;
}
.news-list__icon-plus::before {
  content: '+';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #A8B6C8;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.news-list__drop-down-item--expanded .news-list__icon-plus::before {
  content: '\2013';
}

.news-list__grandchildren {
  display: none;
  margin-left: 10px;
}

.news-list__drop-down-item--expanded .news-list__grandchildren {
  display: block;
  border-left: 1px #9AA4B1 dotted;
}

.news-list__grandchild-item {
  display: flex;
  padding: 10px 0 10px 25px;
  position: relative;
}

.news-list__grandchild-item::before {
  content: '';
  display: inline;
  height: 0;
  width: 20px;
  border-top: 1px #9AA4B1 dotted;
  position: absolute;
  left: -1px;
  top: 20px;
}

.news-list__grandchild-item:last-child::before {
  height: 500px;
  background: #f9f9f9;
}

.news-list__grandchild-item-link-wrapper {
  display: flex;
  flex: 1;
}

.news-list__grandchild-item-link {
  text-decoration: none;
  color: #142B4F;
  margin-right: auto;
}

.news-list__grandchild-item-badges {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}

.news-list__grandchild-item-badge {
  white-space: nowrap;
  margin: 2px 5px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
}

.news-list__grandchild-item-admin-area {
  display: flex;
}

.news-list__grandchild-item--expandable .news-list__grandchild-item-link::before {
  content: '\2013';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px #A8B6C8 solid;
  color: #A8B6C8;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  margin-right: 15px;
}

.news-list__grandchild-item-detail {
  display: none;
}

.news-list__grandchild-item--expanded .news-list__grandchild-item-detail {
  display: block;
}

.realed-news {
  padding: 0;
  min-height: 100px;
  background: #F4F7FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.realed-news__header {
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #E3EBF7;
  border-bottom: 2px #DBE3F0 solid;
}

.realed-news__list {
  padding: 20px;
  min-height: 100px;
  background: #F4F7FB;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.realed-news__header-title {
  background: #F4F7FB;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin: 5px 3px 0 3px;
  font-size: 16px;
  color: #142B4F;
  border: none;
  /*background: transparent;*/
  transition: background 0.15s ease-out;
  position: relative;
  bottom: -5px;
}


.realed-news-list__item {
  background: #ffffff;
  margin: 20px 0;
}



/* Visually impaired - White scheme */

.scheme-white .news-list__drop-down-item-link {
  color: #000000;
}

.scheme-white .news-list__drop-down-item-badge {
  background: #555456;
  color: #ffffff;
}

.scheme-white .news-list__icon-plus {
  border: 1px #b3b6b8 solid;
}

.scheme-white .news-list__icon-plus::before {
  color: #b3b6b8;
}

.scheme-white .news-list__drop-down-item--expanded .news-list__grandchildren {
  border-left: 1px #b3b6b8 dotted;
}

.scheme-white .news-list__grandchild-item::before {
  border-top: 1px #b3b6b8 dotted;
}

.scheme-white .news-list__grandchild-item:last-child::before {
  background: #f9f9f9;
}

.scheme-white .news-list__grandchild-item-link {
  color: #000000;
}

.scheme-white .news-list__grandchild-item-badge {
  background: #7f8ca3;
}

.scheme-white .news-list__grandchild-item--expandable .news-list__grandchild-item-link::before {
  border: 1px #787476 solid;
  color: #b3b6b8;
}

.scheme-white .realed-news {
  background: #F4F7FB;
}

.scheme-white .realed-news__header {
  background: #b3b6b8;
  border-bottom: 2px #787476 solid;
}

.scheme-white .realed-news__header-title {
  color: #000000;
}
/* End */
/* /local/templates/government/components/openregion/news/authority/openregion/news.list/.default/style.css?16698366055112 */
