﻿
.select2-search-choice.ui-sortable-helper {
	width: auto !important;
	height: auto !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	margin: 4px 0 4px 5px;
}

.select2-choices .select2-input {
	line-height: 17px;
}

div.awesomplete > ul {
    z-index: 199;
}

table.pvtTable.pvtDrillDown td[data-value-index]:hover, table.pvtTable.pvtDrillDown td[data-value-index].pvtPopover {
	cursor: pointer;
	background-color: #FFFDE1 !important;
}

.popover.pvtDrillDownMenu {
	padding: 0px;
}

.popover.pvtDrillDownMenu .popover-content {
	padding: 0px;
	overflow:hidden;
	border-radius:6px;
	max-height:250px;
	overflow:auto;	
}

.popover.pvtDrillDownMenu h3 {
	padding: 5px 10px !important;
	font-size:8pt !important;
}

.popover.pvtDrillDownMenu .drillDownAction {
	cursor: pointer;
	padding: 2px 10px;
	font-size:8pt;
	border-bottom: 1px solid #ebebeb;
	z-index:10;
}

.popover.pvtDrillDownMenu .drillDownAction:hover {
	background-color: #FFFDE1 !important;
}

.popover.pvtDrillDownMenu .drillDownAction:last-child {
	border-bottom: 0px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}

.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

/*Popovers*/

/* pretty styles for charts */
.ct-label {
	/*font-size: 1.0rem;*/
}

.ct-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ct-axis-title {
    font-style: italic;
}

.ct-grid {
    stroke-dasharray: 1px !important;
}

.ct-chart line {
    shape-rendering: crispedges;
}

.ct-chart .ct-area {
	fill-opacity: 0.4;
}

.ct-point {
	stroke-width: 7px;
}

.ct-line {
	stroke-width: 2px;
}

.chartist-tooltip {
	position: absolute;
	display: inline-block;
	opacity: 0;
	min-width: 50px;
	padding: 5px;
	background-color: rgba(230,230,230,0.7);
	color: #453D3F;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size:14px;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear; 
 }
 
.chartist-tooltip:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: rgba(230,230,230,0.7); 
}

.chartist-tooltip.tooltip-show {
	opacity: 1; 
}

.chartist-tooltip-meta {
	font-weight:normal;
	font-size:11px;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:200px;
	max-height:50px;
	display:inline-block;
	padding:2px;
	background-color:rgba(255,255,255,0.9)
}

.chartist-tooltip-meta {
    font-weight: normal;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    max-height: 50px;
    display: inline-block;
    padding: 2px;
    background-color: rgba(255,255,255,0.9);
}

