﻿
/* ---------------------------------------------------------- */
/* ------------------------- Backend List ------------------- */
/* ---------------------------------------------------------- */

.pEdit
{
	background-image:url('/Content/IMG/Icons/NewBtn.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	position:absolute;
	display:inline-block;
	line-height:25px;
	right:0;
	top:0;
	text-transform:uppercase;
}

.dataTables_length
{
	margin-bottom:5px;
}

.dataTables_info
{
	margin-top:5px;
	margin-bottom:15px;
}

.tblBackendList
{
	width:100%;
	clear:both;
}

.tblBackendList th
{
	background-color:#EFF0F4;
	text-transform:uppercase;
	font-size:12px;
	padding:8px 5px;
	cursor:pointer;
	font-weight:normal;
}

.tblBackendList th label
{
	padding-right:14px;
}

.tblBackendList tr .thActions,
.tblBackendList tr .tdActions
{
	width:46px;
	padding:3px;
}

.tblBackendList th,
.tblBackendList td
{
	border:1px solid #969696;
	color:black;
}

.tblBackendList td
{
	padding:4px;
}

/* alternating Table rows */
.tblBackendList .even
{
	background-color:#EFF0F4;
}

/* default color - BackendPage.css */
.tblBackendList tr:hover
{
	background-color:#f29f1a;
}
