.path-book-meeting .main-container .container-sections,
.user-logged-in.path-management .main-container .container-sections {
  max-width: 400px;
  margin: 4rem auto;
}

.welcome-user {
  max-width: 400px;
  margin: 8rem auto -3rem auto;
}

@media (min-width: 768px) {

  .welcome-user,
  .path-book-meeting .main-container .container-sections,
  .user-logged-in.path-management .main-container .container-sections {
    max-width: 600px;
  }
}

@media (min-width: 1024px) {

  .welcome-user,
  .path-book-meeting .main-container .container-sections,
  .user-logged-in.path-management .main-container .container-sections {
    max-width: 992px;
  }
}

@media (min-width: 1400px) {

  .welcome-user,
  .path-book-meeting .main-container .container-sections,
  .user-logged-in.path-management .main-container .container-sections {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {

  .welcome-user,
  .path-book-meeting .main-container .container-sections,
  .user-logged-in.path-management .main-container .container-sections {
    max-width: 1280px;
  }
}


.container-sections aside {
  background-color: #042737;
  border-radius: 0px;
}

.user-logged-in.path-node.page-node-type-program-player #streaming-url {
  border: 0px;
}

/* ------------------------------ ASIDE MENU TYPOG ------------------------------ */
aside h2 {
  color: var(--blue);
  font-family: "Helvetica";
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

aside .nav li a {
  color: #C1CAEC;
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 1rem;
}

aside .nav li.active a,
aside .nav li a.is-active {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
}

aside .nav li a:hover {
  background-color: transparent;
  color: #fff;
}


/* ------------------------------ FORM TYPOGRAPHY ------------------------------ */
#edit-form-intro {
  margin-bottom: 0px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #252d4b;
  line-height: 1.7em;
  font-size: 1.125rem;
}

.welcome-user h1,
.page-header span,
section>h2.block-title,
.page-header {
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--darkblue);
  border-bottom: none;
}

.welcome-user>h1 {
  margin-top: 5rem;
}

.user-logged-in.path-management h1:not(.page-header),
.user-logged-in.path-management h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
}

h2.form-section-title {
  color: var(--darkblue);
}

.user-logged-in.path-management h3 {
  font-weight: 700;
  font-size: 26px;
  color: var(--blue);
  line-height: 1em;
}

.user-logged-in.path-management p {
  color: #666;
}

form#econ-global-settings-form .filter-help {
  background-color: var(--blue);
  color: #fff;
  display: none;
}

h2.form-section-title+p,
form#econ-global-settings-form .description.help-block {
  margin: .25rem 0 0 0;
  color: #666;
  font-size: 14px;
}

form#econ-global-settings-form .control-label {
  margin: 0 0 .25rem 0;
  font-size: 16px;
}

form#econ-global-settings-form .file-link a {
  color: var(--blue);
  font-weight: 400;
  font-size: 18px;
  padding: 1rem;
  display: block;
  margin: 0 0 .5rem 0;
  border: 1px solid #d1d1d1;
}

form#econ-global-settings-form .file-link a:hover {
  background: #fff;
  border: 1px solid var(--blue);
}

form#econ-global-settings-form .form-item input,
form#econ-global-settings-form .form-item select {
  border-radius: 0;
}

.panel-title span {
  color: var(--blue);
}

.view-exhibitor-management h2,
.panel-title {
  font-family: "Helvetica";
  font-weight: 300;
  color: var(--blue);
  font-size: 1.875rem;
  text-transform: lowercase;
  text-transform: capitalize;
  position: relative;
}

.panel-title:hover {
  color: var(--blue);
}

.panel-title[aria-expanded]::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/accordion-arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-45%);
  right: -2rem;
  position: absolute;
}

.panel-title[aria-expanded="true"]::after {
  transform: translateY(-45%) scaleY(-1);
}

label {
  font-family: "Helvetica";
  font-weight: 600;
  color: var(--darkblue);
  font-size: 0.875rem;
  width: 100%;
}

.form-control {
  font-family: "Helvetica";
}

.panel-body>p {
  font-family: "Helvetica";
  font-weight: 400;
  color: var(--darkgrey);
  font-size: 1rem;
}

.help-block {
  font-style: italic;
  font-family: "Helvetica";
  font-weight: 400;
  color: var(--darkgrey);
  font-size: 0.8125rem;
}

.field--name-field-common-attachment .file-link a {
  color: var(--blue);
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  display: block;
}

.page-node-type-stand .field--name-field-common-attachment .file-link a {
  color: #fff;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3rem;
  display: block;
}

.views-field-nothing-2>div {
  width: 70px;
}

.field--name-field-common-attachment .file-link a {
  color: var(--blue);
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  display: block;
}

.view-footer .btn {
  font-family: "Helvetica";
  font-weight: 400;
  /* color: #fff; */
  font-size: 1.25rem;
}

.webform-confirmation__message {
  margin-top: 2rem;
  font-family: "Helvetica";
  font-weight: 400;
  color: #252d4b;
  font-size: 1.25rem;
}


/* ------------------------------ FORM CONTENTS ------------------------------ */
.path-management .views-field-nothing .position {
  font-size: 0.875rem;
}

.path-management .views-field-nothing .title,
.views-field-title a {
  font-family: "Helvetica";
  font-weight: 600;
  color: var(--blue);
  font-size: 1rem;
}

.views-field-title a:hover {
  text-decoration: none;
}

.path-management form legend span.form-required,
.path-management form label.form-required {
  display: block;
  position: relative;
  width: fit-content;
  padding-right: 1.5rem;
}

.path-management form legend span.form-required::after,
.path-management form label.form-required::after {
  content: '*';
  color: red;
  position: absolute;
  top: 0;
  right: .75rem;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 500;
}


/* ------------------------------ SHS business selector table ------------------------------ */
.path-management .field--name-field-ref-exhibitor-category table .field-multiple-drag {
  /* padding: 0;
  width: 2rem;
  position: relative; */
  display: none;
}

.path-management .field--name-field-ref-exhibitor-category table .field-multiple-drag .tabledrag-handle{
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.path-management .field--name-field-ref-exhibitor-category table {
  margin-bottom: 0;
}

.path-management .field--name-field-ref-exhibitor-category table td {
  padding: .75rem .5rem .75rem 0;
}

.path-management .field--name-field-ref-exhibitor-category table td,
.path-management .field--name-field-ref-exhibitor-category table thead th {
  border: none;
}

.path-management .field--name-field-ref-exhibitor-category table td .form-item {
  margin-bottom: 0;
}

.path-management .field--name-field-ref-exhibitor-category table td .form-item .select-wrapper {
  width: calc(50% - .25rem);
  max-width: calc(50% - .25rem);
  margin: 0;
}

.path-management .field--name-field-ref-exhibitor-category table td .form-item .select-wrapper.select-wrapper--level-0 {
  margin-right: .5rem;
}

.path-management .field--name-field-ref-exhibitor-category table td .form-item .select-wrapper select {
  width: 100%;
  display: block;
  height: 34px;
  padding: 6px 12px 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.path-management .form-item .select-wrapper select {
  border-radius: 0;
}

.path-management .form-item .panel-body button {
  margin: .5rem .5rem 0 0 !important;
}

form[action='/management/exhibitor/services'] .field--type-entity-reference.field--name-field-reference-service .ief-tabledrag-handle,
form[action='/management/exhibitor/services'] .field--type-entity-reference.field--name-field-reference-service .ief-tabledrag-header,
form[action='/management/exhibitor/services'] .field--type-entity-reference.field--name-field-reference-service .tabledrag-handle {
  display: none;
}

form[action='/management/exhibitor/services'] .form-submit[value='Add Service'] {
  padding-left: 2.25rem;
  position: relative;
}
form[action='/management/exhibitor/services'] .form-submit[value='Add Service']::before {
  position: absolute;
  top: 50%;
  left: .75rem;
  translate: 0 -50%;
  content: "\002b";
  width: 16px;
  height: 16px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}


.path-management .view-footer .btn.exhibitor-management-button {
  font-size: 14px;
}

.path-management .view-footer .btn.exhibitor-management-button:hover {
  color: #fff;
}

.path-management .view-footer .btn.exhibitor-management-button .glyphicon.glyphicon-plus {
  width: 16px;
  height: 16px;
}
