/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

#body-moje-konto .dataTables_wrapper {
	position: relative;
	min-height:200px;
	height: 200px;
	clear: both;
	background:#fff;
	padding:40px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
}


.dataTables_wrapper {
	position: relative;
	min-height:200px;
	_height: 200px;
	clear: both;


	border-radius: 6px;
	overflow: hidden;
}


.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {

	float: left;
}
.dataTables_length select{width:70px;}

.dataTables_filter {
	margin-bottom:15px;
	float: right;
	text-align: right;
}
.dataTables_filter input{width:200px;}
.dataTables_info {
	width: 60%;
	font-size:11px;
	margin-top:10px;
	float: left;
}

table.display tr.odd {
	background-color: #ffffff;
}

table.display tr.even {
	background-color: #eeeeee;
}


.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display thead th {
	padding: 3px 18px 3px 10px;

	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 10px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('images/sort_asc.jpg') no-repeat 96% 50%;
}

.sorting_desc {
	background: url('images/sort_desc.jpg') no-repeat  96% 50%;
}

.sorting {
	background: url('images/sort_both.jpg') no-repeat  96% 50%;
}
.sorting_asc_disabled {
	background: url('images/sort_asc_disabled.jpg') no-repeat 96% 50%;
}

.sorting_desc_disabled {
	background: url('images/sort_desc_disabled.jpg') no-repeat  96% 50%;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */









/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	float:right;
	height: 30px;
	line-height: 30px;
	margin:10px 0px 20px
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {


	padding: 7px 10px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.paging_full_numbers span.paginate_button {
	background-color: #eee;
	border:1px solid #ddd;
	border-radius:6px;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #777;
	border-color:#333;
	color:#fff;
		border-radius:6px;
}






/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */


/*
 * Row highlighting example
