/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* Added by Judah for overriding screwed up select+hover in grid. */
/* Only add this for "native" yii views. It screws up the Modules pages that Rickford wrote... */
.grid-view-loading div
{
    z-index: 9999;
/*	background-color: #fff;
    background-image: url('ajaxloader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
*/}

/* rgba(243,243,243,.85) */

/* reduce the padding */
.grid-view
{
	padding: .1em;
	padding-top: 0;
}
.grid-view table.items th,
.grid-view table.items td
{
	padding: .1em;
}

.grid-view .filters input,
.grid-view .filters select
{
	font-size: 1em;
}

/* Use nowrap to make the grid view data not wrap, normal for text wrapping. */
.grid-view td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:25em;
} 

/* .grid-view table.items td { overflow:hidden; line-height: 1.1em; max-height: 2.2em; } */

.gridcolumn  { 
	overflow:hidden; 
	line-height: 1em; 
	max-height: 2em; 

}

.scanbutton { visibility:hidden;}

/* Override tab font size from jquery-ui*/
.ui-widget {
    font-family: inherit;
    font-size: 1em;
	float: left;
	display: block;
}
.ui-helper-reset {
	line-height: 1;
}

.ui-tabs .ui-tabs-nav li a {
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .5em;
	padding-right: .5em;
}

.cbrow-grid {
		max-height:250px;
		overflow:auto;
}

.cbrow-grid div{
		overflow: auto;
		float:left;
		position:static;
}
.grid-btns{
		margin-left:32px;
		margin-left: 1.5em;
		margin-right:100px;
}
.grid-summary{
		margin-left:0px;
		margin-right:50px;
}
.grid-pagesize{
		margin-left:0px;
		margin-right:10px;
}

/* Fixes for Form pages to have two columns */
.cbrow{
		overflow:auto;
		max-height: 250px;
}
.cbrow div{
		width:200px;
		float:left;
}

/* Fixes for Detail Views to have multiple columns */
.row-odd {
	display:block;
}

.row-even {
	display:block;
}

.detail-view li {
	float:left; 
	display: block; 
	width:15%;
	height:1.5em;
    padding-right: 6px;
    padding-bottom: 1px;
}

.detail-view li:nth-of-type( odd )    { font-weight:bold; text-align:right; }
.detail-view li:nth-of-type( 12n+1 )    { background-color:#eee; }
.detail-view li:nth-of-type( 12n+2 )    { background-color:#fff; }
.detail-view li:nth-child(12n+3)    { background-color:#eee; }
.detail-view li:nth-child(12n+4)    { background-color:#fff; }
.detail-view li:nth-child(12n+5)    { background-color:#eee; }
.detail-view li:nth-child(12n+6)    { background-color:#fff; }

.detail-view li:nth-of-type( 12n+7 )    { background-color:#f7f7f7; }
.detail-view li:nth-of-type( 12n+8 )    { background-color:#fff; }
.detail-view li:nth-child(12n+9)    { background-color:#f7f7f7; }
.detail-view li:nth-child(12n+10)    { background-color:#fff; }
.detail-view li:nth-child(12n+11)    { background-color:#f7f7f7; }
.detail-view li:nth-child(12n+0)    { background-color:#fff; }
/*
.detail-view :nth-of-type( 8n+5)    { background-color:#eee; }
.detail-view li:nth-child(8n+6)    { background-color:#eee; }
.detail-view li:nth-child(8n+7)    { background-color:#eee; }
*/
