#cuegrid
{
   overflow: hidden;
   overflow-y: auto;
}

#cuegrid:hover
{
   overflow: auto;
}

#cuegrid-table th.cuegrid-align-center
{
	text-align: center;
}

#cuegrid-table {

	border-collapse: collapse;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
}

#cuegrid-table thead tr th div{
	margin-left: auto;
	margin-right: auto;
}

#cuegrid-table thead tr th.descending{
	background-color: #F9F9F9 !important;
	border-bottom-width: 2px;

}

#cuegrid-table thead tr th.descending a {
	/* [disabled]color: #FFF; */

}

#cuegrid-table thead tr th.ascending {
	background-color: #F9F9F9 !important;
}

#cuegrid-table thead tr th.ascending a {
	/* [disabled]color: #FFF; */

}


#cuegrid-table thead tr{
	background-color: #F9F9F9;
	height: 40px;
}
#cuegrid-table thead tr th {
	text-align: center;
	/*height: 40px;*/
	line-height: 30px;
	color: #333;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}


#cuegrid-table thead tr th, #cuegrid-table thead tr th a
{
	color: #aaa;
}

#cuegrid-table thead tr th a {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}


#cuegrid-table tbody {
	background-color: #FFF;
}

#cuegrid-table tbody tr:nth-child(2n)
{
	background-color:#fff;
}

#cuegrid-table tbody tr:hover {
	background-color: #fff !important;
}

#cuegrid-table tbody tr.selected {
	background-color: #fff;
}

#cuegrid-table td {
	border: 1px solid #eee;
	padding: 14px 14px 14px 14px;
	color: #666;
	/*height: 45px;*/
}

#cuegrid-table tr:last-child td {
	border-bottom: none;
}

#cuegrid-table td a {
	color: #5C82B8;
	text-decoration: underline;
}

#cuegrid-table td span.truncated a {
	
	margin-left: 10px;
	text-decoration: underline;
}

#cuegrid-table input[type="checkbox"][name="cuegrid-row"]
{
	margin-left: -3px;
}


#cuegrid-pagination {

	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	font-size: 10px;
	border-top: 1px dotted #eee;
	min-height: 24px;
	padding-top: 30px;
}


#cuegrid-pagination ul
{
	padding: 0px; margin: 0px;
}

#cuegrid-pagination ul li
{
	float: left;
	list-style: none;
}

#cuegrid-pagination ul:after
{
    content:'';
    display:block;
    clear: both;
}


#cuegrid-pagination li.previous {
	margin-right: 10px;
}

#cuegrid-pagination li.next {
	margin-left: 10px;
}

#cuegrid-pagination select {
	margin-left: 10px;
}


#cuegrid-pagination li a {

	display: block;
	background-color: #F3F3F3;
	color: #aaa;
	text-decoration: none;
	min-width: 14px;
	min-height: 14px;
	margin: 0 4px 0 4px;
	text-align: center;
	padding: 5px 10px;
	border: 0px solid #eee;
}

#cuegrid-pagination li a:hover {
	color: #FFF;
	background-color: #5CB85C;
}

#cuegrid-pagination li a.active {
	background-color: #80A1FF;
	color: #FFF;
}


#cuegrid-pagination .jumper {
	position: relative;
	padding-left: 10px;
}

#cuegrid-pagination select {
	color: #666;
	position: relative;
	height: 24px;
	width: 54px;
	font-size: 9px;
	border-color: #eee;
	padding-left: 4px;
}

#cuegrid-pagination ul span.label
{
	color:#999;
	margin-left: 10px;
	padding: 0px;
	font-weight:normal;
	font-size: inherit;
}

.popover-content
{
    overflow: auto;
}