﻿div#infobox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: visible;
  box-sizing: border-box;
}

div#infobox_content {
  box-sizing: border-box;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  left: 0;
  top: 0;
  z-index: 999999999;
  box-shadow: 0 3px 14px -5px rgba(0, 0, 0, 0.9);
  float: left;
  overflow: hidden;
}
div#infobox_content article {
  float: left;
  padding: 12px;
  background-color: var(--color-base, #fff);
  width: 100%;
}
div#infobox_content article h3 {
  margin: 0 0 10px 0;
}
div#infobox_content section {
  margin: 0 !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}
div#infobox_content section h3 {
  margin: 0;
  border-radius: 2px 2px 0 0;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  background-color: var(--color-active, #317cd5);
  font-size: 16px;
  color: var(--color-base, #fff);
}

div#infobox_shadow {
  background-color: #000;
  position: absolute;
  z-index: 1;
  filter: blur(add=0, strength=4) !important;
  filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=10), progid:DXImageTransform.Microsoft.Alpha(opacity=740) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=14), progid:DXImageTransform.Microsoft.Alpha(opacity=70)" !important;
  opacity: 0;
  display: inline-block;
}

/* Close Button */
#infobox .tiptip_close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  z-index: 2;
  text-indent: -90000px;
  background-image: url(../../Images/popup_close.png);
  background-position: 0 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
#infobox .tiptip_close:hover {
  background-position: 0 -16px !important;
}

#infobox .tiptip-grid th {
  font-weight: bold;
}

#infobox .tiptip-grid td,
#infobox .tiptip-grid th {
  padding: 2px 12px 2px 0;
  font-size: 12px;
}

#infobox section h4 {
  color: #4C89B8;
  margin: 0 !important;
  height: 15px;
  line-height: 15px;
  padding: 0.2em 0;
  text-transform: none;
  font-size: 1.1em;
  border: none;
  text-shadow: none;
}

#infobox .title {
  box-sizing: border-box;
  color: var(--color-header-level-1, #333);
  font-size: 12px;
  line-height: 16px;
  margin: 0 !important;
  padding: 4px 0 4px 0;
  clear: both;
  width: 100%;
  white-space: nowrap;
}
#infobox ul {
  display: block;
  float: left;
  clear: both;
  margin-top: 8px;
}
#infobox ul.ul-ruled-top {
  border-top: 1px solid var(--borderDividerColor, #888);
  padding-top: 8px;
}
#infobox ul li {
  display: block;
  float: left;
  line-height: 16px;
  padding: 0 0 5px 0;
  clear: both;
  font-size: 12px;
}
#infobox ul li > span {
  font-size: 12px;
}
#infobox .attributes-icons-section ul {
  margin-top: 0px;
}
#infobox .icon-svg {
  width: 24px;
  height: 24px;
}

#infobox .fixed-width {
  width: 430px;
}

#infobox span {
  font-weight: normal;
}

#infobox ul li.line-note {
  font-weight: normal;
}

#infobox ul li.line-author {
  display: block;
  padding-left: 2px;
  font-weight: normal;
}

#infobox ul li span.iconSprite {
  display: block;
  float: left;
  margin-right: 5px;
}

#infobox ul li span.author {
  font-weight: bold;
}

#infobox dl {
  display: block;
  float: left;
  margin: 0.5em 0;
}
#infobox dl.column {
  width: 230px !important;
}
#infobox dl span {
  font-size: 12px;
}
#infobox dl dd {
  margin-bottom: 12px;
  font-size: 12px;
}
#infobox dl dd:last-child {
  margin-bottom: 0;
}
#infobox dl.column + .column {
  border-left: 1px solid var(--gridRowBorderColor, #e0e0e0);
  padding-left: 16px;
}
#infobox dt {
  float: left;
  min-width: 100px;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  line-height: 16px;
  margin-bottom: 2px;
}
#infobox dd {
  font-weight: normal;
  line-height: 16px;
}
#infobox dd span.iconSprite {
  padding-left: 22px;
  text-indent: 0;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 1;
}
#infobox .pattern-roster-blob .row-wrapper + .row-wrapper {
  margin-top: 10px;
}
#infobox .pattern-roster-blob .horizontal-list {
  float: none;
  margin-top: 5px;
  margin-left: 0;
  font-size: 0;
}
#infobox .pattern-roster-blob .horizontal-list > * {
  display: inline-block;
  width: 50%;
  font-size: 11px;
}
#infobox .pattern-roster-blob dl + dl {
  margin-left: 20px;
}
#infobox .pattern-roster-blob dt {
  min-width: 0;
}

#infobox .tooltip-duty-section dl dt {
  float: none;
}
#infobox .tooltip-duty-section dl.column {
  width: 50% !important;
  box-sizing: border-box;
}

.assigned-no-section {
  width: 600px;
  border-bottom: 1px solid var(--gridRowBorderColor, #e0e0e0);
  border-top: 1px solid var(--gridRowBorderColor, #e0e0e0);
  padding: 8px 0;
  margin-top: 5px;
}
.assigned-no-section > div > span {
  min-width: 95px;
  display: inline-block;
}
.assigned-no-section > div > span:first-child {
  font-weight: bold !important;
}
.assigned-no-section dd {
  float: left;
  max-width: 60%;
}

.infoBox-target {
  cursor: pointer;
}

.row-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#infobox > #infobox_content section.tooltip-duty-section article dl.column dt {
  float: none;
}
