/**
 * COmanage Registry Lightbox Style Sheet
 *
 * Portions licensed to the University Corporation for Advanced Internet
 * Development, Inc. ("UCAID") under one or more contributor license agreements.
 * See the NOTICE file distributed with this work for additional information
 * regarding copyright ownership.
 *
 * UCAID licenses this file to you under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at:
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * @link          http://www.internet2.edu/comanage COmanage Project
 * @package       registry
 * @since         COmanage Registry v0.9
 * @license       Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

/* This stylesheets cascades after comanage.css.
   Place only overrides and lightbox specific styles here.
   This is used for layouts exposed via Magnific Popup plugin. */

/*Lightbo - Magnific Pop up*/
/* content at start */
.mfp-content {
  background-color: white;
}
.mfp-content #lightboxContent {
  margin: 3em 4em;
}
.mfp-content #lightboxContent h1 {
  font-size: 1.4em;
}

.mfp-content #lightboxContent .co-info-topbox.lightbox-info,
.mfp-content #lightboxContent h1 div {
  display: flex;
}
.mfp-content .titleNavContainer {
  min-height: 3rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--cmg-color-gray-border);
  font-size: larger;
}
.mfp-content #lightboxContent h2 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
.mfp-content #lightboxContent table {
  margin-top: 1em;
}
.mfp-content #lightboxContent .field-info {
  overflow-wrap: anywhere !important;
}
.mfp-content .fieldGroupNameCl {
  display: flex;
  align-items: center;
}