/* definicja dla wszystkich tabel*/
:root {
  --color-integro-blue: #2274BD;
  --color-integro-blue-highlight: #87b1d6;
  --color-integro-border: #AAA;
  --color-integro-border-light: #DDD;
  --color-integro-gray-highlight: #DDD;
  --color-integro-white: #FFF;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
HTML {
	font-family: "Open-Sans","Arial","Helvetica","FreeSans",sans-serif;	
}

BODY {
	background-color:#EEEEEE;
	font-family: "Open Sans","Arial","Helvetica","FreeSans",sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px ;
}

H1 {
	font-size: 24px;
}

H2 {
	font-size: 18px;
}

H3 {
	font-size: 16px;
	padding: 2px 6px 2px 6px;
	margin: 3px 2px 6px 2px;
}
.text_block p {
	padding: 2px 6px 2px 6px;
	margin: 3px 2px 6px 2px;
}
A img {
	border: 0px none;
}
form {
	padding: 2px 6px 2px 6px;
}
select, button, input, textarea {
	padding: 2px 3px 2px 3px;
	background-color: white;
	color: #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAA;
    outline:none;
}
input[readonly] {
	background-color: #F4F4F4;
}
.decimal_field[readonly] {
	background-color: #F4F4F4;
}
textarea[readonly] {
	background-color: #F4F4F4 !important;
}
select {
	max-width: 900px;
}
select:disabled, button:disabled, input:disabled, textarea:disabled {
	background-color: #EEEEEE;
}
.form-cbox-checked, .form-cbox-unchecked {
	color: black;
}	
.form-cbox-unchecked {
	opacity: 0.2;
}
.form-cbox-unchecked {
	margin-right: 7px !important;
}


a {
	color: #044b8a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#head {
	width:100%;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	border-spacing: 0px;
	border-collapse: collapse;
}

#main {
	width:100%;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	border-spacing: 0px;
	border-collapse: collapse;
}

#logo {
	height: 36px;
	text-align: center;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0px none;
	background-color: #2274bd;
}

#logo img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#bar {
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
}

#toplist {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: #2274bd;
}

ul#toplist li { display: inline; }
 
ul#toplist li a {
float: right;
/*width: 5em;*/
color: #fff;
padding: 0.2em 1em;
text-decoration: none;
border-left: 1px solid #fff;
}

ul#toplist li a:hover {
background-color: #044b8a;
color: #fff;
}
ul.flchooser {
	font-size: 12px;
	width: auto;
	padding: 2px 10px 2px 10px;
	list-style-type: none;
}
ul.flchooser li {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #DDD;
}
ul.flchooser li:before {
	content: "\f096\0020";
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-right: 3px;
	color: #9e00ff;
}
#title {
	width: 100%;
	min-width: 100%;
	border-bottom: 1px solid  #000000;
	border-top: 1px solid  #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#title h1 {
	margin: 2px 2px 2px 2px;
}


#menu {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	text-align: left;
	vertical-align: top;
	border:0px none;
	font-size: 10px;
	padding-top: 6px;
}

#menu h2 {
	font-size:12px;
	margin:10px 1px 10px 1px;
}

.menulist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	width: 150px;
	height:100%;
	color: #fff;
	background: transparent;
}

ul.menulist li { 
	display: inline;
	line-height: 1.5em;
}
 
ul.menulist li a {
	float: left;
	clear: left;
	width: 140px;
	color: #fff;
	background-color: #2274bd;
	/*padding: 0.2em 1em;*/
	padding: 6px 2px 6px 2px;
	text-decoration: none;
	/* border-bottom: 1px solid #fff; */
	margin: 2px 3px 2px 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
ul.menulist li.menu_urgent a {
	background-color: #f07407;
}
ul.menulist li.menu_urgent a:hover {
    background-color: #ff963b;
}
ul.menulist li a:hover {
background-color: #87b1d6;
color: #fff;
}
ul.menulist li a.menu_separator {
	background: transparent;
	font-size: 1px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	box-shadow: none;
}

#rightmenu {
	margin: 0px 0px 0px 0px;
	width: 130px;
	min-width: 130px;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border-left:1px solid  black;
	border-top: 0px none;
	border-right: 0px none;	
	border-bottom: 0px none;
}


.rframe {
	width: 150px;
	min-width: 150px;
	height:200px;
	border:0px none ;
	background-color: transparent;
}


#view {
	width: 100%;
	border: 0px none;
	vertical-align: top;
}
div.view_footer {
	padding: 3px 5px 10px 5px;
}

#footer {
	border-bottom: 1px solid  #000000;
	border-top: 1px solid  #000000;
}

#messages {
	background-color: transparent;
}
.urgent {
	border: 3px solid #AAAAAA;
	background-color: white;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../img/ajax-error_sm.png");
	background-position: 30px 20px;
	background-repeat: no-repeat;
	min-height: 100px;
	text-align: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	margin: 40px auto 20px auto;
	padding: 5px 10px 5px 100px;
	min-height: 30px;
}
.urgent_old {
	border: 3px solid #AAA;
	background-color: white;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.urgent h2 {
	padding: 0px 0px 0px 0px;
}

.notice, .notice_frame, #infodiv{
	border: 3px solid #AAAAAA;
	background-color: white;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.notice_frame {
	background-color: white;
	min-height: 100px;
	text-align: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	margin: 40px auto 20px auto;
	padding: 15px 10px 20px 30px;
	min-height: 30px;
	width: 70%;
}

.newNoticeContainer {
	padding: 0;
	display: flex;
	background: transparent;
	min-height: 100px;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 40px auto 20px auto;
	min-height: 30px;
	width: 70%;
}

.newNoticeIconContainer {
	background-color: #2274bd;
	width: 60px;
	padding: 15px 10px 5px 10px;
	color: white;
	font-family: FontAwesome;
	font-size: 50px;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	border: 2px solid #2274bd;
	display: table-cell;
	vertical-align: center;
	min-height: 60px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);	
}

.newNoticeIconContainer .error {
	color: white;
}

.newNoticeContent h1 {
	font-size: 16pt;
	margin: 0;
}

.newNoticeContent {
	background-color: white;
	margin: 0;
	flex: 1;
	border-radius: 0px 10px 10px 0px;
	border: 2px solid #2274bd;
	padding: 15px 10px 20px 30px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);	
}

.newNoticeDebugInfo {
	color: #888;
	font-size: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.newBlockContainer,
.newBigBlockContainer,
.newSmallBlockContainer
{
	padding: 0;
	max-width: 100%;
	display: flex;
	background: transparent;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px auto 10px auto;
	min-height: 30px;
}
.newSmallBlockContainer {
	min-height: 1em;
}

.newBigBlockContainer{
	max-width: 95%;
}
.newBlockIconContainer,
.newBigBlockIconContainer,
.newSmallBlockIconContainer
{
	background-color: #2274bd;
	width: 15px;
	padding: 15px 10px 5px 10px;
	color: white;
	font-size: 16px;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	border: 1.5px solid #2274bd;
	display: table-cell;
	vertical-align: center;
	min-height: 60px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);	
}
.newBigBlockIconContainer {
	width: 60px;
	font-size: 50px;
}
.newSmallBlockIconContainer {
	min-height: 1em;
	padding: 5px 10px 7px 10px;
}
.newBigBlockContent h1 {
	font-size: 24px;
	margin: 0;
}
.newBlockContent h1 {
	font-size: 20px;
	margin: 0;
}
.newSmallBlockContent h1 {
	font-size: 16px;
	margin: 0;
	display: inline-block;
	min-width: 16em;
}


.newBlockContent,
.newBigBlockContent,
.newSmallBlockContent
{
	background-color: white;
	margin: 0;
	flex: 1;
	border-radius: 0px 10px 10px 0px;
	border: 1.5px solid #2274bd;
	padding: 15px 10px 20px 30px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);	
}
.newSmallBlockContent {
	padding: 5px 5px 5px 10px;
	border: 1.3px solid #2274bd;
}

.notice {
	background-image: url("../img/notice_i.png");
	background-position: 40px center;
	background-repeat: no-repeat;
	min-height: 100px;
	text-align: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	margin: 40px auto 20px auto;
	padding: 5px 10px 5px 140px;
	min-height: 30px;
}
.notice p, .notice h1, .notice h2, .notice a {
}
#infodiv {
	font-size: 140%;
}

.notice h2 {
	padding: 0px 0px 0px 0px;
}

.wybor_formularza_uwagi {
	color: #A00;
}

.wybor_formularza_wyrozniony_czerwony, .wybor_formularza_wyrozniony_czerwony a {
	color: #A00;
}

.simple_notice {
	background-image: none;
	width: auto;
	max-width: 80%;
}
.simple_notice p, .simple_notice h1, .simple_notice h2, .simple_notice a {
}

.oneline_info, .oneline_title {
    border: 0px none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 2px 5px 5px 2px;
    padding: 5px 12px 5px 30px;
    text-indent: -10px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    background-color: #2274BD;
}
.oneline_info a, .oneline_title a {
	color: white;
    text-decoration: underline;
    padding-left: 6px;
}
.oneline_info .oi_title, .oneline_title .oi_title {
	font-weight: bold;
}
.oneline_info .oi_message {
	padding-left: 6px;
}
.oneline_title {
	font-size: 14px;
    margin: 15px 15px 12px 5px;
    padding: 5px 12px 5px 30px;
    background-color: #FFFFFF;
    color: #2274BD;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.17);
}
.inline_info_title {
	border: 1px solid #EEEEEE;
}
.inline_info_title .oi_title {
	font-weight: normal;
}
.oneline_title.inline_section_title {
	background-color: #2274bd;
	color: white;
}
.urgent_info {
	background-color: #f07407;
}
.critical_info {
	background-color: #e30712;
}
.centered {
	text-align: center;
}
.narrow {
	width: 40%;
}
.errormessage {
	border: 3px solid #AAAAAA;
	background-color: white;
	margin: 40px auto 20px auto;
	background-image: url("../img/ajax-error_sm.png");
	background-position: 10% 30%;
	background-repeat: no-repeat;
	min-height: 100px;
	text-align: left;
	width: 40%;
	padding: 0px 0px 10px 0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	padding: 5px 10px 5px 140px;
	min-height: 30px;
}

.errormessage p, .errormessage h1, .errormessage h2, .errormessage a {
}
.errormessage h1 {
	padding: 0px 0px 0px 0px;
}
.confirmation_info {
    border: 0px none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    background-color: #2274BD;
}
.confirmation_info h1 {
	text-align: center;
}

#datediv {
	position: absolute;
	background-color: white;
}

ul.chooser {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: transparent;
}

ul.chooser li { 
	display: inline; 
}
 
ul.chooser li a {
	float: left;
/*	width: 5em;*/
	color: #000;
	background-color: white;
	margin: 1px 3px 1px 3px;
	padding: 2px 5px 2px 5px;
	background-color: white;
	color: #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAA;
    outline:none;
}

ul.chooser li a:hover {
background-color: #CCC;
}

ul.chooser li div {
float: left;
/*width: 5em;*/
	text-decoration: none;
	background: transparent;
	margin: 1px 3px 1px 3px;
	padding: 2px 5px 2px 5px;
	color: #555;

}

#bank_details {
	border: 3px solid #AAAAAA;
	background-color: white;
	margin: 20px auto 20px auto;
	background-repeat: no-repeat;
	min-height: 100px;
	text-align: left;
	width: 90%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	padding: 10px 10px 10px 10px;
	min-height: 30px;
}

.if_hint{
	position: absolute;
	border: 3px solid #AAAAAA;
	background-color: white;
	width: 40%;
	visibility: hidden;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
}

.if_hint_err{
	position: absolute;
	border: 3px solid red;
	background-color: white;
	width: 40%;
	visibility: hidden;
}

.if_disp{
	/*background-color: red;*/
	cursor: default;
}

#zlecdetail_top_buttons_container{
	text-align: center;
}
#zlecdetail_top_buttons_footer {
	clear: both;
}
#zlecdetail_top_buttons_container ul {
	padding: 0px;
}
#zlecdetail_top_buttons_container ul li {
	display: block;
	float: left;
}
#zlecdetail_top_buttons_container ul li a {
	display: block;
	padding: 10px;
	margin: 2px 4px 2px 4px;
	max-width: 200px;
	min-height: 2.5em;
	vertical-align: center;
	background-color: #DDD;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #EEEEEE;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#zlecdetail_top_buttons_container ul li a:hover {
	background-color: #EEE;
	border: 1px solid #DDD;
	margin: 3px 5px 1px 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

div #wymagania {
	padding: 2px 10px 3px 5px;
}
table.wymagania {
	margin-right: 0px;
	border-bottom: 1px solid #DDDDDD;
}
table.wymagania:hover {
	background-color: #F2F2F2;
}
#wymagania_content {
	display: none;
	background-color: white;
	margin-top: 5px;
	padding: 5px 2px 5px 2px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wymagania_przyczyna {
	font-size: 80%;
}
.wymagania_stan {
	font-size: 80%;
}
.wymagania_buttons {
	vertical-align: center;
	white-space: nowrap;
}
.wymagania_separator_border {
	border-left: 1px solid #DDDDDD;
}
#zgloszone_bledy {
	display: none;
}
#statusy_wychodzace {
	display: none;
}
#statusy_przychodzace {
	display: none;
}
#oferty_powiazane {
	display: none;
}
#zlecenia_powiazane {
	display: none;	
}
#reklamacje_powiazane {
	display: none;	
}
#zlecenia_powiazane_reklamacji {
	display: none;	
}
#aktualizacje_powiazane {
	display: none;	
}
#zlecenia_powiazane_aktualizacji {
	display: none;	
}
#zlecenia_powiazane_przed_zmiana {
	display: none;	
}
#zlecenia_powiazane_zmieniajace {
	display: none;	
}


.buttons_row {
	padding: 2px 6px 3px 6px;
}
.zlecdetail_title {
	display: inline;
}
.infocwm{
	padding-left: 6px;
	font-weight: normal;
}
.intrange {
	diplay: block;
	float: right;
	position: relative;
	right: 3px;
	text-align: right;
}
.weak {
	opacity: 0.3;
}
.strong {
	font-weight: bold;
}
.nobr {
	white-space:nowrap;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.wide {
	width: 100%;
}
span.newpasswordgen {
	display: block;
	font-size: 14pt;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 2px solid #DDD;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.paramstab {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	margin: 20px auto 20px auto;
}
.paramstab .paramstab_param {
	border-bottom: 1px dotted #CCC;
	text-align: right;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
}
.paramstab .paramstab_value {
	border-bottom: 1px dotted #CCC;
	padding: 2px 10px 2px 5px;
}
.paramstab .paramstab_footer {
	text-align: center;
}
.float_form td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px dotted #AAA;
}
.float_form_row {
	
}
.float_form_item {
	
}
.error {
	color: red;
}
.inline_error{
	color: red;
}
.red {
	color: red;
}
.orange {
	color: orange;
}
.green {
	color: green;
}
.gray {
	color: #777777;
}
.form_number {
	text-align: right;
}
span.fixed_width_block_20em {
	display: inline-block;
	min-width: 20em;
	text-indent: 0;
}
span.fixed_width_block_15em {
	display: inline-block;
	min-width: 20em;
	text-indent: 0;
}
span.fixed_width_block_10em {
	display: inline-block;
	min-width: 10em;
	text-indent: 0;
}
.span_red, .span_orange, .span_green {
	padding: 1px 3px 1px 3px;
	border-radius: 3px;
	color: white;
}
.span_red {
	background-color: #e30712;
}
.span_green {
	background-color: #47c942;
}
.span_orange {
	background-color: #f07407;
}
span.hover_info {
	font-weight: bold;
	color: #044B8A;
	cursor: pointer;
	
}
.hover_info_box {
	display: none;
	position: absolute;
	z-index: 99999999;
	display: none;
	background-color: white;
	margin-top: 5px;
	padding: 15px 10px 15px 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.required_field_mark, .fa.required_field_mark, .optional_field_mark, .fa.optional_field_mark, .forbidden_field_mark {
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
	font-size: 6pt;
	vertical-align:top; 
	color: black;
	cursor: help;
}
.forbidden_field_mark {
	color: #AA0000;
	font-size: 8pt;
}
.optional_field_mark, .fa.optional_field_mark, .forbidden_field_mark, .fa.forbidden_field_mark {
	display: none;
}
.legacy_mark {
	display: none;
	*display: inline;
	font-size: 10pt;
}
.autoHiddenRow {
	opacity: 0.2;
	display: none !important; 
}
.contextHiddenRow {
	opacity: 0.2;
	display: none !important; 
}
.ajax_multiselect_field {
	width: 350px;
}

.fix .chosen-container {
    width: 350px !important;
}

table.form_nieruchomosc .ajax_multiselect_field, table.form_nieruchomosc .chosen-container-single  {
	width: 220px;
	max-width: 220px;
	width: 220px !important;
}
.form_nieruchomosc_header h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.wysylki_wersji_papierowych_filter {
	margin-bottom: 5px;
	padding: 4px 3px 4px 3px;
}
.bt_buttons {
	white-space: nowrap;
}
.bt_buttons a {
	font-size: 8pt;
	height: 1.1em;
	line-height: 1.1em;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.progress_container {
	display: none;
	position: absolute;
	margin-top: -50px;
	width: 50%;
	padding: 10px 20px;
	left: 25%;
	text-align: center;
	background-color: white;
	border: 1px solid #AAA;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.progress_error_container {
	display: none;
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 10px 20px;
	left: 25%;
	text-align: center;
	background-color: red;
	color: white;
	border: 0px none;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.progress_notice_container {
	display: none;
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 10px 20px;
	left: 25%;
	text-align: center;
	background-color: #2274bd;
	color: white;
	border: 0px none;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.progress_result_container {
	display: none;
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 10px 20px;
	left: 25%;
	text-align: center;
	background-color: #EEE;
	color: black;
	border: 0px none;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.no-close .ui-dialog-titlebar-close {
	display: none 
}
.version_info {
	float: right;
	opacity: 0.5;
	font-size: 70%;
	font-weight: 100;
	padding: 2px 5px;
	vertical-align: bottom;
}
/* date popup */
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#6677DD;
			text-align: center;
			vertical-align: middle;
			text-decoration: none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width: 0px 0px 1px 0px;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1px;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1px;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width: 1px 0px 0px 0px;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #6677DD;
			}



