/* styles for exporting the document */
/* T O D O:

--	Avoid using the export.css file in the Listening Center so we don't need
	to overwrite everything.

--	Rename the export file to Reports so it is easy to make the relation with
	the feature

--	Rename every term "Dashboard" which concerns the Listening Center with
	something like "listening-center.css"

--	Extract the Brand-specific rules to the bottom of their Corporate files in
	a specific section. Doing so, we'll be able to overwrite the basic css
	rules of the present file with branded ones.

*/
.dashboard-vodafone {
  overflow: hidden;
}
.dashboard,
.dashboard body,
.dashboard #app,
.dashboard #main-wrapper {
  background: #fff;
  min-width: 0;
}
.dashboard #main-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dashboard #main-fluid,
.dashboard #center,
.dashboard #main,
.dashboard #main-wrapper {
  margin: 0;
  padding: 0;
  min-width: auto;
}
.dashboard div.error {
  background: #a10018;
}
.dashboard div.error h1,
.dashboard div.error p {
  color: #fff;
  border-color: #fff;
}
.dashboard .page > .bar {
  display: none;
}
.dashboard .document .page .elementOnHover,
.dashboard .document .page .selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dashboard .document-parent .document .page .elementOnHover .ui-resizable-helper,
.dashboard .document-parent .document .page .selected .ui-resizable-helper {
  display: none !important;
}
.dashboard .document-parent {
  height: auto;
  background: none;
  border: none;
  overflow: hidden;
}
.dashboard .document-parent .document,
.dashboard .document-parent .document .page,
.dashboard .document-parent .document .subpage {
  margin: 0;
  padding: 0;
}
.dashboard .document-parent .document .page,
.dashboard .document-parent .document .subpage {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px none;
}
.dashboard .document-parent .document .element {
  border: 0px none;
}
.dashboard .lock-a,
.dashboard .lock,
.dashboard #footer,
.dashboard .ui-resizable-handle,
.dashboard .document-parent .document .element > .bar,
.dashboard .controller-addpage-container {
  display: none !important;
}
.dashboard,
.dashboard body,
.dashboard #app,
.dashboard #app>div,
.dashboard .document-parent,
.dashboard .document {
  width: 100% !important;
  height: 100% !important;
}
.dashboard #head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  border: none;
}
.dashboard .document .page {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: initial;
}
.dashboard .document .page.active {
  background: #e7e7e7;
}
.dashboard .document .page .element {
  overflow: hidden;
  border-radius: 0;
}
.dashboard .document .page .page-header,
.dashboard .document .page .page-bar {
  display: none;
}
.dashboard .document .page .page-inner {
  width: 100%;
  height: 100%;
  padding: 0;
}
#dashboard_pagination {
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 10px;
  margin: 0;
  border-radius: 3px;
  z-index: 2000;
}
#dashboard_pagination li {
  display: inline;
  list-style-type: none;
  padding: 0;
}
#dashboard_pagination li a {
  display: block;
  float: left;
  text-indent: -9999px;
  background: #eee;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid;
}
.dashboard-vodafone #dashboard_pagination li a {
  background: #fff;
  border: 1px solid #333;
}
.dashboard-convidera #dashboard_pagination li a,
.dashboard-convidera_ihk #dashboard_pagination li a {
  background: #efefef;
  border: 1px solid #219bd8;
}
.dashboard-convidera #dashboard_pagination li a:hover,
.dashboard-convidera_ihk #dashboard_pagination li a:hover {
  background: #efefef;
}
.dashboard-convidera #dashboard_pagination li.active a,
.dashboard-convidera_ihk #dashboard_pagination li.active a {
  border: 1px solid #70ba00;
}
.dashboard-convidera #dashboard_pagination li.active a,
.dashboard-convidera_ihk #dashboard_pagination li.active a {
  background: #70ba00;
}
.dashboard-vodafone #dashboard_pagination li.active a,
.dashboard-vodafone #dashboard_pagination li a:hover {
  background: #bd0000;
}
.dashboard .projectview {
  color: #fff;
  width: 100%;
  float: left;
  padding: 5px 20px 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard .projectview .chart {
  float: none;
}
.dashboard .project-teaser {
  margin-top: 10px;
}
.dashboard .document .page .element .inner {
  padding: 13px 10px 0;
  height: 100%;
  pointer-events: auto;
}
.dashboard .document .page .element .inner .mention-wrapper,
.dashboard .document .page .element .inner .chart {
  pointer-events: none;
}
.dashboard .project-teaser:first-child {
  padding-left: 5px;
}
.dashboard .project-teaser:nth-last-child(1) {
  padding-right: 5px;
}
.dashboard .projectview h1 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border: none;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dashboard .projectview.explained {
  padding: 0;
}
.dashboard .projectview.explained h1 {
  padding: 20px;
  padding-top: 5px;
  margin: 0;
  height: 45px;
  -webkit-font-smoothing: antialiased;
}
.dashboard .projectview.explained h1 div {
  float: left;
  height: 45px;
}
.dashboard .projectview.explained h1 .search-name {
  float: left;
  line-height: 45px;
  height: 45px;
  margin: 8px 0;
}
.dashboard .projectview.explained .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
  width: 55%;
  margin: 0;
}
.dashboard .projectview.explained .info div {
  float: left;
}
.dashboard .projectview.explained .info div.value {
  font-size: 30px;
  font-weight: 300;
  max-width: 55%;
  height: 40px;
  line-height: 31px;
  text-align: right;
  padding-right: 10px;
}
.dashboard .projectview.explained .info div.count-label {
  width: 62px;
  height: 40px;
  line-height: 1.1em;
}
.dashboard .projectview.explained .info div.change {
  width: 100%;
}
.dashboard .projectview.explained .info div.change .change-value {
  padding: 0;
  font-weight: bold;
}
.dashboard .projectview.explained .sentiment-info {
  padding-left: 0;
  width: 45%;
}
.dashboard .projectview.explained .sentiment-info div.value {
  max-width: 44%;
}
.dashboard .projectview.explained .sentiment-info div.count-label {
  width: 86px;
}
.dashboard .projectview.explained .chart-legend {
  background-color: rgba(255,255,255,0.3);
  padding: 5px 20px;
}
.dashboard .projectview.explained .chart-legend .start {
  max-width: 50%;
  float: left;
}
.dashboard .projectview.explained .chart-legend .end {
  float: right;
  max-width: 50%;
}
.dashboard .projectview.explained .loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dashboard .projectview .search-logo {
  height: 45px;
  max-width: 150px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 8px 10px 8px 0;
}
.dashboard .projectview .popover-icon {
  cursor: pointer;
}
.dashboard h1 {
  border-bottom: 1px solid #396596;
  padding-bottom: 10px;
}
.dashboard .projectview .info {
  margin: 15px 0;
}
.dashboard .projectview .info span,
.dashboard .projectview .info span i {
  color: #fff;
}
.dashboard .projectview .info span {
  padding-right: 5px;
}
.dashboard .projectview .info .key {
  text-transform: uppercase;
  font-size: 15px;
}
.dashboard .projectview .info .value {
  font-size: 20px;
  font-weight: bold;
}
.dashboard .projectview .info .value span {
  font-size: 20px;
}
.dashboard .bulk-actions {
  display: none;
}
.dashboard .document .row-fluid .mentions-action {
  display: none;
}
/* mentions */
.dashboard .element.mentions {
  margin-top: 60px;
}
.document .mentions-row {
  font-size: 12px;
  line-height: 13px;
}
.document .mentions-row .gotopathfinder {
  display: none;
}
.document .mentions-row .mediacutter-link {
  display: none;
}
.dashboard .mentions-view .mentions-row,
.dashboard .document .mentions-view .mentions-row .main-text {
  width: 100%;
  margin-left: 0;
}
.dashboard .document .mentions-view:not(.with-thumbnail-image) .document-thumbnail {
  display: none;
}
.dashboard .document .mentions-view.with-media .mentions-row {
  width: 100%;
}
.dashboard .document .mentions-view.with-thumbnail-image .mentions-row {
  width: 90%;
}
.dashboard .document .mentions-view.with-thumbnail-image .mentions-row .document-thumbnail {
  height: 100px;
  width: 100px;
  left: -100px;
}
.dashboard .document .mentions-view.with-thumbnail-image .mentions-row .document-thumbnail span {
  display: none;
}
.dashboard .mentions-view .mentions-row {
  height: auto;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dashboard .mentions-text .time,
.dashboard .mentions-customtags .formlabel,
.dashboard .mentions-text .mention-url a {
  font-size: 16px;
  margin-right: 10px;
}
.dashboard .mentions-text .mention-url a {
  margin-right: 0;
  line-height: 18px;
}
.dashboard .document .mentions-text .media-icon {
  float: left;
  font-size: inherit;
  padding-right: 10px;
}
.dashboard .mentions-view .mentions-row .label,
.dashboard .mentions-view .mentions-row .label i {
  font-size: 14px;
  line-height: 20px;
  margin: 1px 3px;
}
.dashboard .mentions-view .mentions-row .label {
  padding: 0px 3px;
}
.dashboard .mentions-row .mentions-customtags {
  display: none;
}
.dashboard .document .mentions-view .mentions-row .mentions-customtags .label i {
  display: inline;
  float: none;
  margin-right: 5px;
}
.dashboard .document .mentions-view .mentions-row .mention-content {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0;
}
.dashboard .document .mentions-view .mentions-row .side-text {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  margin: 0;
  height: auto;
}
.dashboard .document .mentions-view .mentions-row .filter-sentiment-list {
  position: absolute;
  height: auto;
  float: right;
  padding: 0;
  top: 0;
}
.dashboard .document .mentions-view .mentions-row .display-sentiment a {
  position: static;
  margin: 0;
}
.dashboard .document .mentions-view .side-text .listing {
  display: none;
}
.dashboard .document .mentions-view .side-text .side-actions {
  width: 100%;
  top: 0;
}
.dashboard .mentions-view .mentions-row .mentions-text h2 {
  margin-bottom: 10px;
  height: auto;
  font-size: 24px;
}
.dashboard .mentions-view .mentions-row .mentions-text h2 a {
  font-size: inherit;
}
.dashboard .document .mentions-load {
  width: auto;
  display: block;
  float: none;
}
.dashboard .document .subpage .mentions {
  padding: 0;
}
.dashboard .document .mentions-view {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border-bottom: 1px solid transparent;
  float: none;
}
.dashboard .document .mentions-view .mentions-checkbox {
  display: none;
}
.dashboard .document .side-text > .filter-sentiment-list {
  padding: 0 0 0 10px;
}
/* END mentions */
.dashboard #fontana {
  position: relative;
  background: #fff;
  margin-top: 20px;
}
.dashboard .fontana-message {
  position: absolute;
  display: none;
  margin: 10px;
  float: left;
  width: 100%;
}
.dashboard .fontana-message img {
  float: left;
  margin: 10px;
  border-radius: 3px;
}
.dashboard .fontana-message .content {
  display: block;
  margin: 10px 10px 10px 90px;
  line-height: 140%;
  font-size: 18px;
}
.dashboard .fontana-message p {
  margin: 0;
  line-height: 140%;
  font-size: 18px;
}
.dashboard .document .page .project {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dashboard .document .page .project .inner {
  position: relative;
}
.dashboard .document .page .project .row-fluid {
  padding: 0;
}
.dashboard .document .page .project .widget,
.dashboard .document .page .project .maps-widget {
  position: relative;
}
.dashboard .document .page .project .widget h2.table-info,
.dashboard .document .page .project .maps-widget h2.table-info,
.dashboard .document .page .project .widget h2.map-info,
.dashboard .document .page .project .maps-widget h2.map-info {
  position: absolute;
  right: 15px;
  border: none;
  margin: 10px 0 10px 0;
}
.dashboard .document .page .project h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
.dashboard .document .page .project h2 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.dashboard .document .page .project thead th {
  line-height: 0;
  padding: 19px 0 11px;
}
.dashboard .document .page .project table,
.dashboard .document .page .project tr,
.dashboard .document .page .project td,
.dashboard .document .page .project th {
  border: 0px none;
  border-radius: 0 !important;
}
.dashboard .document .page .project .authors thead th:first-child {
  width: 70px;
}
.dashboard .document .page .project .authors tbody tr td {
  width: 70px;
  max-width: 225px;
}
.dashboard .document .page .project .authors tbody tr td > span.table-image-text {
  padding: 0px 6px;
}
.dashboard .document .page .project tr td {
  height: 26px;
  line-height: 16px;
  font-size: 12px;
  max-width: 160px;
}
.dashboard .document .page .project .widget-table {
  overflow: hidden;
  height: auto !important;
}
.dashboard .document .page .project th {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 6px;
  font-weight: normal;
}
.dashboard .document .page .project tr:nth-child(2n+2) td {
  background: rgba(255,255,255,0.1) !important;
}
.dashboard .sentiment div {
  margin: 0;
}
.dashboard .project .widget.dynamic {
  clear: left;
}
.dashboard .project table,
.dashboard .project table td,
.dashboard .project table th {
  color: #fff !important;
  background: none !important;
}
.dashboard .project table td {
  font-size: 12px;
}
.dashboard .project .search-map {
  margin-top: 30px;
  padding: 0 30px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard .project .search-map .ol-overlaycontainer-stopevent {
  display: none;
}
.dashboard .pagination {
  display: none;
}
.dashboard .element.share-of-voices .inner,
.dashboard .element.posts-over-time .inner {
  float: left;
  margin: 20px;
  width: 93%;
}
.dashboard .megawheel .inner {
  height: 100%;
}
.dashboard .megawheel .inner .megawheel-vis {
  height: 100%;
  width: 100%;
  margin: 0;
}
.dashboard .wheel-legend {
  position: absolute;
  bottom: 0px;
  right: 16px;
  padding: 0px;
  max-width: 30%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.dashboard .wheel-legend h3 {
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.dashboard .wheel-legend .labels-left {
  height: 35px;
  width: 23%;
  white-space: nowrap;
  line-height: 12px;
}
.dashboard .wheel-legend .labels-left .bottom {
  bottom: -3px;
}
.dashboard .wheel-legend .labels-bottom .left,
.dashboard .wheel-legend .labels-bottom .right,
.dashboard .wheel-legend .labels-bottom .middle {
  margin: 0 0 0 0;
}
.dashboard .wheel-legend .color {
  height: 23px;
}
.dashboard .pathfinder {
  margin-top: 10px;
}
.dashboard .pathfinder .pathfinder-settings-wrapper,
.dashboard .pathfinder .mentions-load {
  display: none;
}
#map,
#detail-map {
  background-color: #000;
}
#map {
  float: left;
  width: 70%;
  height: 100%;
}
#map .ol-zoomslider.ol-unselectable {
  display: none;
}
#map .ol-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  bottom: 12px;
  left: -50px;
  width: 300px;
}
#map .ol-popup:after,
#map .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#map .ol-popup:after {
  border-top-color: #fff;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
#map .ol-popup:before {
  border-top-color: #ccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
#map .ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
#map .ol-popup-closer:after {
  content: "✖";
}
.inner .patents,
.inner .geo {
  height: 100%;
}
#chart {
  color: #808080;
  float: left;
  width: 70%;
  height: 100%;
  position: relative;
/* Variables for event colors */
}
#chart #claim {
  position: absolute;
  font-size: 35px;
  font-style: italic;
  top: 25px;
  left: 75px;
}
#chart #claim #startYear {
  border: none;
  width: 87px;
  font-size: 35px;
  height: 40px;
  font-style: italic;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#chart #stats {
  position: absolute;
  display: block;
  top: 240px;
  right: 25px;
  font-size: 30px;
  font-style: italic;
}
#chart #stats span#ppd-value {
  width: 72px;
  display: inline-block;
}
#chart #minimap {
  position: absolute;
  width: 400px;
  height: 200px;
  right: 20px;
  top: 25px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #000;
}
#chart #minimap #positionMarker {
  fill: rgba(0,0,0,0.25);
}
#chart #minimap .yAxis text {
  color: #808080;
}
#chart #minimap .area {
  fill: none;
}
#chart .axis path,
#chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
#chart .axis text {
  fill: #808080;
}
#chart .axis .tick line {
  stroke: rgba(0,0,0,0.1);
}
#chart .area {
  stroke-width: 1;
}
#chart .median-line,
#chart .legend .median-line {
  fill: none;
  stroke: #000;
  stroke-width: 3;
}
#chart .legend rect.area {
  stroke: none;
}
#chart .area.numberOfPatents,
#chart .marker.event-1 .marker-bg,
#chart .marker.event-1 path,
#chart .area.numberOfEvent1,
#chart .marker.event-2 .marker-bg,
#chart .marker.event-2 path,
#chart .area.numberOfEvent2,
#chart .marker.overhead .marker-bg,
#chart .marker.overhead path {
  stroke: #000;
  stroke-width: 1.5;
}
#chart .marker.event-2 text {
  fill: rgba(255,255,255,0.75);
}
#chart .area.numberOfPatents {
  fill: #ffbc64;
  stroke: #e48100;
}
#chart .marker.event-1 .marker-bg,
#chart .marker.event-1 path,
#chart .area.numberOfEvent1 {
  fill: #547f90;
  stroke: #25383f;
}
#chart .marker.event-2 .marker-bg,
#chart .marker.event-2 path,
#chart .area.numberOfEvent2 {
  fill: #4c5356;
  stroke: #101212;
}
#chart .marker.overhead .marker-bg,
#chart .marker.overhead path {
  fill: #549d8a;
  stroke: #284a41;
}
#chart .marker path {
  fill: none;
}
#chart .legend text {
  fill: #808080;
}
#chart .marker text,
#chart .marker.overhead text {
  fill: #000;
  font-weight: bold;
}
#chart .marker.overhead text {
  fill: #000;
}
#chart .marker text {
  text-anchor: middle;
}
#details {
  float: left;
  width: 30%;
  height: 100%;
}
#details #detail-map {
  height: 30%;
}
#details #detail-map #info {
  position: relative;
  width: 0;
}
#details #detail-map .ol-overlaycontainer-stopevent {
  display: none;
}
#details #mention-list {
  height: 70%;
}
#details #mention-list ul {
  list-style-type: none;
  overflow: hidden;
}
#details #mention-list ul li h1 {
  margin: 10px 0 0 0;
  line-height: 20px;
  font-size: 1em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#details #mention-list ul li p {
  float: none;
}
#details #mention-list ul li i {
  float: none;
}
#details #company {
  height: 25%;
  padding: 10px 25px;
  line-height: 16px;
}
#details #company p {
  font-size: 16px;
  line-height: 16px;
}
#details #company h2 {
  font-size: 44px;
  height: initial;
  margin: 0px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#details #company hr {
  width: 97%;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}
#details #company .rank {
  font-size: 24px;
}
#details #patents {
  height: 70%;
  overflow: hidden;
}
#details #patents .patentListItem {
  list-style: none;
}
line-height 16px hr {
  width: 97%;
  padding: 0;
  margin: 0;
}
line-height 16px .applicant {
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 25px;
}
#disconnected,
#pause,
#presentation {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  -webkit-animation-name: blinker;
  -moz-animation-name: blinker;
  -o-animation-name: blinker;
  -ms-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@-o-keyframes blinker {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@keyframes blinker {
  0% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
