/*
circulation_patrons.css
*/

div.userlist table
{
margin-top: 15px;
}

table.userlisttable
{
width: 100%;
border: 1px solid #999;
border: 1px solid #a9bcd1;
border: 1px solid #eee;
border-top-style: none;
border-left-style: none;
border-right-style: none;
	margin-bottom: 1em;
}



table.userlisttable td, table.userlisttable th
{
padding: 8px;
border: 1px solid #999;
border: 1px solid #a9bcd1;
border: 1px solid #ccc;
border-bottom-style: none;
border-right-style: none;
border-top-style: dashed;
border-top-style: dashed;
text-align: center;
vertical-align: middle;
font-size: 14px;
}


table.userlisttable tr.even td,
table.dataTable tr.even td.sorting_1 {
	background-color: #fff;
}

table.tcsa_userlisttable tr.even:hover td,
table.tcsa_userlisttable tr.odd:hover td,
table.tcsa_userlisttable tr:hover td,
table.tcsa_userlisttable tr.even:hover td.sorting_1,
table.tcsa_userlisttable tr.odd:hover td.sorting_1,
table.tcsa_userlisttable tr:hover td.sorting_1
{

	box-shadow: inset 0 0 0 9999px #c6d8e8;
}



table.userlisttable tr.odd td.alltime,
table.dataTable tr.odd td.sorting_1 {
	background-color: #F5F5F5;
}
table.userlisttable tr.head td,
table.userlisttable tr.head th {
	font-size: 13px;
	white-space: nowrap;
	padding: 10px;
	color: #337ab7;
}
.sorting {
	background-image:none;
}
#bottomchrome {
	margin-top: 4em;
}

table.userlisttable tr.head td, table.userlisttable tr:last-child td, table.userlisttable tr.head th
{
border-top-style: solid;
border-bottom-style: solid;
}

table.userlisttable tr.head td, table.userlisttable tr.head th
{
vertical-align: bottom;
font-weight: bold;
}


table.userlisttable td.left,table.userlisttable th.left
{
text-align: left !important;
}

table.userlisttable tr.head.h1 td, table.userlisttable tr.head.h1 th
{
background-color: #EEE;
background-color: #327ab7;
background-color: #f5f5f5;
color: white;
color: black;
}

table.userlisttable tr.head.h2 td,table.userlisttable tr.head.h2 th
{
background-color: #CCC;
background-color: #327ab7;
background-color: #edf1f4;
background-color: #bcd1df;
background-color: #d7e6f1;
}

table.userlisttable td.white, table.userlisttable th.white
{
background-color: white !important;
border-style: none !important;
}

table.userlisttable td.rightwhite,table.userlisttable th.rightwhite
{
background-color: white !important;
border-style: none !important;
border-left-style: solid !important;
}

table.userlisttable td.rightend, table.userlisttable th.rightend
{
border-right-style: solid;
border-top-style: solid;
}


table.userlisttable td.now, table.userlisttable th.now
{
xbackground-color: #ffffcf;
font-weight: bold;
}

table.userlisttable td.alltime, table.userlisttable th.alltime
{
background-color: #FAFAFA;
}

table.userlisttable tr.odd
{
background-color: #F5F5F5;
}

table.userlisttable tr.odd td.now, table.userlisttable tr.odd th.now
{
background-color: #F5F5F5;
}

table.userlisttable tr.odd td.alltime, table.userlisttable tr.odd th.alltime
{
background-color: #F5F5F5;
}

table.userlisttable tr td.chrome, table.userlisttable tr th.chrome
{
xbackground-color: #FFF !important;
}

table.userlisttable tr td.chrome img, table.userlisttable tr th.chrome img
{
margin: 0px;
}

table.userlist td
{
border-left-width: 3px !important;
border: 10px solid red !important;
background-color: red;
}

td.borderrightthick, td.now.borderrightthick, th.borderrightthick
{
border-right: 3px solid #ccc;
border-right: 2px solid #ccc !important;
}

div.specialpage table.userlisttable td, div.specialpage table.userlisttable th
{
font-size: 12px;
}

table.userfieldtable tr td
{
text-align: left;
}
table.userfieldtable tr.head.h1 td {
	text-align:center;
}

:not(.minicat) .userlisttable .rightend a {
	font-size: 16px;
	margin-right: 5px;
	padding: 2px 4px;
}

:not(.minicat) .userlisttable .rightend a:last-of-type {
	margin-right:0;
}


#ui-datepicker-div{
	z-index: 10000000 !important;
	z-index: calc(var(--lt-lightbox-zindex) + 1) !important;
}



.dataTables_paginate a,
.dataTables_paginate > span > span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
}
.dataTables_paginate > span > span {
	color: #333;
}
.dataTables_paginate>.active>a,
.dataTables_paginate>.active>a:focus,
.dataTables_paginate>.active>a:hover,
.dataTables_paginate>.active>span,
.dataTables_paginate>.active>span:focus,
.dataTables_paginate>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.dataTables_paginate>a:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 0;
}
a.paginate_button.current {
	font-weight: bold;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.dataTables_paginate a:focus,
.dataTables_paginate a:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}