#processingIndicator {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/wp-content/plugins/liferecords/assets/images/ajax-loader.gif')
    50% 50%
    no-repeat;
}

#liferecordsDataTable {
    width: 100%;
}

#liferecordsDataTable thead, #liferecordsDataTable tfoot{
	background: #7f56c6;
}

#liferecordsDataTable thead th, #liferecordsDataTable tfoot th{
	color: #fff;
}

#liferecordsDataTable td, #liferecordsDataTable th{
	padding: 10px;
}

#liferecordsDataTable tbody tr:nth-child(even){
	background: #f6f6f6;
}

#records_detail{
	width: 100%;
}

#records_detail thead{
	color: #7f56c6;
}

#records_detail thead h5{
	margin: 15px 0 0 0;
}

#records_detail td{
	padding: 10px;
}

#records_detail tbody tr:nth-child(even){
	background: #f6f6f6;
}

#life-records-form .button-inline{
	padding: 4px 8px !important;
	background: #fff !important;
	border: 1px solid #7f56c6 !important;
	border-radius: 3px solid !important;
	text-align: center !important;
	color: #7f56c6 !important;
	font-size: 12px !important;
}

#life-records-form .button-inline:hover{
	background: #7f56c6 !important;
	color: #fff !important;
}

.records_sidebar{
	border: 1px solid #ccc;
	padding: 15px;
}

.records_sidebar h3{
	margin: -15px 0 0 -15px;
	background: #7f56c6;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px;
	width: calc(100% + 30px);
}

#submit_order{
	display: block;
	width: 100%;
}

.records-searchbar{
	padding: 15px;
	background: #f6f6f6;
	margin-bottom: 15px;
}


body tr.pagerSavedHeightSpacer, body .remove-me{ 
	display: none !important; 
	height: 0 !important;
}

.pager{
	padding: 15px 0;
}

.pagedisplay{
	margin: 0 5px;
}

.tablesorter-header {
	/* white (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.headerSortUp,
.tablesorter-headerSortUp,
.tablesorter-headerAsc {
	/* white asc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); 
	/* image */
	/* background-image: url(images/black-asc.gif); */
}
.headerSortDown,
.tablesorter-headerSortDown,
.tablesorter-headerDesc {
	/* black desc arrow */
	/* white desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/* image */
	/* background-image: url(images/black-desc.gif); */
}
thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
tfoot .tablesorter-headerSortUp,
tfoot .tablesorter-headerSortDown,
tfoot .tablesorter-headerAsc,
tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}
