﻿.asmIconTooltip {
  color: #0fb2ff;
  font-size: 15px; }

.asmIconTooltipContent {
  background: #ffffff;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  color: #555555;
  z-index: 12000;
  min-width: 20px;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
  .asmIconTooltipContent .k-tooltip-button {
    color: #FFF;
    background: #01a3e3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #01a3e3 0, #0080bf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01a3e3), color-stop(100%, #0080bf));
    /* Chrome,Safari4+ */
    /* background: -webkit-linear-gradient(top, #01a3e3 0,#0080bf 100%); */
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01a3e3 0, #0080bf 100%);
    /* Opera 11.10+ */
    /* background: linear-gradient(to bottom, #01a3e3 0,#0080bf 100%); */
    /* W3C */
    vertical-align: middle;
    text-align: left;
    height: 20px; }
  .asmIconTooltipContent .k-tooltip-content:nth-child(2) {
    height: 93%;
    padding: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    border-width: 1px;
    color: #555555; }
