/* TABLE IDs */
a {text-decoration: none;}

#mobileTable_wrapper {
	background-color: #CECECE;
	margin-top:10px;
}
#fullTable_wrapper {
	background-color: #CECECE;
	margin-top:10px;
}

.label {
padding: 0px 10px 0px 10px;
border: 1px solid #ccc;
-moz-border-radius: 1em; /* for mozilla-based browsers */
-webkit-border-radius: 1em; /* for webkit-based browsers */
border-radius: 1em; /* theoretically for *all* browsers*/
}

.label.lightblue {
	background-color: #99CCFF;
}

#external_filter_container_wrapper {
  margin-bottom: 20px;
}

#external_filter_container {
  display: inline-block;
}

/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

table.dataTable tfoot th {
	border-top: 1px solid #999;
	font-weight: bold;
}

table.dataTable td {
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }

/* - - - - - - - - - - - - - - - - - - - - - - - TABLE WRAPPER - - - - - - - - - - - - - - - - - */

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
	padding:5px;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
	padding:5px;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
	padding:0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - PAGINATION - - - - - - - - - - - - - - - - - */

.dataTables_paginate {
	float: right;
	text-align: right;
	padding:0px;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - SORTING - - - - - - - - - - - - - - - - - */

.sorting { background: url('images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - SCROLLING - - - - - - - - - - - - - - - - - */

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}
/* tables */
table.dataTable {
	font-family: 'Roboto', sans-serif;
	margin:10px 0pt 15px;
	font-size: 0.8rem;
	text-align: left;
}
/*td {
	max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

/* - - - - - - - - - - - - - - - - - - - - - - - TABLE HEAD - - - - - - - - - - - - - - - - - */

table.dataTable thead tr th {
	/*background-color: #0D5976;  was dark blue */
	background-color: #CECECE;
	color: #000;
	padding: 7px 0px 7px 9px;
	cursor: pointer;
}
table.dataTable tfoot tr th {
	background-color: #CECECE;
	padding: 5px 0px 5px 0px;
}
table.dataTable thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.dataTable thead td {
	/*background-color: #3D7A91;  was dark blue */
	background-color: #971b2b;
	color: #FFF;
	padding: 7px 0px 7px 9px;
	font-weight:bold;
}
table.dataTable thead tr .headerSortUp {
	background-image: url(asc.gif) !important;
}
table.dataTable thead tr .headerSortDown {
	background-image: url(desc.gif) !important;
}
table.dataTable thead tr .headerSortDown, table.dataTable thead tr .headerSortUp {
background-color: #0D5976;
color: #F7D117;
}

/* - - - - - - - - - - - - - - - - - - - - - - - TABLE BODY - - - - - - - - - - - - - - - - - */

table.dataTable tbody td {
	color: #000;
	border-bottom: 0.5px solid #E0E0E0;
	font-size: 0.8rem;
	/*padding: 12px 5px 2px 10px;*/
	padding:10px;
	max-width: 0;
	height:40px;
    overflow: hidden;
    vertical-align: top;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

table.dataTable input[type="text"] {
	border-radius: 4px;
	box-shadow: none;
	font-weight:bold;
	border: 1px solid #A8A8A8;
	width:80%;
	height:23px;
	padding-left:8px;
}

table.dataTable tbody tr.odd td {background-color:#ebecec;}
table.dataTable tbody tr:hover td {background-color: #dfe0e0;} /* was CEDDE3 */
/*table.dataTable tbody tr a:link {color: #800000;}
table.dataTable tbody tr a:visited {color: #800000}
table.dataTable tbody tr a:hover {color: #F03;}*/
