/* ms2026.cosmos.ru-global-2026-07-26.1.css */

.path-frontpage #page-wrapper {
  /* Gives the bottom of your page enough room to scroll past */
  min-height:140em;
}

.path-frontpage .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

h3[id] {
  scroll-margin-top: 1em;
  margin-top: 0em;
}

form .form-actions {
  display: flex;
  align-items: end;
  column-gap: 0.5em;
}

form .form-actions .button {
  display: flex;
  height: fit-content;
}

#block-ms-3-barrio-views-block-payment-block-2 {
	width: fit-content;
}

#cboxOverlay {
  background: transparent;
}

#cboxWrapper {
  padding: 1em;
}

#cboxClose {
  top: -16px;
  right: 32px;
  width: 36px;
  height: 36px;
  background-size: 100% !important;
  background: url(/img/close-red-cross-64.png) no-repeat 0 0;
}

#cboxClose:hover {
	background-position: initial;
}

#block-ms-3-barrio-abstractsubmissionwarningforguests {
  width: fit-content;
  line-height: 0.5;
}
/*
.view-abstracts td {
  font-size: 0.875em;
}
*/
table {
	box-shadow: 0 0 0 1px #ccc;
}

thead>tr {
  vertical-align: middle;
}

td.views-field-field-brief-abstract-summary div {
  width: 16em;
  font-size: 0.875em;
}

td.abstract-files a {
  word-wrap: break-word;
  width: 12em;
  display: inline-block;
}

td.abstract-changed time,
td.abstract-changed a,
td.views-field-changed time {
	display: block;
	margin-bottom: 0.5em;
}

td.views-field-field-zapolnennyy-dogovor-oplaty a {
	display: block;
	white-space: nowrap;
}

td.views-field-field-title-salutation div {
  max-width: 2em;
}

td .file--application-pdf, td .file--x-office-document {
  background-image: none;
}

.sidebar .block .content {
	font-size: 1em;
	line-height: 1.25;
}

body:not(.show-pay-files) .payment-files {
	display: none;
}

/* .page-user-login .alert-wrapper,.user-logged-in.path-user .alert-wrapper */
.alert-wrapper {
  position: absolute;
	width: fit-content;
  top: 50vh;
	bottom: auto;
  left: 50vw;
  transform: translate(-25%,-50%);
}

.alert-wrapper .alert {
  overflow-y: auto;
  margin-bottom: 0;
  width: fit-content;
}

button[id*=remove-button],button[id*=remove-button]:active {
  background: #d9534f!important;
}

button[id*=remove-button]:hover {
  background: #c9302c!important;
  border-color: #ac2925!important;
}

.button,.description.text-muted {
  line-height: 120%;
  display: block;
}

.button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  border-color: transparent!important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  text-transform: uppercase;
}

.button.focus,.button:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

a.button {
  text-decoration: none;
}

#payment-files {
	width: fit-content;
	scroll-margin-top: 1.75em;
}

#payment-files button {
  display: inline-block;
  margin-left:0.25em;
}

.field-group-html-element {
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #bbb;
	border-radius: var(--bs-border-radius);
}

.notebook {
  position: relative;
/*
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px #aaa;
*/
	border-left: 18px solid #ddd;
  border-radius: 0;
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    color: var(--ms3-text-color);
    font-weight: bold;
    font-variation-settings: "wght" 450;
}

#edit-field-personal-data-consent-value--description {
	font-size: 1.125em;
	color: var(--ms3-text-color) !important;
}

.form-check-input[type="checkbox"] {
	border-width: 2px;
	border-color: var(--ms3-text-color);
}

.notebook::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -24px;
  width: 27px;
  height: 100%;
  background: repeating-linear-gradient(to bottom,#999,#999 3px,transparent 0px,transparent 16px);
  background-position-y: 4px;
  border-radius: 0;
}

@media (max-width:575px) {
	.notebook {
		border-left: 16px solid #ddd;
	}
	.notebook::before {
	  left: -20px;
	  width: 24px;
	}
}

.child-full-width {
  width: 100vw;
  /* Pulls the element to the left edge of the viewport
  margin-left: calc(50% - 50vw); */
  /* Centers the element correctly within the viewport, regardless of parent's position */
  transform: translateX(-50%);
  position: relative; /* Needed for positioning relative to its normal flow position */
  left: 50%;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar, .admin-toolbar-search-autocomplete-list.ui-autocomplete {
  z-index: 3040;
}

div.featured-top {
  width: 100%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

div.featured-top .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.fade-bottom {
  mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
}

#block-banner p {
  margin: 0;
}

.ms3-footer {
	display: block;
	margin-top: 0.5em;
	width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ms3-footer p {
	margin-bottom: 0.25em;
}

#main-wrapper {
  margin-top: 1em;
  position: relative;
  z-index: 3000;
  background: transparent;
}

/*
.table .views-field-mail {
	display: block;
  word-wrap: break-word;
  width: 11em;
  border: none;
}
*/
#backtotop {
  z-index: 5000;
}

.site-footer {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 0;
	background-color: var(--ms3-neptune-dark);
}

.site-footer .content {
  color: #fff;
  font-size: 1rem;
}

.site-footer__bottom .region {
  margin: 0;
}

.site-footer .content a, .site-footer .content a.is-active {
  color: #fff;
}

.site-footer__bottom {
  margin-top:0;
}

.views-exposed-form .form-item-field-form-of-participation-value select {
	min-width: 8em;
}

/*
.form-row>fieldset.form-group {
  width: 28%;
}
*/

ul.ui-autocomplete {
    z-index: 6000;
}

.form-row>fieldset.form-group {
    width: fit-content;
}

.dkn-card {
  display: inline-block!important;
  margin-bottom: 1.5rem!important;
  padding: 0.5em 1em 0 0.5em;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: var(--bs-border-radius);
}

.dkn-info-card {
	color: #fff;
/*	background-color: #0071b3; */
	background-color: var(--ms3-info-bgcolor);
  margin: 1.5em auto;
  padding: 1rem;
  width: fit-content;
  max-width: 100%;
  border-radius: var(--bs-border-radius);
}

.block-views .dkn-info-card {
  margin: .5em auto .5em 0;
}

.dkn-info-card a {
	color: #d9ffff;
	cursor: pointer;
}

.dkn-info-card .dkn-tb-border a {
	text-decoration: none !important;
}

.dkn-info-card .dkn-tb-border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5rem;
}

.dkn-info-card p:last-child {
	margin-bottom: 0;
}

.dkn-info-paragraph {
  border-left:4px solid salmon;
  padding-left:1em;
}

ul.dkn-ul-check-a {
    padding: 0.5em 0 0 15px;
    font-weight: 500;
    font-variation-settings: "wght" 450;
    list-style-type: none;
}

ul.dkn-ul-check-a li::before {
  content: "✔";
  color: #0071b3;
	font-size: 1.2em;
	font-weight: 500;
	font-variation-settings: "wght" 450;
	position: absolute;
	left: 0;
}

ul.dkn-ul-check-a li {
  margin-bottom: 0.75em;
  padding-left: 25px;
  position: relative;
  line-height: 1.25em;
}

.view-id-abstracts.view-display-id-page_2 select.form-control,
.view-id-abstracts.view-display-id-page_2 input.form-control {
  display: block;
}

.view-id-your_presentations .views-field-field-presentation-number a {
  color: #FFF;
}
/*
.user-logged-in #edit-account .form-item-mail {
	display: none;
}
*/

#edit-pass--description, #edit-current-pass--description {
	color: #f00 !important;
  font-variation-settings: "wght" 400;
  font-weight: 400;
}

.confirm-parent {
	margin-bottom: 0.25rem;
}
.node--type-abstract .block-page-title-block em {
	font-style: normal;
	font-size: 1.5rem;
}

.node--type-abstract .block-page-title-block .title {
	font-style: normal;
}

.page-user-login .alert-danger a[href="#edit-name"] {
	display:none;
}

#edit-delete {
	float: right;
}

.node .field--type-image {
    float: revert;
}

.field--name-field-paragraphs .field--name-field-title,
.field--name-field-paragraphs .field--name-field-header {
    margin-top: 2rem;
}

.field--type-image img {
    margin: 0;
}

ul.admin-toolbar-search-autocomplete-list {
  z-index: 9600;
}

.views-exposed-form .flex-wrap {
  gap: 0.5rem;
}

.views-exposed-form label {
  font-weight: bold;
  font-variation-settings: "wght" 450;
}

.views-exposed-form select {
	margin: 0 0.5em 0 0;
  padding: 0 0 0 0.5em;
  font-size: 0.9rem;
  color: #000;
  height: 2.5em;
  min-width: 5em;
  line-height: 1.5;
  background-color: #fafafa;
}

.views-exposed-form select#edit-sort-by {
  min-width: 8em;
  background-position: right 6px center;
}

#views-exposed-form-abstracts-page-2 button {
  position: relative;
  top: -4px;
}

.form-textarea-wrapper {
  margin-bottom: 0.5em;
}

.text-muted {
	color: #000000aa !important;
}

label {
	font-size: 1.125em;
}

.views-exposed-form label {
	font-size: 1em;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  text-align: center;
}

.moroz-row-bg-image {
	background-color: #000000;
}

div.row.moroz-row-bg-image {
	padding-top:0;
}

.xy-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 92%;
  width: auto;
}

.accordion-button {
  font-size: 1em;
  font-weight: 500;
  font-variation-settings: "wght" 450;
  color: #0071b3;
}

.accordion-button::after {
  margin-left: 0.5em;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body p {
	font-style: italic;
	margin-bottom: 0;
}
