.agButton {
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	cursor: pointer;
	font-family: "MyriadPro";
	font-size: 14px;
	color: #406080;
	text-align: sub;
	padding-top: 3px;
    margin-top: 3px;
}

.agLinkButton {
	border: 0px;
    background-color: transparent;
    cursor: pointer;
    font-family: "MyriadPro";
    font-size: 14px;
    color: #8040A0;
    text-decoration: underline;
    padding: 0px;
}

.agRightButton {
	float: right;
}

.agClosePaneButton {
	position: absolute;
    top: 6px;
    left: 12px;
    z-index: 999;
}

.agButtonGrayedOut {
	filter: grayscale(1) brightness(1.25);
}

.agButton:hover {
	opacity: 0.6;
}

.agQuickFilterDiv {
	background-color: white;
	padding: 8px;
}

.agLeftTopRoundedDiv {
	border-top-left-radius: 18px;
}

.agQuickFilterInput {
	border-radius: 10px;
    border: 1px solid #CCCCCC;
    outline: 1px solid #FFFFFF;
    padding: 5px;
}

.agStatusBarDiv {
	background-color: #DDDDDD;
	border-top: 2px solid white;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
}

.agStatusBarLeftDiv, .agStatusBarRightDiv {
	width: 50%;
} 

.agStatusBarRightDiv {
	float: right;
	text-align: right;
} 

.agGridDiv, .agGridWithTopBarDiv {
	height: calc(100% - 44px);
}

.agGridWith2BarsDiv {
	height: calc(100% - 76px);
}

.agGridRightPane {
    margin-left: -2px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    z-index: 999;
}

.agStatusBarInfoDiv {
	margin-top: -2px;
}

.agTopBarMessageDiv {
	width: 50%;
    position: absolute;
    top: 15px;
    left: 240px;
}





.agSiteOnMapLocationImg {
	background-image: url(../images/siteOnMapLocationImg_16x18.png);
}

.agEditImg {
	background-image: url(../images/editImg_16x18.png);
}

.agExportToCsvImg {
	background-image: url(../images/csvImg_16x18.png);
}

.agCollapseRightPanelImg {
	background-image: url(../images/collapseRightPanel_16x18.png);
}

.ag-status-bar {
    min-height: 35px;
}