
.tagSearchButton {
    margin-left: -28px;
}

.tagSearchButton .x2Icon {
	margin-top: 3px;
}

.tagSearchButton .dijitInputInner {
    padding-left: 5px !important;
}

.tagHistoryGrid .gridxCell {
	padding-top: 5px;
	padding-bottom: 5px;
}

 .tagHistoryGrid .gridxHeaderRow {
 	height: 30px;
}

.tagHistoryGrid {
	background-color: white;
	border: 1px solid white;
	border-left: 2px solid white;
	height: 100%;
}

.tagHistoryGrid .gridxHeaderRow {
	background: #EEEEEE;
	line-height: 2em;
	border-color: transparent;
	text-transform: uppercase;
}

.tagHistoryGrid .gridxSummaryBar, .tagHistoryGrid .gridxTitleBar, .tagHistoryGrid .gridxBar {
	background: #ffffff;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
}

.tagHistoryGrid .gridxBar .dijitContentPane {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.tagHistoryGrid .gridxQuickFilter {
	border: 1px solid #cccccc;
	border-radius: 18px;
	padding-left: 5px;
	float: left;
	background-color: transparent;
}

.tagHistoryGrid .gridxQuickFilterClear {
	margin-top: -3px;
	opacity: 0.5;
}

.tagHistoryGrid .gridxQuickFilterIcon {
	display:none;
}


.tagHistoryGrid .gridxQuickFilterInput {
	border-color: transparent !important;
	background-image: none !important;
	width: 100px;
}

.tagHistoryGrid .gridxQuickFilterInput:hover {
	background-color: #FFFFFF;
	border-color: #FFEEDD;
}

.tagHistoryGrid .gridxQuickFilter .dijitButton .dijitButtonNode {
	border: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px;
	border-radius: 0px !important;
}

.tagHistoryGrid .gridxHeaderRowInner {
	border-color: transparent;
	height: 22px;
}

.tagHistoryGrid .gridxHeaderRow .gridxCell {
	font-family: MyriadPro;
	font-size: 13px;
	font-weight: bold;
	/* color: rgb(EE,EE,EE); */
	vertical-align: sub;
}

.tagHistoryGrid .gridxRow {
	line-height: 1.4em;
}

.tagHistoryGrid .gridxRowSelected>.gridxRowTable .gridxCell, .tagHistoryGrid .gridxRowSelected .dijitButtonText, .tagHistoryGrid .gridxRow .gridxColumnSelected, .tagHistoryGrid .gridxRow .gridxCellSelected {
	background-color: rgb(233, 100, 18) !important;
	color: white !important;
}

.tagHistoryGrid .gridxRowSelected>.gridxRowTable {
    background-color: rgb(233, 100, 18) !important;
    color: white !important; 
}

.tagHistoryGrid .gridxRowOdd>.gridxRowTable {
	background-color: rgb(244, 244, 244);
}

.tagHistoryGrid .gridxRow>.gridxRowTable:hover {
	background-color: rgba(233, 100, 18, 0.1);
}

.tagHistoryGrid .gridxRowHeaderRow table .gridxCell, .tagHistoryGrid .gridxHeaderRow .gridxCell {
	border-left:0px solid transparent !important;
	border-top:0px solid transparent !important;
	border-bottom:0px solid transparent !important;
	border-right:1px solid #EEEEEE !important;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	text-align: left;
	overflow: hidden;
}

.tagHistoryGrid .gridxRow .gridxRowTable .gridxCell {
	border-left:0px solid transparent !important;
	border-top:0px solid transparent !important;
	border-bottom:0px solid transparent !important;
	border-right:1px solid #EEEEEE !important;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tagHistoryTablePane {
    padding-top: 0px !important;
    margin-top: -1px;
    overflow: hidden;
    width: 40%; 
    height: 100%; 
    border: none !important;
}

/**
.locationHistoryLabel {
	font-size: 0.9em;
	vertical-align: top;
	line-height: 1.4em;
}

.locationHistoryLabelBold {
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
}
 */
.tagHistoryTablePane {
	border-top: 0px;
}
