/**
 * jQuery.popover example stylesheet.
 * By Davey IJzermans
 * http://daveyyzermans.nl
 * 
 * License: public domain
 */
.inner-txt {
  background: none repeat scroll 0 0 #eeeeee;
  clear: both;
  cursor: pointer;
  float: left;
  line-height: 22px;
  margin-top: 1px;
  padding: 2px 4px 2px 10px;
  width: 94%;
}
.inner-txt > img {
    float: right;
   
    margin: 1px 4px 0 0;
    text-align: center;
  
}
.popover {
	position: absolute;
	top: 0; left: 0;
	max-height: 300px;
	width: 220px;
	display: none;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.popover.wider {
	width: 340px;
}
.popover.large {
	width: 470px;
	max-height: 350px;
}
.popover .arrow, .popover .top-arrow {
	position: absolute;
	top: 0; left: 50%;
	margin: -10px 0 0 -3px;
	width: 0; height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #121212;
}
.popover .bottom-arrow {
	top: 100%; left: 50%;
	margin: 0 0 0 -3px;
	border-top: 5px solid #121212;
	border-bottom: 5px solid transparent;
}
.popover .left-arrow {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #444;
  height: 0;
  left: -16px;
  margin: -5px 0 0;
  top: 50%;
  width: 6px;
  display:none;
}
.popover .right-arrow {
	top: 50%; left: 100%;
	margin: -3px 0 0;
	border-left: 5px solid #121212;
	border-bottom: 5px solid transparent;
}
.popover .wrap {
  /*background: none repeat scroll 0 0 #6e6e6e;
  border: 3px solid #444;
  border-radius: 4px;
  box-shadow: 1px 9px 7px #717171;*/
}
.popover .title {
	color: white;
	font-size: 1.3em;
	text-align: center;
	padding: 8px 0 0 0;
	height: 27px;
}
.popover .content {
	
}
.popover.large .content {
	max-height: 285px;
}

/* popover arrows menus */
.tools-menu {
  position: absolute;
  z-index: 2;
  top: 162px;
  left: -28px;
  background-color: rgba(102, 102, 102, 0.95);
  width: auto;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
  color:#fff;
}
/* line 217, scss/_center-table.scss */
.tools-menu ul {
  margin: 5px 0 0 0;
  line-height: 20px;
}
/* line 220, scss/_center-table.scss */
.tools-menu ul li {
  list-style: none;
  position: relative;
  white-space: nowrap;
}
/* line 224, scss/_center-table.scss */
.tools-menu ul li a {
  text-decoration: none;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  border-bottom: none;
  text-transform: capitalize;
  height: auto;
  line-height: inherit;
  color:#fff;
  display:block;
}
/* line 233, scss/_center-table.scss */
.tools-menu ul li a:hover {
  background-color: #1f80c3;
}
/* line 237, scss/_center-table.scss */
.tools-menu ul li:hover .tools-second-menu {
  display: block;
}
/* line 240, scss/_center-table.scss */
.tools-menu ul li:hover > a {
  background-color: #1f80c3;
}
/* line 245, scss/_center-table.scss */
.tools-menu .tools-menu-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  text-align: left;
}
/* line 252, scss/_center-table.scss */
.tools-menu .tools-second-menu {
  margin: 0;
  background-color: rgba(102, 102, 102, 0.95);
  left: 100%;
  top: -10px;
  position: absolute;
  width: auto;
  padding: 0 0 10px 0;
  display: none;
}
/* line 261, scss/_center-table.scss */
.tools-menu .tools-second-menu li {
  list-style: none;
  text-align: left;
  white-space: nowrap;
}
/* line 265, scss/_center-table.scss */
.tools-menu .tools-second-menu li a {
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  color:#fff;
}
/* line 270, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.value {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -138px -239px;
  position: relative;
  top: 4px;
}
/* line 281, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.mom {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -160px -239px;
  position: relative;
  top: 4px;
}
/* line 292, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.mom-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -183px -239px;
  position: relative;
  top: 4px;
}
/* line 303, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.yoy {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -207px -239px;
  position: relative;
  top: 4px;
}
/* line 314, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.yoy-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -225px -45px;
  position: relative;
  top: 4px;
}
/* line 327, scss/_center-table.scss */
.tools-menu .tools-second-menu li:hover .tools-third-menu {
  display: block;
}
/* line 331, scss/_center-table.scss */
.tools-menu .tools-second-menu .tools-menu-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 5px 10px;
  text-align: left;
}
/* line 339, scss/_center-table.scss */
.tools-menu .tools-third-menu {
  margin: 0;
  background-color: rgba(102, 102, 102, 0.95);
  left: 100%;
  top: -10px;
  position: absolute;
  width: auto;
  padding: 0 0 10px 0;
  display: none;
}

/* Icon popover menu */
.transform-data-menu {
  position: absolute;
  z-index: 2;
  top: 68px;
  left: 0;
  background-color: rgba(102, 102, 102, 0.95);
  width: 290px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
}
/* line 74, scss/_center-table.scss */
.transform-data-menu span {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #6b6b6b;
  top: 0;
  height: 0;
  left: -10px;
  margin-left: 0;
  position: absolute;
  width: 0;
  display: block;
}
/* line 86, scss/_center-table.scss */
.transform-data-menu .heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  text-align: left;
  color: #FFF;
}
/* line 94, scss/_center-table.scss */
.transform-data-menu ul {
  margin: 5px 0 0 0;
  line-height: 20px;
}
/* line 97, scss/_center-table.scss */
.transform-data-menu ul li {
  list-style: none;
}
/* line 99, scss/_center-table.scss */
.transform-data-menu ul li a {
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  color: #FFF;
}
/* line 106, scss/_center-table.scss */
.transform-data-menu ul li a span.value {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -140px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px;
}
/* line 119, scss/_center-table.scss */
.transform-data-menu ul li a span.mom {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -161px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px;
}
/* line 132, scss/_center-table.scss */
.transform-data-menu ul li a span.mom-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -183px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px;
}
/* line 145, scss/_center-table.scss */
.transform-data-menu ul li a span.yoy {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -205px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px;
}
/* line 158, scss/_center-table.scss */
.transform-data-menu ul li a span.yoy-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -227px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px;
}
/* line 172, scss/_center-table.scss */
.transform-data-menu ul li a:hover {
  background-color: #1f80c3;
}