/*
//______________________________________________________________________________
//   |       |
//   | knipp |           Knipp Medien und Kommunikation GmbH
//    -------
//
//
//    TANGO REGISTRY SERVICES
//
//    Copyright (C) by Knipp Medien und Kommunikation GmbH
//
//    initial author:    Peter Schyma
//    version:           $Revision: 14284 $
//                       $Date: 2015-10-22 07:33:35 +0200 (Thu, 22 Oct 2015) $
//                       $Author: peter.schyma $
//
*/


.tooltip-container {
  position: absolute;
}

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

  cursor: text;

  display: block;

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

  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;
}