body {
	width: calc(100vw - 34px);
	/*overflow-y: scroll*/
}
  
#mainOuter
{
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 960px;
  position:; /*centrowanie*/
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  display:table;
}

.parse_error_icon {
	border: none;
}

.FldBlock {
  display:inline-block;
}

.FldBlock .parse_error_icon {
	position: absolute;
}

.DicImg {
	border: none;
}
.fld-dic-img{
border:none;
}

.fld-clear{
border:none;
}
img.UndoImg {
	border: none;
	vertical-align: top;
	padding-right: 5px;
}

.WaitImg {
	display: none;
	margin-left: 2px;
	border: none;
}

.errorDescTab {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

.tabImgSort {
	border: none;
}

.errorDescTab td,.errorDescTab th {
	padding: 0;
}

.wizFrame {
	border: none;
	overflow: hidden;
}
.ajaxResiFrame
{
	position:absolute; top:0px; left:0px; width:0px; height:0px;
	border: none;
	overflow:hidden;
}

.loginRow
{
	height: 32px;
	color: #414042;
	font-size: 13px;
	margin-top: 8px;
}

.loginRow.first
{
	margin-top: 0px;
	padding-top: 35px;
}

.authrm #mainOuter.adm {
	width: 960px;
}
#mainOuter.adm .loginRow.first
{
	padding-top: 10px;
}


.loginRowTitle
{
	float: left;
	text-align: right;
	width: 230px;
	margin-top: 6px;
	margin-right: 25px;
}
.loginRowContent
{
	float: left;
	margin-left: 0px; /*tutaj margin 25px niszczy IE7 */
}
.loginRowContent select
{
	width:  245px;
	height: 32px !important;
	margin: 0px;
}

.loginRowContent input
{
	margin:0px;
}

.loginRowContent.button
{
	text-align: right !important;
	width: 245px;
	padding-top:4px;
}

.loginRow .loginRowContent.button input
{
    width: 100px;
}


.button_big, .loginRow .loginRowContent input.button_big, input[type=submit], input[type=button], button, button.ui-state-default,
.ui-widget-content button.ui-state-default, .ui-widget-header button.ui-state-default {
	background-color: #17375d;
	background-image: none;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	font-weight: normal;
	outline: none;
}

.uppercase {
	text-transform: uppercase;
}

input[type=submit], input[type=button],button, button.ui-state-default,.ui-widget-content button.ui-state-default {
    padding: 0px 10px;
    border:1px solid #ccc
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	border:1px solid #17375d;
	min-width: 60px;
}

input[type=text]::-ms-clear {
	display: none;
}

#_APP_ input[type=submit], #_APP_ input[type=button], button, button.ui-state-default,.ui-widget-content button.ui-state-default {
	height: 24px;

}

#_APP_ input[type=file] {
	height: 26px;

}


.button_big:hover, .loginRow .loginRowContent input.button_big:hover, input[type=submit]:hover, input[type=button]:hover, button:hover, button.ui-state-default:hover,
.ui-widget-content button.ui-state-default:hover, .ui-widget-header button.ui-state-default:hover, button.ui-state-hover,
.ui-widget-content button.ui-state-hover, .ui-widget-header button.ui-state-hover {
	background-color:orange;
	border:1px solid #30318D;
	color:black;
}

.button_big:disabled, .button_big:disabled:hover,
form.disabled #checkButton, form.disabled #checkButton:hover,
.loginRow .loginRowContent input.button_big:disabled,
.loginRow .loginRowContent input.button_big:disabled:hover
 {
	background-color:#aaa;
	border-color:#333;
	color:#000;
}

.loginRow div.loginRowContent input
{
	border: 1px solid #9E9E9E;
	width: 232px;
	/*height: 28px; nie dziala pod IE8 w dol, text klei sie do gory*/
	/*line-height: 28px //forie*/
    font-size: 13px;
	padding: 6px 0px 6px 10px;
	color: #414042;
    font-family: 'Open Sans', sans-serif;
}

div.loginRow.auth-pass div.loginRowContent input {
	font-family: tahoma, arial, helvetica, sans-serif;
}

form.auth-login-form {
	/*ponowne podpiecie wymaga zmniejszenia obrazka do 120x120 ze wzgl. na IE8 */
	/*background-image: url("../images/login.png");
	background-size: 120px 120px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	*/
}

.auth-login-form #content {

}

input,select {
	border: 1px solid #ccc;
	outline: none;
}
textarea {
	border: 1px solid #ccc;
	outline: none;
}
input {
	padding: 2px 0px 2px 2px
}
input::-ms-clear {
    display: none;
}

input:focus,select:focus {
	border: 1px solid black;
}

.field_error
{
	border: 1px solid #E8321F !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

/*	background-image: url("images/background.png"); */
#mainOuter
{
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 960px;
	position:; /*centrowanie*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	border: 1px solid #999;
	display:table;
}


#mainOuter.adm {
	background-image: none;
	width: 1200px;
	background-color: white;
}

#mainWide {

}

/* 	background-image: url("images/header.png"); */
#header
{
	padding-bottom:10px;
	height: 50px;
	width: 960px;
}
#header #systemInfo
{
	font-size: .85em;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: 300;
}

/* ==== parent info ==== */
.parent_info_block {
	border-bottom: 1px solid #CECECE;
	clear: both;
	min-height: 20px;
}
off .parent_info_block br {
	display: none;
	visibility:hidden;
}
.parent_info_block span.info_desc {
/* 	margin-left: 10px; */
	color: #17375d;
}

.parent_info_block .viewer .hdr.h {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	float: left;
}

.parent_info_block .viewer .hdr.h a.hdrtgl {
	float: right !important;
	margin-left: 5px;
	margin-right: 5px;
}
.parent_info_block .viewer .viewer-body table td:first-child {
	margin-left: 10px;
	color: #17375d;
	vertical-align: top;
}
.parent_info_block .viewer-body>table {
	width: initial !important;
	clear: left;
}
.parent_info_block .viewer-body {
	clear: left;
}
.parent_info_block .viewer-body>table tr {
	display:block;
	min-height: 17px;
}
.parent_info_block .viewer-body>table {
	border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 2px;
}

.parent_info_block span.info_value {

}

.parent_info_block, .parent_info_block .info_desc,.vis-date, .vis-time, .vis-type,.tile-grid,.lgrey {
	color:#666;
}

	/*border-bottom:1px solid #999;*/
div.parent_info_block {
	font-size: .9em;
	padding: 4px 0px 2px 4px;
	font-weight: 400;
	color:#666;
	margin-left:15px;
	margin-right:15px;
	width: auto;
	position:relative;
}
div.parent_info_block a {
	text-decoration: none;
}

div.parent_info_block a:hover {
	text-decoration: underline;
}

div.parent_info_block:hover {
	color:black;
}

.info_header {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.parent_info_block .info_header .show-detail1 {
	display: inline-block;
	min-width: 25px;
	height: 17px;
	margin-right: 10px;
	background-image: url('../images/info.gif');
	background-repeat: no-repeat;
	background-position: 8px 0px;
	cursor: pointer;
}

.parent_info_block .viewer-body .title-hlp {
	cursor: help;
}
/* === viewer summary ===> */
.viewer.summary {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.viewer.summary .hdr.h {
	border-color: #CECECE;
	color: #333;
	background-color: #E6E7E8;
	padding-top: 5px;
	min-height: 22px;
}
.viewer.summary .hdr.h a {
	margin-left: 5px;
	text-decoration: none;
}

.viewer.summary .hdr.h a:hover {
	text-decoration: underline;
}
.viewer.summary .h2, .viewer.summary .h, .viewer.summary .hdr {
	text-align:center;
}
.viewer.summary .viewer-body>table {
	background-color: whitesmoke;
}
.viewer.summary .viewer-body>table tr.h2 td, .viewer.summary .hdr.h2 {
	color: #333333;
	background-color: #F0F1F2;
}
.viewer.summary .hdr.h2 a {
	font-size:.9em;
}
.viewer.summary .viewer-body>table td {
	background-color: white;
	vertical-align: top;
}
.viewer.summary .viewer-body>table td:first-child {
	min-width: 250px;
	max-width: 300px;
	width: 300px;
}


/* <===viewer summary === */

#separatorLine
{
	width: 960px;
	height: 1px;
	background-image: url("images/separatorLine.png");
	background-position: center;
	background-repeat: no-repeat;
}
#logoPanel
{
	padding-top: 20px;
	padding-bottom: 30px;
	width: 960px;

    color: #19198D;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;

	position: relative;

	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

/*
#logoPanel
{
	height: 210px;
	width: 960px;

	background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;

	background-position: center;
	background-repeat: no-repeat;
	position: relative;

	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
*/

#logoPanel.slim {
	height: 140px;
	top:-45px;
}

#contentOuter
{
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	margin: 0 auto 0 auto;
	background-color: #F6F6F6;
	width: 670px;
	border: 1px solid #999;
}
#content
{
	width: 670px;
	min-height: 110px;
	margin: 0 auto 0 auto;
	background-image: url("images/content_line.png");
	background-position: left;
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#contentTitle
{
	width: 670px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 600px;
	color: #414042;
}

.peselCell input {
	font-size:1.1em;
}

.peselCell input[type=text] {
	width: 175px;
	letter-spacing:3px;
	text-align:center;
	border: 1px solid #9E9E9E;
	/*height: 28px;*/
	padding: 6px 3px 6px 3px;
    font-family: 'Open Sans', sans-serif;
}

.peselCell {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:440px;
	text-align:center;
	font-size:14px;
}

.peselTitle {
	margin-right:10px;
	margin-top:10px;
}

#checkButtonRow
{
	width: 670px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
#checkButton
{
	margin-left:10px;
	height:33px;
}

#contentFooter
{
	position: relative;
	width: 670px;
	margin: 0 auto 0 auto;
	height:30px;
	background-image: url("images/content_line.png");
	background-position: left;
	background-repeat: repeat-y;
}
#contentFooter .infoBox
{
	width: 500px;
	/*min-height: 125px; */
	position: absolute;
	top: 0px;
	left: -50px;
	background-color: #F6F6F6;
	border: 1px solid #9E9E9E;
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	overflow-y: auto;
	max-height:210px;
	padding-bottom: 10px;
	/*z-index:100;  /*zeby sie dalo kopiowac */
}
#contentFooter .infoBox.valid
{
	background-image: url("images/infoBox_line_green.png");
	background-position: left;
	background-repeat: repeat-y;
}
#contentFooter .infoBox.invalid, #contentFooter .infoBox.error, #contentFooter .infoBox.caution
{
	background-image: url("images/infoBox_line_red.png");
	background-position: left;
	background-repeat: repeat-y;
}

.infoBox #icon {
	width: 100px;
	height: 80px;
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;

}

.infoBox.valid #icon {
	background-image: url("images/valid.png");
}

.infoBox.invalid #icon {
	background-image: url("images/invalid.png");
}

.infoBox.invalid #icon {
	background-image: url("images/invalid.png");
}

.infoBox.caution #icon {
	background-image: url("images/error.png");
	height: 80px;
}

#contentFooter .infoBox .validationInfo
{
	float: left;
	width: 375px;
}
.validationTitle
{
	width: 375px;
	font-size: 14px;
	padding-top: 18px;
	padding-bottom:8px;
	font-weight: 600;
	border-bottom:1px solid #999;
	margin-bottom:3px;
}

.validationSubtitle {
	font-size:0.8em;
}

.cautionSubtitle {
	font-size:0.8em;
	margin-bottom:-4px;
}

.infoBox.valid .validationTitle {
	color:#21a200;
}

.infoBox.invalid .validationTitle, .infoBox.error .validationTitle {
	color:#E8321F;
}

.infoBox.caution .validationTitle, .infoBox.caution .validationTitle {
	color:#E8321F;
}

.validationDetails
{
	width: 375px;
	float: left;
	color: #414042;
	font-size: 13px;
}

.ie7 .validationDetails {
	float: none;
}

.ie7 #contentFooter .infoBox {
	padding-bottom:18px;
}
.ie8 #contentFooter .infoBox {
	padding-bottom:0px;
}

.validationDetails .tc {
	display:inline-block;
	width:130px;
}

#footer
{
	height: 60px;
	width: 960px;
	margin-top: 10px;
}
#mainOuter.adm #footer {
	width: auto;
}
#footer #nfz_logo
{
	float:right;
	background-image: url("images/nfz_logo.png");
	width: 96px;
	height: 36px;
	margin-top:7px;
	margin-right: 20px;
	background-repeat: no-repeat;
}

.red
{
	color: #E8321F;
}
.green
{
	color: #21a200;
}
.italic
{
	font-style: italic;
}
.bold
{
font-weight: 600;
}

.control-error {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}

.control-error .header {
	color: #CC0000;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom:1em;
	padding-top: 1em;
}
.control-error .message {
}

.parse_error {
	font-weight: bold;
	color: #cc0000;
	font-style: italic;
}

.head_confirm, .head_techbreak {
	color: #30318D;
	font-size: 1.6em;
	font-weight:bold;
	padding-bottom:1em;
	text-align:center;
}

.head_techbreak {
	color:#c00;
	font-size:2em;
}

.msg_big {
	font-size:1.6em;
}

.msg {
	font-size:1.1em;
	text-align:center;
	padding:.5em;
}
/*
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
*/


.sysmsg .button_big {
	position:relative;
	top:1em;
}

/*
#Menu {
	width: 100%;
	height: 31px;
}
#Menu #menu10 {
	float: left;
	position: absolute; /* krowofox nie rozumie tutaj float:left */
}
#Menu #menu11 {
	float: right;
}*/

.right-menu {
	text-align:right;
}
.right-menu div {
	float:right;
}

.ewus-msg {
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

div.getconf {
	text-align:right;
	position:relative;
	top:7px;
}

a, a:visited {
	color:#2A6096;
}

a:hover {
	color:orange;
}

table.for-layout {
	border-spacing:0;
	border-collapse:collapse;
	border:0px;
}

table.for-layout td {
	padding:0px;
}


/*
.adm #mainOuter, .adm #header, .adm #footer {
	width:720px;
}
.adm #footer {
	margin-top:30px;
}
.adm #contentOuter, .adm #content, .adm #contentTitle {
	width:470px;
}

.adm #contentOuter {
	box-shadow:none;
}
.adm #contentTitle {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: white;
	background-color: #30318D;
	margin-bottom: 6px;
	font-weight: bold;
}
.adm #contentFooter .infoBox {
	width:500px;
	max-height:150px;
}
.adm input, .adm td {
	font-family: 'Open Sans', sans-serif;
}
.adm input[type=text],input[type=password] {
	width: 167px;
	text-align: left;
	border: 1px solid #9E9E9E;
	padding: 6px 3px 6px 3px;
	letter-spacing:1px;
}
*/

#mainOuter form.auth-message-form {
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.auth-pass-chg input, .auth-pass-chg td {
	font-size:12px;
}
body.popup {
	overflow:hidden;
}
body.loading {
	visibility:hidden;
}
/*body.loading {
	background: #fff url(images/wait.gif) no-repeat 384px 200px;
}*/

.help_bottom {
	width: auto;
	margin-left : 2px;
	margin-right : 2px;
	padding: 10px;
    background-color: #fefde2;
}


.help_header {
    font-weight: bold;
    font-size: 10pt;
    color: navy;
    font-family: verdana, arial, helvetica, sans-serif
}

.help_link:link {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #880101
}

.help_link:active {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #003399
}

.help_link:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #880101
}

.help_link:hover {
    text-decoration: underline;
    color: #003399
}

.help_subject {
    font-size: 10pt;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000000
}

.help_desc {
    text-decoration: none;
    color: #000000;
    font-size: 9pt;
    font-family: verdana, arial, helvetica, sans-serif
}

.help_toc {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #003399
}

.help_print {

}

.h5 {
    font-weight: bold;
    font-size: 8pt;
}

.h4 {
    font-weight: bold;
    font-size: 13pt;
}

.h3 {
    font-weight: bold;
    font-size: 16pt;
}

#_APP_ select {
	height: 23px;
	margin-left: 2px;
	min-width: 184px;
	vertical-align: top;
	padding: 2px;
}

#_APP_ input {
	height: 18px;
	margin-left: 2px;
}

#_APP_ input[type=image] 
{
	height: auto;
	border: none;
}

#_APP_ th.h, #_APP_ th.e {
	font-size: 12px;
}

/* .Dic */
.DicFldBlock img.DicImg, a.DicIconOpen img.DicImg {
	cursor: pointer;
}
#_APP_ div.FloatPanel {
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	border: 1px solid #999;
	/* z-index: 1000 !important; */
}

#_APP_ div.FloatPanel table.DicWindowBar {
}

/* variant serarch set */
div..ctrl-variant-search-set input[type="text"] {
	width: 410px;
	margin-bottom: 2px;
}
div.ctrl-variant-search-set hr
{
	display: ;
	border: none;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
}

div.ctrl-variant-search-set {
	display: inline-block;
}

/* .Dic */
/* .datepicker */
.FldBlock img.fld-dic-img {
	cursor: pointer;
}
#_APP_ .datepicker input[type=button]:hover {
	background-color:orange;
	border-color:#30318D;
	color:black;
}

#_APP_ .datepicker input[type=button] {
	color: white;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
	min-width: inherit;
}

.datepicker input[type=button] {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 2px;
	box-shadow: initial;
}
#_APP_ .datepicker input[type=button].butf.but1[value=""] {
	background-color: white;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#_APP_ table.datepicker {
	position: relative;
}
#_APP_ .datepicker input {
	margin-left: 2px;
	float: left;
}

#_APP_ .datepicker input.butf{
	box-shadow:none;
	color:black;
	background-color:#E6E7E8;
	border:1px solid #bbb;
	color:#333;
}

#_APP_ .datepicker input.butf.today {
	color:black;
	background-color:#FF8B8B !important;
}

#_APP_ .datepicker input.butf:hover {
	border:1px solid #999;
}
#_APP_ .datepicker input.butf.today:hover {
	background-color: #ff7171 !important;
}

#_APP_ .datepicker .day-hdr {
	height:15px;
	background-color:#b5c9e8;
	color:black;
	font-size:9pt;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

#_APP_ .datepicker .day-hdr.holy {
	background-color:#FF8B8B;
}
.datepicker td[colspan="3"] table {
	margin-top: 4px;
}
.datepicker td[colspan="3"] table td,.datepicker td[colspan="3"] table th {
	width: 40px;
}
.datepicker input.butf.but2 {
	width: 125px;
}
.datepicker input.butf.but3 {
	width: 209px;
}
.datepicker input.butf.but4 {
	width: 209px;
}

.datepicker input[type=button].butf.but3 {
	border: none;
}

/*
.datepicker .butf {
	color: white;
}
*/
.datepicker td,.datepicker td.butf {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
.datepicker td {
	font-size: 0px;
}
.datepicker th {
	font-size: 8pt;
	font-weight: bold;
}
.datepicker input.but1 {
	width: 40px;
	height: 24px;
}

.datepicker span.FldBlock {
	display: inline-block;
	position: relative;
	width: 130px;
}

.datepicker span.FldBlock img.fld-dic-img {
	position: absolute;
	right: 21px;
	top: 2px;
}
.datepicker span.FldBlock img.parse_error_icon {
	position: absolute;
	right: 4px;
	top: 1px;
}

.FldBlock input.fld-date {
	width: 80px;
	padding-left: 4px;
	padding-right: 4px;
}
/* .datepicker */


/* radius */
/*
input[type=submit], input[type=button] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#_APP_ .datepicker input[type=button] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#_APP_ div.FloatPanel {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#_APP_ div.FloatPanel table.DicWindowBar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
*/

/* forms */
div.control {
	display: inline-block;
	margin: 1px;
	min-width: 350px;
	float: left;
}
div.label, div.fld {
	display: inline-block;
	float: left;
	vertical-align: middle;
}

div.label {
	min-width: 130px;
	text-align: left;
}

form.filters, div.filters-result {
	margin: 5px;
}

div.filters-result table.table-dynamic, .hiddenContainer table.table-dynamic {
	border-spacing: 1px;
	border-collapse: separate;
}
div.filters-result table.table-dynamic>tbody>tr.header>th, .hiddenContainer table.table-dynamic>tbody>tr.header>th {
	border: 1px solid #cecece;
}

div.filters-result table.table-dynamic>tbody>tr.data:hover td {
	background-image: url("../images/s1.png");
}

div.filters-result table.table-dynamic tr.data.odd>td {
	background-color: whitesmoke;
}

/* 1px solid #cecece; */
div.filters-result table.table-dynamic td {
	background-color: white;
}

table td.tab2-nav {
	background-color: inherit;
}

.hiddenContainer div.filters-result {
	margin-right: 10px;
}

table.table-dynamic table.viewer {

}
table.table-dynamic table.viewer span.info_desc, .oldtable span[title].info_desc {
	margin-right: 2px;
}

/* viewer w tabelce dynamicznej */
table.table-dynamic table.viewer .hdr.h {
	color: #003399;
}

table.table-dynamic table.viewer .viewer-body table tr {
	display: block;
}

table.table-dynamic table.viewer .viewer-body>table {
	border-spacing: 0px;
	border-collapse: separate;
	margin-bottom: 2px;
}

table.table-dynamic table.viewer .viewer-body table td:first-child {
	color: #003399;
	padding-left: 10px;
	vertical-align: top;
}

table.table-dynamic table.viewer .viewer-body table td span {
	color: black;
}
table.table-dynamic table.viewer .viewer-body table td span.info_desc {
	color: #003399;
}


table.table-dynamic td.tnavRowSel:first-child, table.table-dynamic tr.data.last-visited>td:first-child, table.oddTable tr.data.last-visited>td:first-child  {
	border-left: 3px solid orange;
}

form.filters {
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}

form.wizard {
	margin: 5px;
}

.wiz-msg-header {
	text-align:center;
	font-size:11pt;
}
.wiz-msg {
	text-align: center;
	font-size: 11pt;
	margin: 10px 10px 20px;
}
.wiz-msg .bordered-msg {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

form.wizard div.wiz-navigator, div.wiz-navigator {
	text-align: center;
	margin-top: 20px;
}
.hiddenContainer .table-dynamic td {

}
.hiddenContainer .table-dynamic tr.data td {
	cursor: pointer;
}

/*
	background-color: #E6E7E8;
*/
.hiddenContainer .table-dynamic td {
	background-color: white;
}
.hiddenContainer .table-dynamic td.hover, .hiddenContainer .table-dynamic td.hover td {
	/* background-color: orange; */
	background-image: url("../images/s1.png");
	/* box-shadow: 2px 4px 5px gray; */
	/* -moz-box-shadow: 2px 4px 5px gray; */
	/* -webkit-box-shadow: 2px 4px 5px gray; */
}
.hiddenContainer .table-dynamic td.hover td  {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.hiddenContainer .table-dynamic td.dic-cell1 {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
.hiddenContainer .table-dynamic td.dic-cell1.hover {
	border-top: solid 1px #30318D;
	border-bottom: solid 1px #30318D;

}

/* table */

.filters .table-cell {
	vertical-align:middle;
	padding-top: 2px;
	padding-right:.5em;
	min-width: 200px;
}

.table {
	display:table;
}
.table-cell {
	display:table-cell;
}

.table.vmiddle .table-cell {
	vertical-align:middle;
}

.table.vtop .table-cell {
	vertical-align:top;
}

.table-row {
	display:table-row;
}


.panel.wizard form.wizard .table-cell {
	padding-top: 2px;
}

/* panel */
.panel {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.panel .menu>div {

}
.panel .menu.pic {
	margin-top: 5px;
}
.panel .menu.button {
	float: right;
	overflow: hidden;
	margin-right: 10px;
}
.panel .menu.button + div, .panel .menu.button + form {
	clear: both;
}
.panel .menu.button>table {
	display: inline-table;
}

.panel .header {
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
    font-size: 13pt;
    text-align: center;
}


/* grid */
.kgrid {
  width:100%;
}
.kgwrapper table td[bgcolor="#ffffff"] {
	background-color: inherit;
}

.classic-grid {
	background-color: whitesmoke;
}

.classic-grid td {
	text-align: left;
	vertical-align: top;
	background-color: white;
	padding: 2px;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}

.classic-grid th, tr.h td {
	padding: 0.2em;
}

/*
.e {
	color: white;
	background-color: #ff8080;
	text-align:center;
}


.sort {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.sort:hover {
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none
}

*/

/*
.classic-grid tr.odd td {
	background-color: ghostwhite;
}
*/

.classic-grid-msg {
	padding: 1.5em;
	font-size: 1.2em;
	text-align: center;
}

/**
.kgrid .last-visited td {
	background-color:#FEFDE2 !important;
}
**/

.kgrid .fixme td {
	background-color:#fee !important;
}

.kgwrapper {
	overflow-x: auto;
}

.classic-grid tr.tree-0 td, .viewer tr.tree-0 td {
	background-color:white;
}
.classic-grid tr.tree-1 td, .viewer tr.tree-1 td {
	background-color:#f8f8fe;
}
.classic-grid tr.tree-2 td, .viewer tr.tree-2 td {
	background-color:#f3f2f9;
}
/* grid */

/*
jquery-ui
*/
body .ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: verdana, arial, helvetica, sans-serif;
}
.ui-button-text-only .ui-button-text {
	padding: 0px;
}

.ui-button-text-only span.ui-button-text {
	padding: 0px;
}

div.ui-widget-header {
	background-color: #B5C9E8;
	background-image: none;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

body .ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header
{
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.ui-dialog span.ui-dialog-title {
	margin: 0px;
	padding-top: 4px;
}

.ui-dialog.ui-widget-content {
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	border: 1px solid #999;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.ui-widget-header span.ui-icon {
	background-image: none;
}

/* wersja dla jqui 1.10
.ui-widget-header button.ui-dialog-titlebar-close, .ui-widget-header button.ui-dialog-titlebar-close.ui-state-hover {
	width: 12px;
	height: 12px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/winico.gif);
	background-position: -60px 0;
	background-repeat: no-repeat;
	margin-top: -5px;
	border: 0px;
	min-width:0;
	background-color:none;
	box-shadow:none;
}
.ui-widget-header button.ui-dialog-titlebar-close.ui-state-hover {
	background-position: -60px -12px;
}*/

.ui-widget-header a.ui-dialog-titlebar-close, .ui-widget-header a.ui-dialog-titlebar-close.ui-state-hover {
	width: 12px;
	height: 12px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/winico.gif);
	background-position: -60px 0;
	background-repeat: no-repeat;
	margin-top: -5px;
	border: 0px;
}
.ui-widget-header a.ui-dialog-titlebar-close.ui-state-hover {
	background-position: -60px -12px;
}

.adm #header {
	background-image: none;
	height:28px;
}

.user #header {
	height: 4.5rem;
}

#header #systemInfo
{
	padding: 5px 0px 5px 16px;
}

#systemInfo div {
	float: left;
}

.mainTitleUsr {
    height: 120px;
    overflow:hidden;
}
.mainTitleAdm {
    height: 152px;
    overflow:hidden;
}

.uinfo {
	padding-left: 20px;
	background-image: url('images/user.png');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	border-left: 1px solid #aaa;
	margin-left: 4px;
}
.user_login_info {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	display:block;
}
.error_login_info,.correct_login_info {
	font-size: 10px;
	line-height:10px;
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
	display:block;
}
.system_info, .wersja_info{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#30318D;
	display:block;
}

.wersja_info {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height:10px;
}

.info-box.warn, .info-box {
	color:black;
	padding:4px;
}
.info-box img {
	margin-right:4px;
}

.hidden {
	display:none;
}

div.info-box, div.success-box, div.warn-box, div.error-box, div.valid-box{
	margin-top: 4px;  
	margin-bottom: 4px;
	border-radius: 3px;
	padding: 9px 9px 9px 41px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 22px 22px;
}

div.info-box {
	color: #0C435F;
	background-color: #E0EAEF;
	border: 1px solid #8EB0CF;
	background-image: url('../images/info.png');
}

div.info-box li {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 8pt;
}

div.success-box  {
	color: #233F04;
	background-color: #e4efd1;
	border: 1px solid #9DBF77;
	background-image: url('../images/valid_green.png');
}

div.warn-box  {
	color: #4F3000;
	background-color: #fff5cf;
	border: 1px solid #CFB181;
	background-image: url('../images/attention.png');
}

div.error-box  {
	color: #3F0000 ;
	background-color: #F7CDCD;
	border: 1px solid #DF8B94;
	background-image: url('../images/cancel.png');
}

div.valid-box  {
	color: #3F0000 ;
	background-color: #F7CDCD;
	border: 1px solid #DF8B94;
	background-image: url('../images/valid_red.png');
} 

.italic_gray {
	font-style: italic;
	color: gray;
}


fieldset.wizPanel {
	background-color: #D9EDF7;
	background: -moz-linear-gradient(top, #D9EDF7, #E4F6FE);
	background: -webkit-linear-gradient(top, #D9EDF7,#E4F6FE);
	background: linear-gradient(to bottom, #D9EDF7,#E4F6FE);
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
/* 	margin-bottom: 20px; */
	border-radius: 2px;
	border: 1px solid #ccdde5;
	color: #14465d;
/* 	padding-top: 10px; */
}

.legend_desc {
	color: #14465d;
	position: relative;
	font-weight: bold;
	top: 29px;
	left: 66px;
}



fieldset.wizPanel legend .legend_ico  {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	margin-left: 7px;
	margin-top: 6px;
	margin-right: 4px;
}


.legend{
	background-color: #fff;
	border-radius: 27px;
	border: 2px solid #ccdde5;
	height: 43px;
	width: 43px;
}

#_EVENT_ input {
    height: initial;
    margin-left: initial;
    font-size: 13px;
}