﻿/*$skStyle-font-face: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
.contentIcon, .contentIconText {
  visibility: hidden;
  position: absolute;
  display: inline-block;
  cursor: default;
  z-index: 10;
  height: 20px;
  border: 1px solid transparent;
  padding: 5px 0 2px 2px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.contentIconText {
  border: 0 solid transparent;
  font: normal 12px Akkurat ProTT, sans-serif; }

.contentIconText.activeIcon {
  border-width: 1px; }

.contentIcon.activeIcon .contentIconText.activeIcon {
  background-color: #CCE1F5;
  border-color: #808080; }

/* following is for dashboard */
.thumbnail .contentIcon, .thumbnail .contentIconText, .inactive .contentIcon, .inactive .contentIconText {
  display: none; }

