/**
 * @file
 * Subtheme specific CSS.
 */

.view-information .views-field-body p {
  font-size: 1.1rem;
}



.view-id-information td * {
  background: none!important;
}
tr {
background-color: rgba(0, 0, 0, 0.033);
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-direction: row-reverse;
  }
}

#navbar-top {
  background: #eee!important;
}

hr {
  border-top: 6px solid #B85042!important;
}

.view-id-information.view-display-id-page_1 .views-row .info-authoring article.profile {
  display: inline-block;
}

table tr th,
table tr th a{
  color: #B85042;
}

.paragraphs-dropdown-action.button {
  background-color: #B85042;
}

.views-exposed-form.bef-exposed-form > div {
  align-items: flex-end;
  gap: 1rem;
}

.view-download-center h3 {
  margin-top: 30px;
}

#block-bs-flashline-main-menu .nav-link {
  font-size: 1.2rem;
}

.fieldgroup.form-composite .fieldset-wrapper >.radio {
  display: flex;
  gap: 15px;
}

/*.fieldgroup.form-composite .fieldset-wrapper >.radio .js-form-item {*/
/*  padding: 5px 15px;*/
/*  margin-right: 30px;*/
/*}*/

body.path-feed nav.action-links {
  display: flex;
  gap: 15px;
}

fieldset.dependent-select-widget .fieldset-wrapper {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.table tr th a:hover {
  color: #0f0f0f;
}

.tablesort--desc {
  background-image: url(/core/misc/icons/787878/twistie-up.svg);
}
.tablesort--asc {
  background-image: url(/core/misc/icons/787878/twistie-down.svg);
}

.popup-container select{
  margin-left: 15px;
}

#edit-field-bill-of-lading-date-value-wrapper,
#edit-field-bill-of-lading-date-value-wrapper > fieldset {
  margin-bottom: 0 !important;
}

#edit-created-wrapper,
#edit-created-wrapper > fieldset {
  margin-bottom: 0 !important;
}

.node-bill-of-lading-form.node-form label,
.blue-maritime-form label {
  font-weight: 600;
}

tr.paragraph-type--container-group td>div> .form-wrapper,
tr.paragraph-type--container-group td>div>div:not(.form-wrapper )> .form-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

#edit-fl-member-info .fieldset-wrapper,
#edit-fl-rate-info .fieldset-wrapper
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.paragraph--type--container-group .field .field__label {
  font-weight: 600;
}

.view-bills-of-lading .paragraph--type--container-group .field
{
  margin-bottom: 0;
}

.node--type-blue-maritime-request.node--view-mode-full .field .field__label {
  font-weight: 600;
}

form.blue-maritime-form fieldset {
  padding: 30px;
  border: 2px solid #ccc;
}

table {
  font-size: 1em;
}
table .field--widget-options-buttons fieldset legend  {
  font-size: 1em;
  font-weight: 600;
}
table .field--widget-options-buttons fieldset .fieldset-wrapper .radio  label {
  font-weight: 400;
}

.view-filters fieldset.fieldgroup.form-composite,
.view-filters .form-wrapper
{
  padding: 15px;
  border: 1px solid #ccc;
}

/*.view-filters .d-flex.flex-wrap {*/
/*  column-gap: 1rem;*/
/*}*/

#views-exposed-form-container-reports-page-1 .form-type-select label {
  float: left;
  width: 100%;
  font-size: 1.5rem;
}
#views-exposed-form-container-reports-page-1 .form-type-select select {
  width: 100%;
}

.view-filters { background: #fcfcfc; padding: 15px; }
