/*
.textHover:hover{
	cursor:text;
}

.table-condensed{
	font-size:8pt;
}

.overview{
	padding-right: 40px;
	text-align:left;
	vertical-align: center;
}

.underChart{
	border-top: 3px solid #AAA;
}

.overviewChart{
	width:100%;
	height:220px;
}

.noDropdownCheck{
	padding-left:36px;
}

@media (max-width: 1200px) {
	.table-condensed {
		font-size: 7pt;
	}
}
*/
.report-menu-input ::-webkit-input-placeholder{
	color: white;
}
.report-menu-input :-moz-placeholder{
	color: white;
	opacity: 1;
}
.report-menu-input ::-moz-placeholder{
	color:white;
	opacity: 1;
}
.report-menu-input :-ms-input-placeholder{
	color:white;
}
.report-menu-input :-ms-input-placeholder{
	color:white;
}
.metricMenu{
	position:relative;
}
.metricMenuIcon{
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
	margin-left: 10px;
	width: 36px;
	z-index: 40;
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	background-color: white;
	font-size: 22px;
	line-height: .9;
}
.metricMenuIcon:hover{
	color:#2387c5;
}
.metricMenuIcon-open{
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.metricMenuContent{
	position: absolute;
	top: -17px;
	left: 45px;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-bottom-left-radius:0;
	padding: 1px 10px;
	text-align: left;
	z-index: 3;
	background-color: white;
	width: 550px;
}

.metricMenuContent>.checkbox{
	width:33.333333%;
	display:inline-block;
	margin-top: 5px;
	margin-bottom: 4px;
	text-align: left;
}
.metricMenuClose{
	position: absolute;
	right: 5px;
	top: -3px;
	font-size: 22px;
}

.dashboardDataRow > .table--header--heading__adServerData {
	 border-left: 2px solid #acbc4f;
}
.dashboardDataRow > .table--header--heading__adServerData ~ .table--header--heading__adServerData {
	border-left: none;
}
.dashboardDataRow > .table--header--heading__biddr360Data {
	 border-left: 2px solid #2387c5;
}
.dashboardDataRow > .table--header--heading__biddr360Data ~ .table--header--heading__biddr360Data {
	border-left: none;
}
.dashboardDataRow > .table--header--heading__rtbxData {
	border-top: 1px solid black;
	border-left: 2px solid #2387c5;
}
.dashboardDataRow > .table--header--heading__rtbxData ~ .table--header--heading__rtbxData {
   border-left: none;
}
.dashboardDataRow > .table--header--heading__collectiveData {
	 border-left: 2px solid #a4b0f5;
}
.dashboardDataRow > .table--header--heading__collectiveData ~ .table--header--heading__collectiveData {
	border-left: none;
}

.noMargin{
	margin:0 !important;
}