/*
//______________________________________________________________________________
//   |       |
//   | knipp |           Knipp Medien und Kommunikation GmbH
//    -------
//
//
//    CORE GATEWAY WHOIS PROJECT
//
//    Copyright (C) by Knipp Medien und Kommunikation GmbH
//
//    initial author:    Peter Schyma
//    version:           $Revision: 22016 $
//                       $Date: 2019-07-25 18:32:59 +0200 (Thu, 25 Jul 2019) $
//                       $Author: thomas.corte $
//
*/


.tooltip-container {
  position: absolute;
}

.tooltip {
  position: fixed;
  z-index: 110;

  cursor: text;

  display: block;

  /**/background-color: #FFFFFF;/**/
  border: 1px solid /**/#497a8a/**/;

  padding: 10px;
  margin: 5px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.tooltip .container {
  height: 100%;
  overflow: auto;
}