
html body {
  background: #eaebed;
  padding: 30px 15px;
}

.box {
  background: #FFF;
  border-radius: 12px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

#page-box {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.container {
  margin: 0 auto;
}

input, select, textarea, button, .form-element, .form-text, .form-submit, .button {
  border-radius: 2em;
}

h1.page-title {
  font-size: 2em;
  line-height: 1.2;
}

body .block {
  margin-bottom: 20px;
}

#content {
  margin-bottom: 0;
}

.submitting {
  opacity: 0.4;
}
.submitting .form-submit {
  background: #777 !important;
  border-color: #777 !important;
}

body .views-table {
  width: 100%;
  margin-top: 25px;
}

.no-margin {
  margin: 0;
}

hr {
 border: 1px solid #eee;
 opacity: 1;
}

header {
  margin-bottom: 0 !important;
}

header .button {
  margin-top: 0;
  margin-bottom: 8px;
}

#block-frontend-page-title,
body .field {
  margin-bottom: 15px;
  margin-block-end: 15px;
}

.region--footer-bottom {
  text-align: center;
  margin-top: 30px;
}
.region--footer-bottom ul,
.region--footer-bottom li {
  display: inline-block;
  list-style: none;
}
.region--footer-bottom a {
  margin: 0 1.5em;
  color: #555;
  font-size: 0.9em;
  opacity: 0.8;
  text-decoration: none;
}
.region--footer-bottom a:hover {
  text-decoration: underline;
}
.region--footer-bottom .menu {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-left: 0 !important;
}

.messages-list {
  margin-bottom: 0;
}

.claro-details__summary {
  cursor: pointer;
}

@media all and (max-width: 1000px) {
  html body {
    padding-left: 0;
    padding-right: 0;
  }
  html body .container {
    padding: 0 10px;
  }
}
@media all and (max-width: 820px) {
	html body {
	  padding-top: 10px;
    font-size: 0.9em;
	}
}

.exclamation {
  background: #ffdf6c;
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  text-align: center;
  line-height: 1.2em;
  border-radius: 0.5em;
  font-family: monospace;
  transform: translateY(-0.1em);
  font-weight: 900;
}

.views-field-delete-node a {
  text-decoration: none;
  color: #c04;
  font-size: 1.5em;
  display: inline-block;
  background: #eee;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
.views-field-delete-node a:focus,
.views-field-delete-node a:hover {
	background: #e0e0e0;
}

.view-table-boxed .views-table {
	border-radius: 5px;
  overflow: hidden;
}
.view-table-boxed .views-table tr {
	background: #FFF;
	border: 2px solid #eaeaea;
}
.view-table-boxed .views-table td {
	padding: 15px 20px !important;
	border-color: #eaeaea;
}
.view-table-boxed .dropbutton-wrapper {
  display: flex;
  justify-content: flex-end;  
}

.home-link {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #CCC;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.home-link:hover,
.home-link:focus {
	opacity: 1;
}

.step-indicator {
	margin-bottom: 15px;
}
.step-indicator-steps {
  display: flex;
}
.step-indicator-step {
	background: #999;
	color: #FFF;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: visible;
	border-radius: 50%;
}
.step-indicator-step.step-active {
	background: #1475ad;
}
.step-indicator-line {
	height: 1em;
	border-bottom: 0.2em solid #999;
	width: 8%;
	max-width: 3em;
	display: block;
	overflow: hidden;
}
.step-indicator-line.step-active {
	border-bottom-color: #1475ad;
}
.step-indicator-title {
	margin: 25px 0 0;
	font-size: 1em;
	display: inline-block;
	font-weight: normal;
	font-style: italic;
  border-bottom: 2px solid #1475ad;
}

.messages__wrapper {
	margin-bottom: 20px;
}

.form-domain-field {
  position: relative;
}
.form-item-domain-id .form-text {
	text-align: right;
	padding-right: 40%;
	width: 100%;
}
.form-item-domain-suffix .form-text {
	border-left: 0;
	border: 0;
  padding-left: 0;
  background: transparent none !important;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.form-item__label {
	font-weight: bold;
}

.page-instructions {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
	opacity: 0.9;
}

.multistep-form .form-actions {
	margin-top: 60px;
}

.radio-buttons legend {
  display: none;
}
.radio-buttons .fieldset__wrapper {
  padding: 0;
  border: 0 !important; 
}
.radio-buttons .form-type-boolean {
  position: relative;
  margin: 0;
}
.radio-buttons .option {
  display: block;
  padding: 0 3em;
  border-radius: 2em;
  height: 4em;
  line-height: 4em;
  background: #1475ad;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s ease;
  margin-bottom: 1.5em;
  font-size: 1.1em;
}
.radio-buttons .option:hover {
  background: #12689a;
}
.radio-buttons .form-radio {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 2em;
  height: 2em;
  transform: translateY(-50%); 
  border: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;

}
.radio-buttons .form-radio:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}
.radio-buttons .form-radio:checked + .option {
  opacity: 1;
}

@supports (display: flex) {
  .radio-buttons .form-radio,
  .radio-buttons .form-radio,
  .radio-buttons .form-radio:hover,
  .radio-buttons .form-radio:focus,
  .radio-buttons .form-radio:active {
    border: 0 transparent none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }  
  .radios-selected .option {
    height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
  }
  .radios-selected .form-radio {
    display: none;
  }
  .radio-buttons .form-radio:checked + .option {
    height: auto !important;
    margin-bottom: 1.5em !important;
    opacity: 1 !important;
  }
  .radio-buttons .form-radio:checked {
    display: block;
  }
}

.radio-buttons .radio-empty {
  display: none !important;  
}

.conditional-fields {
  overflow: hidden;
  margin-top: -1.5em;
}
.node-attendance-join-form.conditional-fields-hidden .conditional-fields {
  max-height: 0;
}
.node-attendance-join-form.conditional-fields-hidden .form-actions {
  display: none;
}
.conditional-fields {
  overflow-y: hidden;
}
.collapsible-processed .conditional-fields,
.collapsible-processed .form-actions {
  transition: all 4s ease;
}
.node-attendance-join-form .conditional-fields,
.node-attendance-join-form .form-actions {
  display: block;
  max-height: 200em;
}

@keyframes delayshow {
  0% {  opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.path-meeting #page-container {
  animation: delayshow 1s;
}

#page-container table caption {
  font-weight: bold;
  font-family: inherit;
  font-style: normal;
  font-size: 1.1em;
  margin-bottom: 0;  
}

h2, h3, h4, h5 {
  margin-bottom: 0;
}
.view-header {
  margin-bottom: 20px;
}

.view-hide-exposed .view-filters {
  display: none !important;
}

#page-container .button {
  padding: 12px 16px;
  font-size: 0.9em;
  display: inline-block;
  line-height: 1;
  height: auto;  
}

body .view-content,
body .views-table,
body .view-empty {
  margin-bottom: 20px;  
}