@media (min-width: 40em) {
  #edit-group-tags-and-categories .field--name-field-event-category .form-checkboxes {
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: repeat(12,2.75em);
  }
}

#drupal-off-canvas-wrapper .panel .panel-collapse {
	display: none;
}

#drupal-off-canvas-wrapper .panel .panel-collapse.in {
	display: block;
}

.ui-dialog-titlebar-close {
	background: red !important;
  margin-right: 1em;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.entity-browser-modal {
	background-color: slategray;
}

.entity-browser-form nav.eb-tabs ul li {
	background: aliceblue;
  margin: 10px 5px;
  box-shadow: 1px 1px 3px #ccc;
}

.--sidebar-filters-flex {
	display: flex;
	flex-flow: row wrap;
}

.--sidebar-filters-flex > .view-header {
	flex: 1 1 100%;
}

.--sidebar-filters-flex > .view-filters {
	flex: 1 1 20%;
}

.--sidebar-filters-flex > .view-filters input.form-text,
.--sidebar-filters-grid > .view-filters input.form-text {
	width: 100%;
	min-width: 12em;
}

.--sidebar-filters-grid > .view-filters .form-item-date-op,
.--sidebar-filters-grid > .view-filters .form-type-date input {
	display: block;
}

.--sidebar-filters-flex > .view-content {
	flex: 1 1 66%;
	padding: 1rem;
}

.--sidebar-filters-flex > nav {
	flex: 1 1 100%;
}

@media screen and (min-width: 768px) {
	.--sidebar-filters-grid {
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-template-rows: 3em auto;
		grid-template-areas: 
			"sidebar header"
			"sidebar main"
			"footer footer"
	}

	.--sidebar-filters-grid > .view-header {
		grid-area: header;
	}

	.--sidebar-filters-grid > .view-filters {
		grid-area: sidebar;
	}

	.--sidebar-filters-grid > .view-content {
		grid-area: main;
		padding: 1rem;
	}

	.--sidebar-filters-grid > nav {
		grid-area: footer;
	}
}

.calendar-view-table .calendar-view-day__row,
.calendar-view-pager__reset a, .calendar-view-pager .pager__item > * {
	font-size: 1.2rem;
}

.calendar-view-pager .pager__item > a:focus {
	background: #efefef;
}

.calendar-view-pager {
	list-style: none;
}

.l-calendar-pager {
	height: 0;
	z-index: 999;
	position: relative;
}

.l-calendar-pager .pager__current {
	display: none;
}

.input-required {
	border:5px dotted green;
  padding:1em
}

.--inline-divs div {
  display: inline;
}

.--inline-divs .field--name-field-floor-level::before {
  content: "(";
}

.--inline-divs .field--name-field-floor-level::after {
  content: " floor)";
}

.-max-10em {
	max-width: 10em;
}

.-max-12em {
	max-width: 12em;
}

.-max-15em {
	max-width: 15em;
}

.-min-12em {
	min-width: 12em;
}

.-break-word {
	word-wrap: break-word;
}

.-hide-for-anonymous {
  display: none;
}

.authenticated .-hide-for-anonymous {
  display: block;
}

td.-table-min10 {
  min-width: 10em;
}

td.-table-min11 {
  min-width: 11em;
}

td.-table-min12 {
  min-width: 12em;
}

td.-table-min13 {
  min-width: 13em;
}

td.-table-min14 {
  min-width: 14em;
}

td.-table-number {
  text-align: right;
}

#rooms_table .room_resource[rid="133"],
#rooms_table .room_resource[rid="134"],
#rooms_table .room_resource[rid="135"],
#rooms_table .room_resource[rid="136"],
#rooms_table .room_resource[rid="143"],
#rooms_table .room_resource[rid="249"],
#rooms_table .room_resource[rid="260"] {
  background-color: #ddd;
  background-image: linear-gradient(135deg, white 25%, transparent 25.5%, transparent 50%, white 50.5%, white 75%, transparent 75.5%, transparent);
  background-size: 20px 20px;
}

#rooms_table .room_resource[rid="133"] .gridHeader,
#rooms_table .room_resource[rid="134"] .gridHeader,
#rooms_table .room_resource[rid="135"] .gridHeader,
#rooms_table .room_resource[rid="136"] .gridHeader,
#rooms_table .room_resource[rid="143"] .gridHeader,
#rooms_table .room_resource[rid="249"] .gridHeader,
#rooms_table .room_resource[rid="260"] .gridHeader {
  background: white;
  background: rgba(255, 255, 255, .5);
}

.comment-wrapper .comment__meta .profile {
  display: none;
}



/**
 * @file
 * Styles for system messages.
 */

.messages {
  padding: 15px 20px 15px 35px; /* LTR */
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;  /* LTR */
  border-radius: 2px;
  background: no-repeat 10px 17px;  /* LTR */
  overflow-wrap: break-word;
  max-height: none;
  overflow: auto;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
  background-color: #f3faef;
  background-image: url(../../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259; /* LTR */
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}
/* See .color-warning in Seven's colors.css */
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
  background-color: #fdf8ed;
  background-image: url(../../../../../misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600; /* LTR */
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
/* See .color-error in Seven's colors.css */
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
  background-color: #fcf4f2;
  background-image: url(../../../../../misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600; /* LTR */
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}

/*
 * Views
 */
.--themed-header .view-header {
  padding: .5em;
  background: #ddd;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
 
.--themed-filters .view-filters > .views-exposed-form > .form-inline {
  display: flex;
  flex-flow: row wrap;
  background: #e4f3f6;
  padding: .5em;
  border: 1px solid #ccc;
}

.--themed-filters .view-filters .form-inline > .form-item {
  padding: .5em;
  margin: .5em;
  background: #ddd;
}

.--themed-filters .view-filters .form-inline > .form-item > label {
  display: block;
}

.--themed-filters .view-filters .form-composite > .fieldset-wrapper > .form-checkboxes {
	background: white;
  padding: .5rem;
  display: flex;
  flex-flow: row wrap;
}

.--themed-filters .view-filters .form-composite > .fieldset-wrapper > .form-checkboxes > .form-item {
	flex: 1 1 calc(25% - 10px);
  padding: .2rem;
}

.--themed-filters.--checkbox-columns .view-filters .form-composite > .fieldset-wrapper > .form-checkboxes {
  flex-flow: column;
}

.--themed-filters .view-filters .form-item.panel > .panel-heading {
  background: none;
  border: none;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}

.--themed-filters .view-filters .form-item-datetime-op {
  float: left;
  margin-top: -2.5em;
  position: relative;
  left: 6em;
}

.--themed-filters .view-filters .form-actions {
  flex: 1 1 100%;
  text-align: center;
}

.--themed-filters .view-filters .captcha-admin-links {
  display: none;
}

/*.-date-ef-layout .views-exposed-form .form-item-date-op::before {
  content: "\"is equal to\" has a bug and isn't working properly. To search for reservations on a particular date, use \"is between\" and put the date you want as the 'min' and the next day as the 'max'.";
  font-size: 90%;
  display: block;
  margin-bottom: 1em;
}*/

.-inner-view-flex .view .view-content {
	display: flex;
	flex-flow: row wrap;
}

.-inner-view-inline > .view {
	display: inline-block;
}

.-status-canceled h3::after {
  content: " [CANCELED]";
  color: maroon;
}

.page-node-type--ticket .field--name-body .field--label {
	display: none;
}

.indented {
  margin-left: 25px; /* LTR */
}
[dir="rtl"] .indented {
  margin-right: 25px;
  margin-left: 0;
}

.c-standard-comments .indented .js-comment {
	border-top: 2px dashed #ccc;
}

.c-standard-comments {
	background: #eee;
  padding: 1em;
  margin-top: 1em;
  max-width: 70em;
}

.c-standard-comments .js-comment {
	padding: .5em;
}

.c-standard-comments .js-comment:nth-of-type(2n-1) {
	background: #ddd;
	display: block;
}

.c-standard-comments .js-comment:nth-of-type(2n) {
  background-color: #fff;
  display: block;
}

.c-standard-comments .js-comment > div > h3 {
  display: none;  
}

.c-standard-comments .js-comment > footer,
.views-comments .byline {
  font-size: 80%;
  display: flex;
}

.c-standard-comments .js-comment > footer > p,
.c-standard-comments .js-comment > footer > a {
    margin: .5em 5px;
}

.c-standard-comments .js-comment > footer > a::before {
    content: "|  ";
}

.c-standard-comments .js-comment .field--name-comment-body,
.views-comments .message {
  margin-bottom: 1em;  
}

.c-standard-comments .js-comment .field--name-comment-body ul ul,
.c-standard-comments .js-comment .field--name-comment-body ul ol,
.c-standard-comments .js-comment .field--name-comment-body ol ul,
.c-standard-comments .js-comment .field--name-comment-body ol ol {
    margin-left: 0;
}

.c-standard-comments .js-comment .links.inline li.comment-delete,
.c-standard-comments .js-comment .links.inline li.comment-edit,
.c-standard-comments .js-comment .links.inline li.comment-reply,
.views-comments .button {
  border: 1px solid #1c6677;
  border-radius: .5em;
  padding-left: .5em;
  padding-right: .5em;
  margin-right: .3em;
}

.c-standard-comments .js-comment .links.inline li.comment-delete:hover,
.c-standard-comments .js-comment .links.inline li.comment-edit:hover,
.c-standard-comments .js-comment .links.inline li.comment-reply:hover,
.views-comments .button:hover {
  background: #1c6677;
}

.c-standard-comments .js-comment .links.inline li.comment-delete:hover a,
.c-standard-comments .js-comment .links.inline li.comment-edit:hover a,
.c-standard-comments .js-comment .links.inline li.comment-reply:hover a,
.views-comments .button:hover a {
  color: white;
}

.webform-submission-form .captcha-type-challenge--math {
	background: #efefef;
  padding: 1em;
  margin: 1em;
}

#edit-field-expected-attendance-range .form-item:first-child, 
#edit-field-prgrm-planning-complexity .form-item:first-child {
	display: none;
}

#edit-field-expected-attendance-range .form-item:nth-child(2), 
#edit-field-prgrm-planning-complexity .form-item:nth-child(2) {
	margin-top: .25rem;
}
