@charset "utf-8";

/*
	Securion :: style.css
----------------------------------------------------------------------*/


/* Global CSS
----------------------------------------------------------------------*/

p { margin: 5px 0; }
input, textarea, select { width: auto; }
label { width: auto; }
::selection {	background: #8EACB7; color: white; text-shadow: none; }
a { color:#00357B; text-decoration: none; }
a:visited { color:#00357B }
a:hover { color:#0080c0;}
a:focus, a:hover, a:active { outline:0 }
img { border: 0; -ms-interpolation-mode: bicubic;  }

h1 {
    margin-bottom: 0.3636em;
    padding: 5px 0 6px 0;
    font-size: 1.5714em;
    font-weight: bold;
    color: #1E1E1E;
    overflow: hidden;
}
h2 {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 1.1429em;
    font-weight: bold;
    color: #19396D;
}
h3 {
    background: transparent url("../../images/dot-blue.html") center center repeat-x;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #1E1E1E;
}

h3 span {
    background-color: #FAFAFA;
    padding: 0 0.3750em;
    margin: 0 0.5000em;
}
h4 {
    color: #1E1E1E;
}
h5 {
    color: #363636;
    font-size: 1em;
    margin: 0.5em 0;
    font-style: italic;
}

.w12p { width: 12%; }
.w15p { width: 15%; }
.w18p { width: 18%; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w800 { width: 800px; }
.ostrzezenie { color: #F00;}

.width_1, .width_2, .width_3, .width_4, .width_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

.width_1 {
	width: 98%;
}

#systemmessages {
    font-size: 0.8125em;
    line-height: 1.2308em;
}
.messageerror {
    border: 2px solid #F30C0C;
    padding: 6px 6px 6px 36px;
    color: #F30C0C;
    background: #FDD7D7 url("/images/service/icons/msg_warn.gif") 9px center no-repeat;
    margin: 2px 2px 6px 2px;
  -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.messageok {
    border: 2px solid #02910D;
    padding: 6px 6px 6px 36px;
    color: #02910D;
    background: #EDFDD7 url("/images/service/icons/msg_ok.gif") 9px center no-repeat;
    margin: 2px 2px 6px 2px;
  -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.komunikat {
	margin: 10px 0 8px 0;
}

.komunikat-kontener {
	padding: 7px 7px;
	border: 6px solid #DBDBDB;
	background:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef"); /* Pour IE seulement et mode gradient a linear */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background-image: -moz-linear-gradient(top center, #ffffff, #efefef);
	background-image: -o-linear-gradient(top, #ffffff, #efefef); /*uniquement en mode linear*/
}

.komunikat strong {
	color: #ff8040;
	padding: 0 5px;
}

.komunikat .pozytywny {
	border: 6px solid #a3fca0;
}

.komunikat .negatywny {
	border: 6px solid #ff8040;
}

.komunikat .neutralny {
	border: 6px solid #6cb1c6;
}

.content p {
    margin: 0 0 0.8125em 0;
    line-height: 1.3em;
}

.content .ui-tabs table.color {
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1em;
    margin-bottom: 1em;
}
.content .ui-tabs table.color {
    border-collapse: collapse;
    width: 100%;
}
.content .ui-tabs table.color th {
	
    padding: 8px 4px;
    color: #15428B;
    vertical-align: middle;
}
.content .ui-tabs table.color td,
.content .ui-tabs table.color th {
    border: 1px solid #c0c0c0;
}

.content .ui-tabs table.color tfoot td {
    border: none;
    padding: 5px 1px;
}

/* Content CSS
----------------------------------------------------------------------*/

#layout-main {
	padding-top: 5px;
}

#layout-header {
	background: #263849;
	width: 100%;
	min-width: 1310px;
	height: 65px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 100;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.35);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

.content {
    color: #1B1B1B;
    font-size: 0.8125em;
}




#layout-logo {
	width: 13px;
	min-width: 200px;
	height: 40px;
	padding: 14px 0px 0 20px;
	float: left;
}

#layout-header #layout-logo h1 {
	width: 160px;
	height: 40px;
	padding: 5px 0 0 0;
	overflow: hidden;
	color: white;
	font-size: 27px;
	font-weight: bold;
}

#layout-header #layout-dashboard {
	color: #FFF;
	width: 80%;
	float: right;
}

#layout-header #layout-dashboard a {
	color: #ff8000;
}

#layout-header #layout-user-info {
	font-size: 11px;
	float: right;
	padding-right: 7px;
}

#layout-header #layout-user-message {
	height: 32px;
	padding: 15px 15px 0 10px;
	line-height: 16px;
	color: #FFF;
	float: left;
}

#layout-header #layout-user-message a {
	color: #FFF;
	font-weight: bold;
}

#layout-header #layout-user-data {
	width: 160px;
	height: 45px;
	padding-top: 2px;
	text-align: right;
	float: left;
}

#layout-header #layout-user-data h4 {
	font-size: 14px;
	color: #DDD;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}

#layout-header #layout-user-image {
	width: 45px;
	height: 65px;
	padding: 2px 4px 0 7px;
	text-align: center;
	float: right;
}

#layout-header #layout-user-role-icon {
	width: 45px;
	padding: 8px 0 8px 0;
	text-align: center;
	float: left;
}

#layout-header #layout-user-role-icon img {
	border: 1px solid #25698d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	background-color: #e2f1f5;
}

#layout-header #layout-user-customer {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0 0 5px;
}

#layout-header #layout-user-customer a {
	color: #FFF;
}

#layout-header #layout-user-logout {
	font-weight: bold;
}

#layout-header #layout-user-logout a, #layout-header #layout-user-logout a:visited {
	color: #F90;
}

#layout-header .layout-user-icon {
	width: 16px;
	height: 16px;
	padding: 1px 2px;
}

#layout-header .toolTipHelpKontener {
	color: #000;
}

#layout-header #layout-user-dashboard {
	padding: 0px 10px 0 0;
}


#layout-header .layout-dashboard-element {
	width: 19%;
	height: 55px;
	padding: 3px 3px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #606c88;
	margin: 2px 2px 0 0;
	position: relative;
	float: left;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}

#layout-header .layout-dashboard-element-tytul {
	width: 95%;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 2px 0;
}

#layout-header #layout-dashboard .layout-dashboard-element-tytul a {
	color: #FFF;
}

#layout-header .layout-dashboard-element-pelny-tytul {
	display: none;
	min-width: 120px;
	white-space: nowrap;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	position: absolute;
	top: 6px;
	left: -7px;
	z-index: 3;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

#layout-header .layout-dashboard-element-ostatnie {
	font-size: 11px;
	width: 100%;
	height: 30px;
	text-align: left;
	float: left;
}

#layout-header .layout-dashboard-element-ostatnie ul {
	list-style-type: disc;
	padding: 2px 0 0 6px;
	margin: 0 0 0 15px;
}

#layout-header .layout-dashboard-element-ostatnie ul li {
	padding: 1px 0;
	width: 100%;
	overflow: hidden;
	height: 11px;
	float: left;
}

#layout-header .layout-dashboard-element-ostatnie ul li a {
	
}

#layout-header .layout-dashboard-element-ostatnie ul li a:hover {
	text-decoration: underline;
}

#layout-header .layout-dashboard-element-kontener {
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding: 1px 0 0 0;
	float: left;
	position: absolute;
	left: 0;
	top: 52px;
}

#layout-header .layout-dashboard-element-info {
	font-size: 11px;
	font-weight: bold;
	padding: 1px 6px;
	margin: 0px 0 0 5px;
	float: left;
	z-index: 3;
	position: relative;
	color:#fffe65;
	-moz-box-shadow: 0px 0px 10px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px #cfcfcf;
	-o-box-shadow: 0px 0px 10px #cfcfcf;
	box-shadow: 0px 0px 10px #cfcfcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #74A1EB;
	background: #4b79c5; /* Old browsers */

	background: -moz-linear-gradient(top,  #4b79c5 0%, #606C88 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b79c5), color-stop(100%,#606C88)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b79c5 0%,#606C88 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b79c5 0%,#606C88 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b79c5 0%,#606C88 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b79c5 0%,#606C88 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b79c5', endColorstr='#606C88',GradientType=0 ); /* IE6-9 */
	

}

#layout-header #layout-dashboard .layout-dashboard-element-info a {
	color:#fffe65;
}

#layout-header .layout-dashboard-element-opcje {
	font-size: 10px;
	float: right;
	padding: 0px 5px 0 0;
}

#layout-header .layout-dashboard-element-opcje img {
	cursor: pointer;
	z-index: 3;
	position: relative;
	top: -6px;
}

#layout-header .layout-dashboard-lista {
	display: none;
	width: 440px;
	padding: 10px 5px 10px 10px;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 2;
	text-align: left;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

#layout-header .layout-dashboard-lista ul, #layout-header .layout-dashboard-lista ol {
	margin: 2px 0 2px 10px;
	padding: 0 0 0 5px;
}

#layout-header .layout-dashboard-lista ol {
	list-style-type: decimal;
}

#layout-header .layout-dashboard-lista ul li, #layout-header .layout-dashboard-lista ol li {
	font-size: 11px;
	padding: 3px 0;
}

#layout-header .layout-dashboard-lista ul li:hover, #layout-header .layout-dashboard-lista ol li:hover {
	background-color: #7788B1;
}

#layout-header .layout-dashboard-lista ul li a, #layout-header .layout-dashboard-lista ol li a {
	font-size: 11px;
	font-weight: bold;
}

#layout-header .layout-dashboard-lista ul li a:hover, #layout-header .layout-dashboard-lista ol li a:hover {
	text-decoration: underline;
	color:#fffe65;
}


#layout-header .layout-dashboard-krotki-element {
	width: 25px;
	height: 55px;
	padding: 3px 3px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #606c88;
	margin: 2px 2px 0 0;
	position: relative;
	float: left;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}

#layout-header .layout-dashboard-krotki-element-tytul {
	width: 25px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 2px 0;
}

#layout-header .layout-dashboard-krotki-element-kontener {
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding: 1px 0 0 0;
	float: left;
	position: absolute;
	left: 0;
	top: 28px;
}

#layout-header .layout-dashboard-krotki-element-kontener .layout-dashboard-element-info {
	padding: 1px 5px;
	margin: 0px 0 0 3px;
}

#layout-header .layout-dashboard-krotki-element-opcje {
	font-size: 10px;
	float: right;
	padding: 10px 8px 0 0;
}

#layout-header .layout-dashboard-krotki-element-opcje img {
	cursor: pointer;
	z-index: 3;
	position: relative;
	top: -7px;
}

#layout-header .layout-dashboard-krotki-element-opcje  .layout-dashboard-lista {
	top: 36px !important;
}

/**********************************************************************/
/* Main */

#main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

/* Sidebar */

#layout-sidebar {
	width: 18%;
	min-width: 200px;
	float: left;
	min-height: 100px;
}

#layout-sidebar .navigation {
	overflow: hidden;
	border: 6px solid #FFF;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	box-shadow: 0px 0px 5px rgba(0,0,0,.35);
}

#layout-sidebar .navigation li {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
	/*background: white url("/images/service/navigation-bg.png") repeat-x left top;*/
	background-color: #FFF;
	-moz-box-shadow: inset 0 0 0px 1px white;
	-webkit-box-shadow: inset 0 0 0px 1px white;
	box-shadow: inset 0 0 0px 1px white;
}

#layout-sidebar .navigation li.item a {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */

}

#layout-sidebar .navigation li.first {
	border-radius: 4px 4x 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-top: 1px solid #CCC;
}

#layout-sidebar .navigation a {
	text-decoration: none;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	display: block;
	height: 28px;
	padding-left: 14px;
	position: relative;
	line-height: 28px;
}

.navigation-icon {
	padding: 6px 15px 0 0;
	float: right;
	line-height: 16px;
	width: 16px;
	height: 16px;
}

#layout-sidebar .navigation li a:hover { 
	color: 	#2F4A90;

	background: rgb(232,238,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,238,242,1) 0%, rgba(211,226,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,238,242,1)), color-stop(100%,rgba(211,226,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,238,242,1) 0%,rgba(211,226,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,238,242,1) 0%,rgba(211,226,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,238,242,1) 0%,rgba(211,226,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,238,242,1) 0%,rgba(211,226,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef2', endColorstr='#d3e2ed',GradientType=0 ); /* IE6-9 */
	
}


#layout-sidebar .navigation li.special a {
	color: #FFF;

	background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */


}
/*
#layout-sidebar .navigation li span.transform-text {
	display: block;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

#layout-sidebar .navigation li span:hover.transform-text {
	text-decoration: none;
	-webkit-transform:translate(10px,0);
	-moz-transform:translate(10px,0);
	-o-transform:translate(10px,0);
	-ms-transform:translate(10px,0);
}
*/

#layout-sidebar .navigation li span.transform-text {
	display: block;
	position: relative;
	float: left;
}


#layout-sidebar .navigation li.active.first{border-top:none}

#layout-sidebar .navigation li.last{
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-bottom:1px solid #ccc;
}

#layout-sidebar .navigation .active, #layout-sidebar .navigation li.item.active {
	border-bottom: 1px solid #CCC;
	
	text-shadow: 1px 1px 0px #C5E9FE;
	box-shadow: none;

	background: rgb(184,212,230); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(184,212,230,1) 0%, rgba(121,160,187,1) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,212,230,1)), color-stop(96%,rgba(121,160,187,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d4e6', endColorstr='#79a0bb' );*/ /* IE6-9 */


}

#layout-sidebar .navigation .active a, #layout-sidebar .navigation li.item.active a {
	background: rgb(184,212,230); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(184,212,230,1) 0%, rgba(121,160,187,1) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,212,230,1)), color-stop(96%,rgba(121,160,187,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,212,230,1) 0%,rgba(121,160,187,1) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d4e6', endColorstr='#79a0bb',GradientType=0 ); /* IE6-9 */

}

#layout-sidebar .navigation .subnav {
	border-width: 0px;
	border-bottom: 2px solid #ddd;
}

#layout-sidebar .navigation .subnav li {
	border-left: none !important;
	border-right: none !important;
}

#layout-sidebar .navigation .subnav li a, #layout-sidebar .navigation .active .subnav li a, #layout-sidebar .navigation li.item.active .subnav li a {
	text-decoration: none;
	text-shadow: none;
	background: transparent url("/images/service/icons/level.png") no-repeat 7px center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/service/icons/level.png', sizingMethod='image');
	font-size: 12px;
	color: #475D68;
	font-weight: normal;
	display: block;
	height: 20px;
	padding-left: 29px;
	position: relative;
	line-height: 20px;
	border: 0px;
}

#layout-sidebar .navigation .subnav .active, #layout-sidebar .navigation .active .subnav .active {
	background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); */ /* IE6-9 */
border-right: 1px solid #CCC;

}

#layout-sidebar .navigation .subnav .navigation-icon {
	padding: 4px 15px 0 0;
}


#layout-sidebar .navigation .subnav .last {
	border-radius: 0;
	border-bottom: 0;
}

/* Content */

#content {
	padding-bottom: 1.3em;
	position: relative;
	min-height: 350px;
	min-width: 1060px;
}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #475D68;
	text-shadow: 0 1px 0 white;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }


.page-title {
	padding: 0 0 7px 0;
}

.page-title h1 {
	font-size: 22px;
	padding: 1px 0 1px 7px;
	border-left: 6px solid #c0c0c0;
}

.page-title p {
	padding: 3px 0 7px 15px;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-bottom: 0px solid #ccc;
}

/* tabele z danymi */

.panel-wrapper {
	margin-top: 15px;
	border: 6px solid #FFF;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	background: #F0F0F0 -webkit-gradient(linear, left top, left 86, from(#E6E6E6), to(#F0F0F0), color-stop(0.5, #F6F6F6), color-stop(0.5, #D6D6D6));
	background: #F0F0F0 -moz-linear-gradient(top, #E6E6E6, #F6F6F6 43px, #D6D6D6 43px, #F0F0F0);
	background: #F0F0F0 -ms-linear-gradient(top, #E6E6E6, #F6F6F6 43px, #D6D6D6 43px, #F0F0F0);
	background: #F0F0F0 -o-linear-gradient(top, #E6E6E6, #F6F6F6 43px, #D6D6D6 43px, #F0F0F0);
}

.content .ui-tabs {
	margin-top: 15px;
	border: 6px solid #FFF;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
}


.panel {
	padding: 0px;
}


.panel-header {
	min-height: 38px;
	background: #b8d4e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8d4e6 0%, #a6c8de 50%, #79a0bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8d4e6), color-stop(50%,#a6c8de), color-stop(100%,#79a0bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8d4e6 0%,#a6c8de 50%,#79a0bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8d4e6 0%,#a6c8de 50%,#79a0bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8d4e6 0%,#a6c8de 50%,#79a0bb 100%); /* IE10+ */
	background: linear-gradient(top,  #b8d4e6 0%,#a6c8de 50%,#79a0bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d4e6', endColorstr='#79a0bb',GradientType=0 ); /* IE6-9 */


}

.panel-header h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding-left: 10px;
	line-height: 37px;
	float: left;
}

#content .panel-header h3 {
	color: #222;
}

.panel-header .collapse {
	background: url("/images/service/icons/minus.png") no-repeat scroll right 0 transparent;
	height: 16px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0 20px 0 0;
	display: block;
	cursor: pointer;
}

.panel-content {
	background: none repeat scroll 0 0 #FAFAFA;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	position: relative;
	border: 1px solid #dbdbdb;
	overflow-x: auto;
	overflow-y: hidden;
}

.content .ui-tabs .ui-tabs-panel {
	margin-top: 0px;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
	background-color: #FFF;
}

.color {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

.color thead {
	background: url("/images/service/table-head-bg.png") repeat-x scroll top left #E0E0E0;
	border-top: 1px solid white;
	border-bottom: 1px solid #BCBCBC;
}

.color thead th {
	vertical-align: middle;
	text-align: left;
	padding: 5px 7px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.color tbody td {
	/*background: #F2F2F2; */
}

.color tbody th, .color tbody td, .color tfoot th, .color tfoot td {
	vertical-align: top;
	text-align: left;
	padding: 5px 5px;
	border-left: 1px solid #FFF;
	
	font-size: 12px;
	vertical-align: middle;
}

.color tbody th, .color tbody td {
	border-bottom: 1px solid #E6E6E6;
}

table tr.dark {background-color: #E6E6E6;}
table tr.light {background-color: #F2F2F2;}
table tr.tfocus {background-color: #FFF4C6 !important;}

tr.color-row2:nth-child(dark) { background-color:#F2F2F2; }
tr.color-row2:nth-child(light) { background-color:#E6E6E6; }

.color tbody td a { text-decoration: underline; }


/**********************************************************************/

.wyszukiwarka-filtr {
	margin-top: 0px;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: #FFF;
	padding: 0px;
	border-collapse: collapse;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	background-color: #FFF;
}

.wyszukiwarka-filtr table {
	/*display: none;*/
}

/* #tabs
********************************************************* */
#tabs {
    font-size: 0.8462em;
}
/* #pager
********************************************************* */
#pager-wrapper {
	padding: 3px 0;
}
#pager-wrapper fieldset{
	padding: 3px 0;
}
#pager-wrapper ul.pager {
    text-align: center;
}
#pager-wrapper ul.pager li {
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
    color: #353535;
}
#pager-wrapper ul.pager li:last-child {
    margin-right: 0px;
}
#pager-wrapper ul.pager li a {
    padding: 3px 7px;
    text-decoration: none;
}
#pager-wrapper ul.pager li a.active {
    color: #525F67;
    text-decoration: underline;
}
#pager-wrapper ul.pager li a:hover {
	color: #ff8000;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* *** *** */

div.wyszukiwarka-filtr table tr td.etykieta {
    text-align: right;
    padding-right: 6px;
    padding-left: 12px;
  font-size: 11px;
  font-weight: bold;
  color: #737373;
	text-shadow:1px 1px 0 #fff
}
div.wyszukiwarka-filtr table tbody tr td.input-data-od-do {
    width: 200px;
}
/* legenda */
.content fieldset.legenda {
    margin: 0 0 0 0;
		float: right;
    border-color: ##B6D3E5;
}

.content fieldset.legenda legend {
    font-weight: bold;
    font-size: 1.15em;
    margin: 0 0.5000em 0 0.5000em;
    padding-bottom: 0.5000em;
}
.content fieldset.legenda ul {
    list-style-image: none;
		font-size: 11px;
}
.content fieldset.legenda ul li {
    list-style-image: none;
		display: inline;
		padding: 4px 10px;
		float: left;
}
.content fieldset.legenda ul li.legenda-separator {
	width: 100%;
	padding: 1px 0 !important;
	line-height: 0;
	height: 0px;
	clear: both;
}
.content fieldset.legenda ul li img {
		width: 16px;
    vertical-align: middle;
		margin-right: 6px;
}

.content a.odnosnik-zewnetrzny {
    background-image: url("../../images/service/icons/out.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

.content a.odnosnik-pobierz {
    background-image: url("../../images/service/icons/download.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 21px;
}


a.toolTip, span.toolTip {
    cursor: help;
    margin: 1px;
    text-decoration: none;
}

a.toolTip img {
    vertical-align: text-bottom;
}

div.simpleToolTip {
    display: none;
    background-color: #FFF;
    border: 1px solid #BFDDEE;
    color: #000;
    padding: 5px;
    max-width: 300px;
    -webkit-border-radius: 7px; /* Safari, Chrome */
    -khtml-border-radius: 7px;	/* Konqueror */
    -moz-border-radius: 7px; /* Firefox */

    font-size: small;
}

/* lista akcji w tabeli */
table.color ul.lista-akcje {
    margin: 5px;
    padding-bottom: 30px;
}

table.color ul.lista-akcje li {
    display: inline;
    float: left;
}

table.color ul.lista-akcje li p {
    margin: 0px;
}

ul.lista-akcje li p input[type="submit"] {
    margin-top: 2px;
}

table.tabela-dane {
    line-height: 1.6em;
}

table.tabela-dane tr th {
    color: #5B94DF;
}

table.tabela-dane tr td {
    padding: 4px;
}

table.tabela-dane tr td.td-etykieta {
  padding-right: 6px;
  padding-left: 12px;
  font-size: 11px;
  font-weight: bold;
  color: #606060;

    text-align: right;
    max-width: 150px;
    border-bottom: 1px solid #F1F1F1;
    vertical-align: top;
    line-height: 1em;
}

.tabela-nazwa {
    font-weight: bold;
    padding: 0 5px 6px 0;
    color: #000;
}

table.kontener-danych {
    width: 100%;
}

div.naglowek-kontenera {
    width: 100%;
    padding: 0 0 10px 0;
}

table.tabela-dane tr td.td-wartosc {
    color: #666;
    border-bottom: 1px solid #F1F1F1;
    line-height: 1em;
}

table.tabela-dane tr td.td-wartosc em {
    font-size: 11px;
    color: #0080c0;
    font-style: normal;
    font-weight: bold;
}



table.kontener-danych td.do-gory {
    vertical-align: top;
}

table.kontener-danych a {
	text-decoration: underline;
}

table.tabela-dolna {
    margin-top: 20px;
}


div.g_naglowek {
  margin: 0 auto;
	padding: 4px 0 0 0;

}

div.naglowek-select {
    font-size: 12px;
    padding: 0 10px 0 0;
    float: left;
}

div.naglowek-select .row-etykieta {
    float: left;
    padding: 3px 6px 0 0;
    text-align: right;
}

div.naglowek-select .row-etykieta label {
    color: #666;
    text-align: right;
    padding-right: 6px;
    padding-left: 12px;
    padding-bottom: 2px;
    line-height: 1em;
    font-weight: bold;
}

div.naglowek-select .row-wartosc {
    float: left;
    padding: 0 10px 0 2px;
}


div.naglowek-button {
    font-size: 12px;
    float: left;
}

div.naglowek-button .button-etykieta {
    float: left;
    padding: 3px 6px 0 0;
    text-align: right;
}

div.naglowek-button .button-etykieta a {
    color: #0080c0;
}

div.naglowek-button .button-wartosc {
    float: left;
    padding: 0 10px 0 2px;
}


div#wrapper-main h1.h1-main {
    font-size: 16px;
    text-align:right;
    font-weight:bold;
}

.dane_klienta_nad_menu{
    font-size:12px;
    line-height:1.3;
  max-width: 1258px;
  margin: -10px auto 0;
    border:inherit;
    padding: 3px 0 4px 0;
    border-bottom-width: 1px;
  border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}

.content a.dodanie-zgloszenia-karta {
    background-image: url("../../images/service/icons/application_form_add.png");
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 23px;
}

.content a.dodanie-zgloszenia-lista {
    background-image: url("../../images/service/icons/application_form_add.png");
    background-repeat: no-repeat;
		background-position: 7px 0;
    width: 20px;
    height: 20px;
    display: block;
		padding: 0 0 0 7px;
}

.content a.klient_aparaty{
    background-image: url("../../images/service/icons/server_connect.png");
    background-repeat: no-repeat;
    background-position:center;
    padding:8px;
}

.plain_selected {
  padding: 0 4px 0 0;
}

/* *** *** */
span.list-login {
    font-size: 11px;
    color: #555;
}

ul.list-actions {
    padding: 3px 0 0 0;
		min-width: 90px;
}

ul.list-actions li {
    display: inline;
    float: left;
}

ul.list-actions p {
    margin-bottom: 2px;
}

ul.list-actions .list-action-btn {
    width: 24px;
    height: 22px;
    float: left;
    position: relative;
    color: white;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 black;
    padding: 2px 0 0 0;
    margin: 0 2px 0 0;
}

ul.list-actions .list-action-btn input[type="submit"] {
	background: tarnsparent !important;
	border: none !important;
	box-shadow: none !important;
	background-image: none !important;
  
}

ul.list-actions .list-action-btn span {
    width: 60px;
    height: 23px;
    position: absolute;
    top: 18px;
    left: -17px;
    background: url("../../images/service/icons/action_tooltip.png") no-repeat;
    line-height: 26px;
    text-align: center;
    z-index: 999;
    display: none;
    color: #FFF;
    font-weight: bold;
}

ul.list-actions .list-action-btn:hover span {display:block;}

ul.list-actions .action-edit-btn {
    background: transparent url("../../images/service/icons/page_white_edit.png") center 3px no-repeat;
}

ul.list-actions .action-map-btn {
    background: transparent url("../../images/service/icons/map.png") center 3px no-repeat;
}

ul.list-actions .action-delete-btn {
    width: auto;
    background: transparent url("../../images/service/icons/cross_circle.png") left 3px no-repeat !important;
}

ul.list-actions .action-delete-link {
		display: block;
float: left;
margin: 0 7px 0 0;
background-color: transparent;
border: 0px solid #A2C2D5;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 100%;
line-height: 130%;
text-decoration: none;
font-weight: bold;
color: #565656;
cursor: pointer;
padding: 5px 1px 4px 17px;
background-image: none;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
    background: transparent url("../../images/service/icons/cross_circle.png") left 3px no-repeat;
}

ul.list-actions .action-set-btn {
    width: auto;
    background: transparent url("../../images/service/icons/star.png") left 3px no-repeat;
}

ul.list-actions .action-separate-btn {
    width: auto;
    background: transparent url("../../images/service/icons/separate.png") left 3px no-repeat;
}

.content .list-actions .action-delete-btn input, .content .list-actions .action-separate-btn input, .content .list-actions .action-set-btn input, .content .list-actions .action-cancel-btn input {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: transparent;
    border: 0px solid #A2C2D5;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 1px 4px 17px;
    background-image: none;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

ul.list-actions .action-cancel-btn {
    width: auto;
    background: transparent url("../../images/service/icons/cancel.png") left 3px no-repeat;
}

ul.list-actions .action-attach-btn {
    background: transparent url("../../images/service/icons/attach.png") left 3px no-repeat;
}

ul.list-actions .action-download-btn {
    background: transparent url("../../images/service/icons/download.png") left 3px no-repeat;
}

ul.list-actions .action-accept-btn {
    background: transparent url("../../images/service/icons/tick.png") left 3px no-repeat;
}

/* *** *** */

span.lista-przycisk-usun {
    float: right;
}

span.lista-przycisk-usun .list-action-btn {
    width: 24px;
    height: 22px;
    float: left;
    position: relative;
    color: white;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 black;
    padding: 0px 0 0 0;
    margin: 0 2px 0 0 !important;
}

span.lista-przycisk-usun .action-delete-btn input {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: transparent;
    border: 0px solid #A2C2D5;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 1px 4px 17px;
    background-image: none;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;;
}

span.lista-przycisk-usun .action-delete-btn{
    width: auto;
    background: transparent url("../../images/service/icons/trash.png") left 3px no-repeat;
}

/* *** *** */

.location-image-container {
    width: 600px;
    /*height: 350px;*/
    position: relative;
}

.location-image-markers {
    /*width: 600px;
    height: 350px;*/
    position: absolute;
    z-index: 3;
}

.location-image-markers img.marker {
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 70px;
    z-index: 3;
}

.location-image-level {
    max-width: 600px;
    /*height: 350px;*/
    /*position: absolute;
    z-index: 1;*/
}

.newMarker {
    position: absolute;
}

.szczegoly-rozwin {
    padding: 20px 0 10px 0;
}

.rozwin {
    cursor: pointer;
    text-decoration: underline;
    color: #0080ff;
    padding: 0 0 0 4px;
}

.szczegoly-rozwin-element {
    padding: 5px 0;
}

.szczegoly-rozwin-element strong {
    min-width: 110px;
    padding: 0 0 0 10px;
    float: left;
}

ul.szczegoly-rozwin-lista {
    list-style-type: disc;
    padding-left: 15px;
    float: left;
}

ul.szczegoly-rozwin-lista li {
    width: 100%;
    padding: 2px 0 5px 0px;
    float: left;
}

.szczegoly-rozwin legend {
    font-weight: normal;
    font-size: 12px;
}

.zgloszenia-lista-zadan {
    width: 100%;
    border-bottom: 1px dashed silver;
    padding: 5px 0;
    float: left;
}

.filterToogle {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;

	vertical-align: middle;
	float: right;
	background: url("/images/service/icons/plus.png") no-repeat scroll right 0 transparent;
	height: 16px;
	padding: 0 20px 0 0;
	display: block;

}

.filterToogle img {
	display: table-cell;
	vertical-align: middle;
	float: right;
}

.lista-zalacznikow {

}

.lista-zalacznikow ul {
    list-style-type: disc;
    margin: 0 0 3px 15px;
    padding: 0 0 0 0px;
}

.lista-zalacznikow ul li {
    padding: 2px 0 2px 0;
}

.lista-zalacznikow strong {
    font-weight: normal;
    float: left;
}

.wybor-terminarza-lista {
    cursor: pointer;
}

.tip {
    color: #666;
    background:#FFF;
    display:none;
    padding:10px;
        cursor: help;
    position:fixed;
    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content .tip_trigger table td, .content .toolTipKontener table td {
    height: auto;
}

/* tooltip styling */

.toolTipBtn, .toolTipTable, .toolTipHelp, .toolTipDashboardTitle {
	cursor: help;
}

.toolTipKontener, .toolTipTableKontener, .toolTipHelpKontener, .toolTipImportKontener, .toolTipDashboardTitleKontener {
  display:none;
  padding:10px 10px 10px 10px;
  font-size:11px;
      white-space: normal;
      border: 1px dotted #0080c0;
      background-color: #e8e8e8;
      background-image: linear-gradient(bottom, rgb(235,235,235) 39%, rgb(255,255,255) 70%);
      background-image: -o-linear-gradient(bottom, rgb(235,235,235) 39%, rgb(255,255,255) 70%);
      background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 39%, rgb(255,255,255) 70%);
      background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 39%, rgb(255,255,255) 70%);
      background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 39%, rgb(255,255,255) 70%);
      background-image: -webkit-gradient(
           linear,
           left bottom,
           left top,
           color-stop(0.39, rgb(235,235,235)),
           color-stop(0.7, rgb(255,255,255))
       );
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
	z-index: 2;
 }


.toolTipKontener table.tabela-dane tr td.td-wartosc, .toolTipKontener table.tabela-dane tr td.td-etykieta, .toolTipKontener table.tabela-dane tr th {
    border: none;
}

.toolTipTableKontener table.tabela-dane tr td.td-wartosc, .toolTipTableKontener table.tabela-dane tr td.td-etykieta, .toolTipTableKontener table.tabela-dane tr th {
    border: none;
}

.toolTipKontener300 {
    max-width: 300px;
    float: left;
}

.toolTipKontener ul, .toolTipTableKontener ul {
	list-style-type: disc;
	padding: 0 0 0 10px;
}

.toolTipKontener ul li, .toolTipTableKontener ul li {
	padding: 0 0 4px 0;
}

.separator-pion {
    width: 1px;
    height: 100%;
    border-left: 1px solid silver;
    padding: 0 5px 0 0;
}



ul.departmentList
		{
			font-family: Tahoma;
			font-size: 11px;
			margin: 15px 15px 15px 5px;
		}
		
ul.departmentList	li.department {
	
}

ul.departmentList	li.department span.department-name {
	color: #0080c0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	float: left;
}
		
	ul.departmentList li
		{
			background: url(../../images/service/icons/vert.png) -2px 3px repeat-y;
			list-style-type: none;
			margin-left: 15px;
			padding-top: 8px;
			padding-bottom: 0;
			margin-top: -2px;
			float: left;
		}
		
	
		
	ul.departmentList li:last-child
		{
			background-repeat: no-repeat;
			width: 100%;
			float: left;
		}
		
	ul.departmentList li span::before	
		{
			content: url(../../images/service/icons/expand.png) "    ";
		}
		
	ul.departmentList li span:last-child::before
		{
			content: "";
			
		}
		
	ul.departmentList li span
		{
			background: url(../../images/service/icons/hor.png) 5px 5px no-repeat;
			padding: 1px 0 4px 15px;
			font-size: 13px;
			width: 100%;
			float: left;
		}
		
	ul.locationList {
		float: left;
		width: 99%;
	}
		
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* ===== Nowoczesny dialog "Nowy model urzadzenia" ===== */
.dm-dialog { font-family: inherit; }
.dm-dialog-header {
    display: flex; align-items: center; gap: 12px;
    background: #eef4fb; padding: 14px 18px;
    border-bottom: 1px solid #d4e2f2;
    margin: -6px -6px 0 -6px;
}
.dm-dialog-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; background: #2f6fb0; border-radius: 6px; flex: 0 0 auto;
}
.dm-dialog-icon img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.dm-dialog-title { font-size: 16px; font-weight: bold; color: #1f4d7a; }
.dm-dialog-subtitle { font-size: 12px; color: #5a7ea3; margin-top: 2px; }

.dm-dialog-body { padding: 16px 18px; }
.dm-field { margin-bottom: 16px; }
.dm-field label { display: block; font-size: 13px; font-weight: bold; color: #555; margin-bottom: 5px; }
.dm-req { color: #cc0000; }

.dm-input, .dm-select {
    width: 100%; box-sizing: border-box; padding: 7px 9px;
    border: 1px solid #c4ccd8; border-radius: 5px; font-size: 13px; background: #fff;
}
.dm-input:focus, .dm-select:focus { border-color: #2f6fb0; outline: none; box-shadow: 0 0 0 2px rgba(47,111,176,0.15); }

.dm-input-row { display: flex; gap: 8px; align-items: stretch; }
.dm-input-row .dm-select { flex: 1; }
.dm-add-btn {
    width: 38px; flex: 0 0 auto; border: 1px solid #2f6fb0; background: #fff; color: #2f6fb0;
    border-radius: 5px; font-size: 20px; font-weight: bold; cursor: pointer; line-height: 1;
}
.dm-add-btn:hover { background: #2f6fb0; color: #fff; }

.dm-new-panel {
    background: #f5f8fc; border-left: 3px solid #2f6fb0; border-radius: 0 5px 5px 0;
    padding: 12px; margin-top: 8px;
}
.dm-new-panel-title { font-size: 12px; font-weight: bold; color: #2f6fb0; margin-bottom: 8px; }
.dm-new-panel .dm-input, .dm-new-panel .dm-select { margin-bottom: 8px; }
.dm-new-panel-buttons { display: flex; gap: 8px; }
.dm-btn-primary {
    flex: 1; padding: 7px; border: 1px solid #2f6fb0; background: #2f6fb0; color: #fff;
    border-radius: 5px; font-size: 13px; cursor: pointer;
}
.dm-btn-primary:hover { background: #255a91; }
.dm-btn-plain {
    padding: 7px 14px; border: 1px solid #c4ccd8; background: #fff; color: #666;
    border-radius: 5px; font-size: 13px; cursor: pointer;
}
.dm-btn-plain:hover { background: #f0f0f0; }
.dm-inline-msg { font-size: 12px; margin-top: 6px; }
.dm-inline-msg.error { color: #cc0000; }
.dm-inline-msg.success { color: #2e7d32; }

.dm-dialog-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 18px; border-top: 1px solid #e2e2e2; background: #fafafa;
    margin: 0 -6px -6px -6px;
}
.dm-req-note { font-size: 12px; color: #888; }
.dm-btn-save {
    padding: 8px 18px; border: 1px solid #2e7d32; background: #4caf50; color: #fff;
    border-radius: 5px; font-size: 13px; font-weight: bold; cursor: pointer;
}
.dm-btn-save:hover { background: #43a047; }
.dm-errors { color: #cc0000; font-size: 12px; margin: 6px 0 0; padding-left: 18px; }

/* ===== Dialog "Nowy model urzadzenia" - finalna wersja ===== */
/* Okno: ramka, cien, tlo, auto-wysokosc; BEZ overflow hidden na oknie */
.ui-dialog:has(#device-model-create-form) {
    height: auto !important;
    border: 1px solid #b8c4d4 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25) !important;
    background: #fff !important;
    padding: 0 !important;
}
/* Kontener tresci - pelna widocznosc, auto-wysokosc */
.ui-dialog .ui-dialog-content#device-model-create-form {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    width: auto !important;
}
/* Pasek tytulu jQuery UI - chowamy tytul, ale przycisk X w prawym gornym rogu */
.ui-dialog:has(#device-model-create-form) .ui-dialog-titlebar {
    position: absolute !important;
    top: 6px !important; right: 6px !important; left: auto !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    z-index: 20 !important;
}
.ui-dialog:has(#device-model-create-form) .ui-dialog-title { display: none !important; }
.ui-dialog:has(#device-model-create-form) .ui-dialog-titlebar-close {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    width: 26px !important; height: 26px !important;
    margin: 0 !important;
}

/* ===== Poprawka tla dialogu modelu (tresc byla cala, ale tlo za krotkie) ===== */
/* Kontener tresci - wymus widocznosc mimo klasy disnone */
#device-model-create-form.ui-dialog-content {
    display: block !important;
    background: #fff !important;
}
/* Nasz formularz wypelnia cale okno bialym tlem */
#device-model-create-form .dm-dialog {
    background: #fff !important;
    height: auto !important;
    display: block !important;
}
#device-model-create-form form,
#device-model-create-form .dm-dialog-body {
    background: #fff !important;
    display: block !important;
}

/* ===== FINAL: dialog modelu - pelne tlo i widocznosc calej tresci ===== */
#device-model-create-form.ui-dialog-content {
    display: block !important;
    background: #fff !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}
#device-model-create-form .dm-dialog {
    position: relative !important;
    background: #fff !important;
    height: auto !important;
    min-height: 100% !important;
    display: block !important;
    z-index: 2 !important;
}
#device-model-create-form .dm-dialog-body {
    background: #fff !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 3 !important;
}
#device-model-create-form .dm-dialog-footer {
    background: #fafafa !important;
    position: relative !important;
    z-index: 3 !important;
}
/* okno dialogu - solidne biale tlo na calej wysokosci */
.ui-dialog:has(#device-model-create-form) {
    background: #fff !important;
}

/* ===== Okno "Nowy model urzadzenia" - rowne marginesy boczne =====
   Stare reguly z content/device.css (#device-model-create-form: position:absolute,
   left:130px, width:450px, padding:30px 40px) dotyczyly nakladki sprzed jQuery UI
   i przesuwaly zawartosc dialogu w prawo. Poniżej je neutralizujemy. */
.ui-dialog .ui-dialog-content#device-model-create-form {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}
.ui-dialog .ui-dialog-content#device-model-create-form * { box-sizing: border-box; }
#device-model-create-form .dm-dialog,
#device-model-create-form .dm-dialog > form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
/* naglowek i stopka na pelna szerokosc okna - bez ujemnych marginesow */
#device-model-create-form .dm-dialog-header,
#device-model-create-form .dm-dialog-footer { margin: 0 !important; }
/* symetryczny margines wewnetrzny tresci */
#device-model-create-form .dm-dialog-body { padding: 16px 20px !important; }

/* znacznik urzadzenia na planie - zawsze pozycjonowany absolutnie
   (jQuery .offset() na elemencie statycznym przelaczylby go na position:relative
   i rozjechalby uklad) */
#newMarker { position: absolute; z-index: 5; }

/* ===== Galeria zdjec urzadzenia ===== */
.device-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 12px 0;
}
.device-gallery-item {
    display: block;
    width: 150px;
    border: 1px solid #c4ccd8;
    border-radius: 6px;
    background: #fff;
    padding: 6px;
    text-decoration: none;
    color: #555;
}
.device-gallery-item:hover { border-color: #2f6fb0; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.device-gallery-item img {
    display: block;
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
    background: #f2f2f2;
}
.device-gallery-caption {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
    word-break: break-word;
}
.device-gallery-empty { color: #888; font-size: 12px; margin: 6px 0 12px 0; }
.photos-hint { font-size: 12px; color: #777; margin-top: 4px; }

/* podglad zdjecia (lightbox na oknie jQuery UI) */
#device-photo-lightbox { text-align: center; padding: 0 !important; }
#device-photo-lightbox img {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    margin: 0 auto;
}
#device-photo-lightbox .lightbox-caption {
    margin-top: 8px;
    font-size: 12px;
    color: #555;
}
.lightbox-nav {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.lightbox-nav button {
    border: 1px solid #c4ccd8;
    background: #fff;
    border-radius: 5px;
    padding: 5px 14px;
    cursor: pointer;
    font-size: 14px;
}
.lightbox-nav button:hover { background: #f0f4fa; border-color: #2f6fb0; }
.lightbox-counter { font-size: 12px; color: #777; }

/* mapa lokalizacji (Leaflet) */
#locations-map-container { border: 1px solid #c4ccd8; border-radius: 4px; background: #f4f4f4; }
.locations-map-msg { font-size: 12px; color: #777; padding: 8px 2px; }

/* wybor wspolrzednych lokalizacji na mapie */
#map-container { border: 1px solid #c4ccd8; border-radius: 4px; background: #f4f4f4; }
.location-picker-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.location-picker-btn {
    border: 1px solid #2f6fb0; background: #fff; color: #2f6fb0;
    border-radius: 5px; padding: 5px 12px; font-size: 12px; cursor: pointer;
}
.location-picker-btn:hover { background: #2f6fb0; color: #fff; }
.location-picker-hint { font-size: 11px; color: #777; }

/* przelacznik jezyka w naglowku */
#layout-user-lang { font-size: 11px; margin-top: 2px; }
#layout-user-lang a { color: #5a7ea3; text-decoration: none; padding: 0 2px; }
#layout-user-lang a:hover { text-decoration: underline; }
#layout-user-lang a.lang-current { font-weight: bold; color: #1f4d7a; text-decoration: none; }
#layout-user-lang .lang-sep { color: #b8c4d4; }
