@charset "utf-8";

.trc_popover { position: absolute; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: rgb(0, 0, 0); cursor: default; top: 0px; right: 0px; z-index: 2147483647; width: 180px; padding: 1px; text-align: left; white-space: normal; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px; background-clip: padding-box; box-sizing: content-box; }

.trc_popover.trc_bottom { margin-top: 10px; }

.trc_popover.trc_bottom .trc_popover_arrow { top: -11px; right: 11px; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0px; }

.trc_popover.trc_bottom .trc_popover_arrow::after { top: 1px; margin-left: -10px; border-bottom-color: rgb(255, 255, 255); border-top-width: 0px; }

.trc_popover iframe { width: 100%; }

.trc_popover .trc_popover_arrow, .trc_popover .trc_popover_arrow::after { position: absolute; display: block; width: 0px; height: 0px; border: solid rgba(0, 0, 0, 0); }

.trc_popover .trc_popover_arrow { border-width: 11px; }

.trc_popover .trc_popover_arrow::after { border-width: 10px; content: ""; }

.trc_popover_fade { visibility: hidden; opacity: 0; transition: opacity 500ms, visibility 500ms; }

.trc_popover_fade.trc_popover_show { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
