/*
	Style: Entros
	Kolor przewodni: #04436E (zamiast #1C65A0)
*/

/*** Style ogólne *************************************************************/

body *
{
	font-size: 13px;
	font-family: "RobotoCondensed-Regular", "Tahoma", "Verdana", "sans-serif";
	color: #565656;
}

body
{
	margin: 0px;
	padding: 0px;

	overflow-y: scroll;
}

.cleaner-box
{
	clear: both;
}

/* Zerowanie formatowania */


h1, h2, h3, h4, h5, h6, h7, h8, h9
{
	margin: 0px;
}

/* Odnośniki */

a, .link
{
	display: inline-block;

	text-decoration: none;
	color: #04436E;

	cursor: pointer;

	text-decoration: none;
}

a:hover, .link:hover
{
}

a img, .link img
{
	border: 0px;
}

.error
{
	color: red;
}

label, input[type="checkbox"]
{
	cursor: pointer;
}

/* Predefiniowane filtry - menu */

.predefined-filter
{
	margin: 10px 0 5px 0;
	padding: 0;

	border: 1px solid #D0D4D9;
	border-radius: 4px;

	background-color: #ffffff;
}

.predefined-filter ul
{
	margin: 0px;
	padding: 0px;
}

.predefined-filter li
{
	display: inline;

	background: none;

    border-radius: 0px;
}

.predefined-filter li span,
.predefined-filter li a,
.predefined-filter li.current
{
	padding: 6px 10px;
}

.predefined-filter li.title
{
	font-weight: bold;
	color: #454545;

	background-color: #efefef;
	border-radius: 4px 0 0 4px;
}

.predefined-filter li.title span
{
	display: inline-block;

	background-color: #efefef;
	border-radius: 4px 0 0 4px;
}

.predefined-filter li.title:hover
{
	color: #454545;
}

.predefined-filter li.current
{
	color: #04436E;
	background-color: #F2F3F7;
}

.predefined-filter li a
{
	text-decoration: none;
	color: #454545;

    border-radius: 0px;
}

.predefined-filter li a:hover
{
	color: #454545;
	background-color: #efefef;
}

/* Predefiniowane filtry - w formie listy */

.predefined-filter table
{
	margin: -5px 0px -5px -3px;
}

.predefined-filter table td
{
	padding: 0px;
	margin: 0px;
}

.predefined-filter table td.title div
{
	margin: 5px 0px 5px 5px;
}

.predefined-filter table .title
{
	padding: 0px;
	margin: 0px;

	font-weight: bold;
	color: #454545;
	background-color: #efefef;
}

.predefined-filter table .predefined-filter-current-value
{
	margin-left: 6px;
}

.predefined-filter table .predefined-filter-list
{
	margin-top: -5px;
	background: white;
	border: 1px solid #cacaca;
}

.predefined-filter table .predefined-filter-list a,
.predefined-filter table .predefined-filter-list div.current
{
	display: block;
	padding: 5px;
	text-decoration: none;
}

.predefined-filter table .predefined-filter-list a:hover,
.predefined-filter table .predefined-filter-list div.current:hover
{
	background: #F2F3F7;
}

.predefined-filter table .show-list
{
	float: right;
}


/* Wybór rekordów */

th._select div
{
	cursor: pointer;
	margin: -17px 0px 0px 1px;
}

.loader
{
	background: url('../images/loader.svg') no-repeat;
}

._select .loader
{
	height: 16px;
	width: 16px;

	margin-left: 2px;

	float: left;
	display: none;

	background: url('../images/loader-mini.png') no-repeat;
}

._select
{
	width: 21px;
}

/* Uniwersalna wyszukiwarka */

.search-box
{
	margin: 10px auto;
	padding: 5px 5px 7px 5px;

	border: 1px solid #d0d4d9;

	background: #f1f3f6;
}

.search-box-caption
{
	float: left;

	width: 100px;

	padding: 6px 5px 4px 5px;

	text-align: center;
}

.search-box-field
{
	margin-left: 100px;
	background: red;
}

.search-box-clear,
.search-box-submit
{
	float: right;
}

.search-box-submit div
{
	position: relative;
	z-index: 1;

	margin: 3px -3px 0px 5px;
	padding: 2px 4px;

	width: 60px;
	text-align: center;

	cursor: pointer;

	border: 1px solid #cacaca;
	border-radius: 4px;

	background: #efefef;
}

.search-box-submit div:hover
{
	background-color: #d3fc9f;
	border: 1px solid #8edb59;
}

.search-box-clear div
{
	position: relative;
	z-index: 1;

	margin: 3px 2px 0px 5px;
	padding: 2px 4px;

	width: 9px;

	font-weight: bold;

	cursor: pointer;

	border: 1px solid #cacaca;
	border-radius: 4px;

	background: #efefef;

}

.search-box-clear div:hover
{
	background-color: #f99f9f;
	border: 1px solid #d85858;
}

.search-box input
{
	position: absolute;

	margin: 0px auto;
	padding: 5px 100px 5px 5px;

	width: 493px;
	z-index: 0;

	border: 1px solid #cacaca;
	border-radius: 5px;
}

#middle-panel h1
{
	margin-bottom: 10px;
	padding: 0 0 5px 0;

	font-size: 20px;
	font-weight: bold;
	font-family: "RobotoCondensed-Light", "Tahoma", "Verdana", "sans-serif";

	color: #104D7D;
}

#left-panel
{
	box-shadow: 2px 0px 5px #656565;
}

#left-panel .body
{
}

#left-panel ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left-panel .menu-level-1 li a
{
	padding: 10px 15px;
	margin: 0px -10px;
}

#left-panel .menu-level-1 li.current a
{
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

#left-panel .menu-level-1 li:hover a
{
	background: rgba(0, 0, 0, 0.1);
}

#left-panel .menu-level-1 li a
{
	display: block;
}
