﻿.indentText{
    text-indent: -15px;
    padding-left: 15px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FF9100;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #FF9100;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FF9100;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background-color: #FF9100;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  padding: 3px;
  overflow: hidden;
  width: 200px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  font:bold 8pt 돋움;
  color:#999999;
}
/*설명*/
.popover .content {
  line-height:170% !important;		                   
  background-color: #ffffff;
  padding: 8px 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font:8pt 돋움;
  color:#999999;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}


.tooltip-title  {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 5px; 
  display: none;
  max-width:60%;
}
.tooltip-title.above .arrow {
  bottom: 0;
  left: 10%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #14A3E9;
}
.tooltip-title.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #14A3E9;
}
.tooltip-title.below .arrow {
  top: 0;
  left: 25px;/*고정위치로 변경*/
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #14A3E9;
}

.tooltip-title.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #14A3E9;
}
.tooltip-title .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip-title .inner {
  background-color: #14A3E9;
  padding: 2px;
  overflow: hidden;
  width:100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.tooltip-title .title {
  background-color: #f5f5f5;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  font:bold 8pt 돋움;
  color:#999999;
}
/*설명*/
.tooltip-title .content {
  line-height:170% !important;		                   
  background-color: #ffffff;
  padding:8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font:9pt 돋움;
  color:#666666;
}

.tooltip-title  .content p, .tooltip-title  .content ul, .tooltip-title  .content ol {
  margin-bottom: 0;
}

/*애널리스트 툴팁 CSS */
.tooltip-anl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.tooltip-anl.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #14A3E9;
}
.tooltip-anl.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #14A3E9;
}
.tooltip-anl.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #14A3E9;
}

.tooltip-anl.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #14A3E9;
}
.tooltip-anl .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip-anl .inner {
  background-color: #14A3E9;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  padding: 2px;
  overflow: hidden;
  width: 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.tooltip-anl .title {
  background-color: #f5f5f5;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  font:bold 8pt 돋움;
  color:#999999;
}
/*설명*/
.tooltip-anl .content {
  line-height:170% !important;		                   
  background-color: #ffffff;
  padding: 8px 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font:9pt 돋움;
  color:#666666;
}

.tooltip-anl .content p, .tooltip-anl .content ul, .tooltip-anl .content ol {
  margin-bottom: 0;
}
/*추천종목 툴팁 etc CSS */
.tooltip-etc,.tooltip-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.tooltip-etc.above .arrow,.tooltip-date.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #14A3E9;
}
.tooltip-etc.right .arrow,.tooltip-date.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #14A3E9;
}
.tooltip-etc.below .arrow,.tooltip-date.below .arrow {
  top: 0;
  left: 25%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #14A3E9;
}

.tooltip-etc.left .arrow,.tooltip-date.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #14A3E9;
}
.tooltip-etc .arrow,.tooltip-date .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip-etc .inner,.tooltip-date .inner {
  background-color: #14A3E9;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  padding: 2px;
  overflow: hidden;
  min-width: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.tooltip-etc .title,.tooltip-date .title {
  background-color: #f5f5f5;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  font:bold 8pt 돋움;
  color:#999999;
}
/*설명*/
.tooltip-etc .content,.tooltip-date .content {
  line-height:170% !important;		                   
  background-color: #ffffff;
  padding: 8px 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font:9pt 돋움;
  color:#666666;
}

.tooltip-etc .content p, .tooltip-etc .content ul, .tooltip-etc .content ol,.tooltip-date .content p, .tooltip-date .content ul, .tooltip-date .content ol {
  margin-bottom: 0;
}