.tr-hover, .tr-hover tr {
	background: #F0F0F0 !important;
}

/** 
 * LOADING WHEEL
 */
.loading-grid {
	background: url(images/classic-loader.gif);
	border-style: none;
	background-repeat: no-repeat;
	min-height: 80px;
	background-position-x: 50%;
	background-position-y: 50%;
	position: absolute;
	height: 100%;
	opacity: 0.7;
	background-color: white;
	z-index: 1;
	width: 100%;
}



/* Hasta aca */
.s-ico span.ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

.s-ico span.ui-state-disabled {
	background-image: none;
}

.break-line {
	white-space: inherit !important;
}

/* 
 * ACTIVE & HOVER TR
 */
.ui-row-ltr:active,
.ui-row-ltr:hover {
	background: #F0F0F0 !important;
	border-left: 0 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid;
	border-color: #CCC;
	color: #363636;
	border-left: 0;
	border-right: 0;
}

/**
* Pager 
*/
.myPager a,
.myPager a.non-active-page{
	border: 1px solid #fff;
	padding: 2px 5px;
	color: #2679b8;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 18px;
	width: 15px;
}

.myPager a.active-page {
	color: black;
	background: #f0f0f0;
	/*     border-color: #e6e6e6; */
	text-decoration: none;
	cursor: default !important;
}

.myPager a.pager-page{
	cursor: pointer;
}

.myPager a:hover {
	background: #f0f0f0;
	border-color: #e6e6e6;
	text-decoration: none;
}

.ui-pg-table .ui-pg-button>span.ui-icon-seek-prev,
.ui-pg-table .ui-pg-button>span.ui-icon-seek-next {
	background: #565656 url(../images/previous-btn.png) no-repeat center;
	background: #6f6f6f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
	color: #fff;
	text-indent: 0;
}

.ui-pg-table .ui-pg-button>span.ui-icon-seek-first,
.ui-pg-table .ui-pg-button>span.ui-icon-seek-end {
	border: 1px solid #fff;
	color: #2679b8;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 18px;
	padding: 0 6px;
	width: auto;
	background-image: none;
	text-indent: 0;
	height: 17px;
}

.ui-pg-table .ui-pg-button.ui-state-disabled>span.ui-icon-seek-first,
	.ui-pg-table .ui-pg-button.ui-state-disabled>span.ui-icon-seek-end {
	color: black;
	text-decoration: none;
	font-size: 1.3em;
}

/**
* FILTER
*/

#filterBox {
	margin-left: -1px;
	width: auto;
	background-color: #DDDDDD;
	color: black;
	font-size: 1.286em;
}

.no-results-found {
	color: #FF0000;
}

.table-title, #showAllUsersButton {
	font-weight: bold;
	padding-top: 30px;
}

@media screen and (max-width: 1250px) {
	
	.responsive { margin-bottom: 0; }
	
 	.pinned { display:none;} 
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
/* 	div.table-wrapper div.scrollable table { margin-left: 35%; } */
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	.responsive td, .responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	
	.responsive th:first-child,
	.responsive td:first-child, 
	.responsive td:first-child, 
	.responsive.pinned td { display: none; }
	
}

.secondary {
    white-space: pre-line;
/*     text-align: justify; */
}