/* PL=INT */
/* -------------------- Basic HTML tags -------------------- */

body {
	font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444444;
	background-color: #f6f6f6;
	margin-bottom:20px;
	}

a:focus {
	outline: 1px dotted invert;
	}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	}


h1 {
	font-size: 30px;
	letter-spacing: -1.5px;
	}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 14px;
	}

h5 {
	font-size: 12px;
	}

h6 {
	font-size: 10px;
	}

ol {
	list-style: decimal;
	list-style-position: inside;
}

ul.bullets {
	list-style: disc;
	list-style-position: inside;
	}

ul.bullets li {
	margin-left: 20px;
	margin-bottom: 5px;
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	/* margin-bottom: 15px; */
	margin-bottom: 5px;
	}

a, 
a:visited { 
	color:#0063be; text-decoration: none; 
	}

a:hover, a:active { 
	text-decoration: underline; 
	}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited { 
	color: #444444; 
	}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active { 
	color:#0063be; 
	}




/* --------------------  Custom general classes -------------------- */

.align-left    { text-align: left; }
	
.align-right   { text-align: right; }
	
.align-center  { text-align: center; }
	
.align-justify { text-align: justify; }
	
.float-left    { float: left; }
	
.float-right   { float: right; }

.bottom-spacing { margin-bottom: 20px; }




/* -------------------- Page elements -------------------- */



#header { 
	margin-bottom: 20px; 
	}

#header-status {
	background: #000000; 
	padding: 0; 
	color: #aaaaaa;
	height:5px;
	}
	
#text-invitation {
	display: block; 
	float: left; 
	padding: 9px 0 11px 0;
	}

#message-notification {
	display: block; 
	float: left; 
	background: url(../../images/mail-q-bg.jpg) top left no-repeat; 
	color: #6dc6e7; 
	padding: 9px 0 11px 0; 
	text-decoration: none; 
	margin-left: 10px;
	}
	
#message-notification span { 
	color: #444444; 
	margin-right: 15px; 
	text-align: center; 
	display: block; 
	float: left; 
	width: 32px; 
	}
	
#message-notification a:hover, 
#message-notification a:active { 
	color: #ffffff; 
	}
	
a#logout, 
a#logout:visited { 
	display: block; 
	float: right; 
	background: url(../../images/icon-logout.gif) center right no-repeat; 
	color: #6dc6e7; 
	padding: 9px 20px 11px 0px; 
	text-decoration: none;
	
	display:none;
}
	
a#logout:hover, 
a#logout:active { 
	color: #ffffff; 
	
	display:none;
	}
	
#header-main { 
	background: #005195 url(../../images/header-bg.jpg) repeat-x top left;
	/* height: 94px; */
	height:120px;
	}
	
#header-main #logo { 
	background: url(../../images/logo.png) no-repeat left; 
	width: 100%; 
	/* height: 70px; */
	height:70px;
	}
	
#subnav {
	background: #ffffff url(../../images/submenu-bg.gif) repeat-x bottom left;
		/* height: 48px; */
		height:20px;
	}
	
#subnav ul { 
	list-style: none;
	margin: 0;
	padding: 0;

	}
	
#subnav ul li { 
	float: left; 
	margin: 0 18px 0 0; 
	padding: 0;
	}
	
#subnav ul a, 
#subnav ul a:visited { 
	display:block;
	float: left;
	color:#0063be; 
	font-size: 14px; 
	padding: 9px 0 0 0;
	text-decoration: none; 
	}
	
#subnav ul a:hover, 
#subnav ul a:active { 
	text-decoration: underline; 
	}

#footer {
	padding: 0; 
	color: #aaaaaa; 
	padding: 12px 0 15px 0; 
	margin-top: 30px; 
	border-top: 1px solid #cccccc;
	}



/* -------------------- Nav tabs (sliding door technique) -------------------- */


ul#nav { 
	float: left; 
	/* margin-top: 60px; */
	margin-top:84px;
	list-style: none; 
	font-size:14px; 
	margin-bottom: 0;
	
	}

ul#nav li {
	background:transparent url(../../images/tab-left.gif) no-repeat scroll left top;
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 9px;
	}

ul#nav li a, ul#nav li a:visited {
	background:transparent url(../../images/tab-right.gif) no-repeat scroll right top;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	float:left;
	padding:7px 15px 6px 6px;
	text-decoration:none;
	}

ul#nav li a:hover {
	padding:8px 15px 5px 6px;
	}

ul#nav li#current { /* give the id="current" to the currently selected tab */
	background:transparent url(../../images/tab-active-left.gif) no-repeat scroll left top;
	}

ul#nav li#current a {
	background:transparent url(../../images/tab-active-right.gif) no-repeat scroll right top;
	color:#444444;
	}

	
ul#nav li .m_symbol
{
	float: right;
}

ul#nav li.red_mode
{
	background: url("../../images/tab-left-red.gif") no-repeat scroll left top transparent !important;
}

ul#nav li.red_mode a
{
	background: url("../../images/tab-right-red.gif") no-repeat scroll right top transparent !important;
}

/* -------------------- Box module -------------------- */

div.module { 
	background: url(../../images/module-body-left-bg.gif) no-repeat scroll bottom left; 
	float: left; 
	width: 100%; 
	margin-bottom: 20px; 
	}

	
div.module div.module-body { 
	background: url(../../images/module-body-right-bg.gif) no-repeat scroll bottom right; 
	padding: 20px 3% 20px 3%; float: left; width: 94%;
	}

div.module-fixed
{
	width: 1100px !important;
        margin:auto !important;
}

div.module-fixed.adm-test {
    min-width: 900px !important;
    width:  93vw !important;
    margin:auto !important;
}

div.module div.module-body table, 
div.module div.module-body tbody, 
div.module div.module-body td,
div.module div.module-body tr
{
	border:none;
}

div.module div.module-body  p
{
	text-align:justify;
}

div.module div.module-body table#loginForm input[type=text],
div.module div.module-body table#loginForm input[type=password]
{
	width:150px;
	padding:2px;
	margin:0px;
	font-size:12px;
	line-height:16px;
}

div.module div.module-body table#loginForm input[type=submit]
{
	width:100px;
	padding:2px;
	font-size:10px;
	line-height:14px;
}

div.module div.module-body table#loginForm  td
{
	text-align:right;
}
	
/* Percentage padding in the module dependant on the cell width */
.grid_1 div.module div.module-body  { padding: 20px 8% 20px 8%; float: left; width: 84%; }
.grid_2 div.module div.module-body  { padding: 20px 7% 20px 7%; float: left; width: 86%; }
.grid_3 div.module div.module-body  { padding: 20px 6% 20px 6%; float: left; width: 88%; }
.grid_4 div.module div.module-body  { padding: 20px 5% 20px 5%; float: left; width: 90%; }
.grid_5 div.module div.module-body  { padding: 20px 4% 20px 4%; float: left; width: 92%; }
.grid_6 div.module div.module-body  { padding: 20px 3% 20px 3%; float: left; width: 94%; }
.grid_7 div.module div.module-body  { padding: 20px 2.75% 20px  2.75%; float: left; width: 94.5%; }
.grid_8 div.module div.module-body  { padding: 20px 2.5% 20px 2.5%; float: left; width: 95%; }
.grid_9 div.module div.module-body  { padding: 20px 2.25% 20px 2.25%; float: left; width: 95.5%; }
.grid_10 div.module div.module-body { padding: 20px 2% 20px 2%; float: left; width: 96%; }
.grid_11 div.module div.module-body { padding: 20px 1.75% 20px 1.75%; float: left; width: 96.5%; }
.grid_12 div.module div.module-body { padding: 20px 1.5% 20px 1.5%; float: left; width: 97%; }


	
div.module div.module-table-body { 
	background: url(../../images/module-body-right-bg.gif) no-repeat scroll bottom right; 
	padding: 0; 
	float: left; 
	width: 100%; 
}

div.module div.module-table-body table fieldset
{
	text-transform:uppeercase;
}

div.module h2 { 
    /* Sliding right image */
    background: url(../../images/module-header-left-bg.gif) no-repeat scroll top left; 
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 100%;
	margin-bottom: 0;
	letter-spacing: normal
	}

div.module h2 > span { 
	/* Background left image */ 
	background: url(../../images/module-header-right-bg.gif) no-repeat top right; 
	display: block;
	line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;

	}

div.module table {
	width: 100%; 
	margin: 0 0 10px 0;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}

div.module table.tr {
	border-collapse: separate;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	}

div.module table th {
	background-color: #eeeeee;
	color: #444444;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align:center;
	}
	
div.module table td {
	background-color: #ffffff;
	/* padding: 5px; */
	padding:2px;
	border-right: 1px solid #d9d9d9;
	text-align:center;
	}

div.module table tr.odd td { /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
	background-color: #f1f5fa;
	}
	
.table-apply {
	width: 40%; float: right; text-align: right; margin-right: 10px;
	}




/* -------------------- Pager -------------------- */
.pager {
	display: block; padding: 0px 10px 10px 10px;  width: 40%; float: left; 
	}

.pager .first,
.pager .prev,
.pager .next,
.pager .last {
	margin-bottom: -2px;
	}





/* -------------------- Button (sliding door technique) -------------------- */

/* button outside a module box */
a.button {
    /* Sliding right image */
    background: transparent url(../../images/button-right-bg-m.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a.button span {
	/* Background left image */ 
	background: transparent url(../../images/button-left-bg-m.gif) no-repeat top left; 
	display: block;
	line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 7px 10px;
	}

a.button:hover { 
	background-position: bottom right; color:#0063be; 
	}

a.button:hover span{
	background-position: bottom left;
	color:#0063be;
	}

/* button inside a module box */
div.module a.button  {
    /* Sliding right image */
    background: transparent url(../../images/button-right-bg.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div.module a.button span {
	background: transparent url(../../images/button-left-bg.gif) no-repeat top left; 
	display: block;
	line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 7px 10px;
	}

/* -------------------- Pagination -------------------- */

.pagination { margin-bottom: 20px; float: right;  }
.pagination a.button { margin-right: 10px; }
.pagination a.last { margin-right: 0; }
.pagination .numbers { float: left; padding-top: 3px; margin-right: 15px; }
.pagination .numbers span { padding: 0 5px 0 5px; } 
.pagination .current { font-weight: bold; }

/* -------------------- Forms -------------------- */

fieldset {
	/*
	margin-top: 15px; 
	margin-bottom: 15px; 
	*/
	margin-top: 5px; 
	margin-bottom: 5px; 
	}
	
legend {
	margin-bottom: 10px; 
	display: block; 
	}
	
label { 
	display: block; 
	margin-bottom: 5px; 
	}
	
.input-short,
.input-medium,
.input-long { 
	padding: 3px; 
	}
	
select, input[type=text] { 
	padding: 2px; 
	margin:2px;
	font-size:11px;
}
	
textarea { 
	padding: 3px; 
	}
	
.input-short { 
	width: 25% 
	}
	
.input-medium { 
	width: 50% 
	}
	
.input-long { 
	width: 75% 
	}
	
input.input-short,
input.input-medium,
input.input-long, 
select, 
textarea {
	/* background: url(../../images/input-bg.gif) top left repeat-x #f6f6f6; */
	border: 0;
	border: 1px solid #cccccc;
	}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus, 
select:focus, 
textarea:focus {
	/* background: url(../../images/input-bg-focus.gif) top left repeat-x #ffffff; */
	border-color: #a9c2d1;
	}


input.submit-green, 
button[name=btn_edytuj], 
button#btn_dodaj,  
button#btn_dodaj_zam , 
button#btn_edycja_koniec,
button.submit-green,
button#konf_przedzial_w__btn_zapisz 
{ 
	background: url(../../images/submit-green-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #6bd091; 
	border-left: 1px solid #6bd091; 
	border-right: 1px solid #349c5c; 
	border-bottom: 1px solid #349c5c; 
	color: #ffffff; 
	font-size: 11px; 
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-green-hover,
button.submit-green:hover,
button[name=btn_edytuj]:hover,
button#btn_dodaj:hover,  
button#btn_dodaj_zam :hover, 
button#btn_edycja_koniec:hover,
button#konf_przedzial_w__btn_zapisz:hover
{ 
	background-image: url(../../images/submit-green-bg-hover.gif);
}

input.submit-gray,
button.submit-gray
{ 
	background: url(../../images/submit-gray-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888; 
	color: #ffffff;
	font-size: 11px;  
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-gray-hover ,
button.submit-gray:hover
{ 
	background-image: url(../../images/submit-gray-bg-hover.gif); 
}

button[name=btn_usun], 
button.submit-red,
button[name=btn_edycja_stop], 
button#btn_edycja_stop,
button#konf_przedzial_w__btn_exit
{ 
	background: url(../../images/submit-red-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888; 
	color: #ffffff;
	font-size: 11px;  
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
}

button[name=btn_usun]:hover,
button.submit-red:hover,
button[name=btn_edycja_stop]:hover, 
button#btn_edycja_stop:hover,
button#konf_przedzial_w__btn_exit:hover 
{ 
	background-image: url(../../images/submit-red-bg-hover.gif); 
}



button#btn_podzial
{
    border: 0;
    background: transparent url("./../../images/submit-blue-bg.gif") repeat-x scroll left top;
    border-color: #4e58f5 #4c56f2 #4c56f2 #4e58f5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    margin: 0 80px 0 0;
    padding: 2px 12px;
}


button#btn_podzial:hover
{
	background: transparent url("./../../images/submit-blue-bg-hover.gif") repeat-x scroll left top;
}


/* -------------------- Text input and select input notifications -------------------- */

.notification-input {
	background:10px 50% no-repeat;
	margin: 0 0 0 5px;
	padding:5px 0 5px 32px;
	font-size: 12px;
	}

.ni-correct {
	background-image:url(../../images/tick-on-white.gif);
	color: #00ae42;
	}

.ni-error {
	background-image:url(../../images/cross-on-white.gif);
	color: #c9282d;
	}




/* --------------------  Boxed notifications -------------------- */

.notification {
	display: block;
	padding: 20px 20px 20px 45px;
	border: 1px solid;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	}

.n-success {
	background-color: #a3e6bd;
	border-color: #68d59b;
	background-image: url(../../images/notification-tick.gif);
	}

.n-information {
	background-color: #9fddea;
	border-color: #5fceea;
	background-image: url(../../images/notification-information.gif);
	}

.n-attention {
	background-color: #f9e497;
	border-color: #ffcb4f;
	background-image: url(../../images/notification-exclamation.gif);
	}

.n-error {
	background-color: #ffc6ca;
	border-color: #efb9c3;
	background-image: url(../../images/notification-slash.gif);
	}

/* -------------------- Indicators -------------------- */


.indicator {
	width: 220px;
	height: 12px;
	background: url(../../images/indicator-bg.gif) no-repeat top left;
	}

.indicator div {
	height: 12px;
	background: url(../../images/indicator-green-to-red.gif) no-repeat top left;
	}

.indicator div.reverse {
	background: url(../../images/indicator-red-to-green.gif) no-repeat top left;
	}




/* -------------------- Category list -------------------- */

a.removable, 
a.removable:visited {
	padding: 5px 18px 5px 0px;
	}

a.removable:hover, 
a.removable:active {
	background: url(../../images/cross-small.gif) no-repeat center right;
	}




/* -------------------- To-do list -------------------- */

a.checkable, 
a.checkable:visited {
	padding: 5px 18px 5px 0px;
	}

a.checkable:hover, 
a.checkable:active {
	background: url(../../images/tick-small.gif) no-repeat center right;
	}
	
a.completed, 
a.completed:visited {
	color: #aaaaaa;
	}




/* -------------------- Messages -------------------- */
.separated { 
	border-top: 1px solid #cccccc; 
	padding-top: 15px; 
	}
	
.user { 
	display: block; 
	padding-left: 22px; 
	background: url(../../images/user.gif) left 50% no-repeat; 
	font-size: 14px; color: #666666; 
	font-weight: normal;  
	}
	
.user-female { 
	display: block; 
	padding-left: 22px; 
	background: url(../../images/user-female.gif) left 50% no-repeat; 
	font-size: 14px; 
	color: #666666; 
	font-weight: normal;  
	}
	
.reply { 
	padding-left: 20px; 
	background: url(../../images/arrow-curve-180-left.gif) left 50% no-repeat; 
	margin-right: 7px;
	}
	
.forward { 
	padding-left: 20px; 
	background: url(../../images/arrow-curve-000-left.gif/) left 50% no-repeat; 
	margin-right: 7px; 
	}
	
a.delete, 
a.delete:visited { 
	padding-left: 16px;
	background: url(../../images/cross-small.gif) left 50% no-repeat; 
	color: #C00;  
	}

h3.mail { 
	display: block; 
	padding: 20px 0px 20px 70px; 
	background: url(../../images/Crystal_Project_mail_open.gif) left 50% no-repeat;
	}
	
#p-messages {
	padding: 20px;
}





/* -------------------- Login page -------------------- */

form.login {
	background: url(../../images/Crystal_Clear_locked.gif) 87% 10px no-repeat;
}





/* -------------------- Dashboard -------------------- */

a.dashboard-module, 
a.dashboard-module:visited { 
	width: 142px; 
	height: 142px; 
	display: block; 
	float: left; 
	background: url(../../images/dashboard-module.gif) top left no-repeat; 
	margin: 0 8px 8px 0;  
	text-align: center; 
	color: #444444; 
	}
	
a.dashboard-module:hover, 
a.dashboard-module:active { 
	background-position: bottom left; 
	text-decoration: none; 
	color:#0063be; 
	}

a.dashboard-module img { 
	margin-top: 20px; 
	}
	
a.dashboard-module span { 
	margin-top: 10px; 
	display: block; 
	}
	
/* -------------------- TABLE [PORTOS_CMS] -------------------- */

table tr.szary1,
table.adm__TableStriping thead tr:nth-child(even),
table.adm__TableStriping tbody.Classic tr:nth-child(even),
table.adm__TableStriping tbody.ClassicReverted tr:nth-child(odd),
table.adm__TableStriping tbody.TwoRowLine tr:nth-child(4n+3),
table.adm__TableStriping tbody.TwoRowLine tr:nth-child(4n+4),
table.adm__TableStriping.adm__UserMng tbody tr:nth-child(odd)
{
    background-color: #dddddd;
}

table tr.szary1 td, table tr.szary2 td, table tr.szary_head td,
table tr.wiersz td, table tr.wiersz_head td,
table.adm__TableStriping td
{
	background-color: transparent !important;
	vertical-align: middle;
}
	
table tr.szary2,
table.adm__TableStriping thead tr:nth-child(odd),
table.adm__TableStriping tbody.Classic tr:nth-child(odd),
table.adm__TableStriping tbody.ClassicReverted tr:nth-child(even),
table.adm__TableStriping tbody.TwoRowLine tr:nth-child(4n+1),
table.adm__TableStriping tbody.TwoRowLine tr:nth-child(4n+2),
table.adm__TableStriping.adm__UserMng tbody tr:nth-child(even)
{
    background-color: #eeeeee;
}	

table tr.szary_head
{
	background-color: #E9DFD5;
}

/** Zamknięte */
table tr.wyc_zam
{
	background-color: #FF96A1;
}

table tr.wyc_zam1
{
	background-color: #FF6373;
}

/** Otwarte */
table tr.wyc_otw
{
	background-color: #B3B3B3;
}

table tr.wyc_otw1
{
	background-color: #8D9091;
}

/** Akceptowana*/
table tr.wyc_akcep
{
	background-color: #E5FCC2;
}

table tr.wyc_akcep1
{
	background-color: #C1FF63;
}

/** Przyjete */
table tr.wyc_przyj
{
	background-color: #A9FCF4;
}


table tr.wyc_przyj1
{
	background-color: #80FFF2;
}

/** Realizacja */

table tr.wyc_realiz
{
	background-color: #CAA6FF;
}

table tr.wyc_realiz1
{
	background-color: #AD75FF;
}




/* -------------------- INPUT/A/BUTTON [PORTOS_CMS -> CONFITM_SUBMIT ACTION] -------------------- */

.cms_button_std {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("./../../images/submit-blue-bg.gif") repeat-x scroll left top transparent;
    border-color: #4E58F5 #4C56F2 #4C56F2 #4E58F5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 2px 12px;
}
.cms_button_std:hover {
	/* background-image: url("./../../images/submit-blue-bg.gif"); */
	opacity: 0.9;
    background-image: url("./../../images/submit-blue-bg.gif");
	text-decoration: none;
}

a.cms_button_std:visited, a.cms_button_std:hover
{
	color: #FFFFFF;
}


#zam_table_r1 .top
{
	text-align: left;
	padding: 4px;
	
	background-color: #fff;
}












/* --------------------  [PORTOS_CMS -> MENU DROP DOWN] -------------------- */

nav ul#nav
{
	list-style: none !important;
	position: relative !important;
	display: inline-table !important;
}

nav ul#nav ul {
	position: absolute !important; 
	top: 100% !important;
}

nav ul#nav  ul {
	display: none;
	
	margin-left: -8px;
}

nav ul#nav  ul  li a{
	color: #fff !important;
}



	nav ul#nav li:hover > ul {
		display: block !important;
	}

	nav ul#nav ul li {
		float: none !important; 
		background: url("../../images/tab-left.gif") -2px -2px !important;
		height: 27px;
		
		/* border-top: 1px solid #6b727c !important; */
		/* border-bottom: 1px solid #575f6a !important; */
		position: relative !important;
	}
	
	nav ul#nav ul a{
		background: none !important;
		text-align: center;
	}
	
	
/*  Ustawiaenia wymiarów */
nav ul#nav ul li a
{
    box-sizing: border-box;
    display: inline-block !important;
    width: 100%;
}


/* --------------------  [PORTOS_CMS -> Discount] -------------------- */

div.rab_legenda
{
	left: 490px; 
	top: 339px;
	position: fixed;

	width: 200px; 
	
	float: right; 

	
	border: 1px solid gray; 
	border-radius: 11px; 
	
	background-color: rgba( 200, 230, 255, 0.50 );
	
	padding: 5px;
}

div.rab_legenda span.title
{
	font-weight: bold;
}

div.rab_legenda span
{
	font-style:italic
}

#rab_content table
{
	margin-left: 29px;
	margin-top: 50px;
	
	
	float: left; 
	width: 250px;
}

#rab_content table input
{
	width: 25px;
	
	text-align: center;
}

#rab_content table button
{
	margin-top: 20px;
	margin-left: 0px;
	width: 60px;
}
#rab_content table tr:nth-child(1)
{
	font-style: italic;
	font-weight: bold;
}



#rab_content table tr td:nth-child(1)
{
	text-align: left;
}


#rab_status
{

	opacity: 0;
	
	left: 537px;
	top: 241px;
	
	position: fixed;
	min-height: 25px;
	min-width: 200px;
	
	border-radius: 4px;

	
	border: solid 2px gray;

}


.rab_good
{
	background-color: #68E879;
}

.rab_warn
{
	background-color: #F1FA48;
}

.rab_error
{
	background-color: #E86888;
}



#rab_status .text
{
	font-weight: bold;
	font-size: 14px;
	
	text-align: center;
	
	margin: 0 auto;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Animacja CSS */

.rab_anim
{
	animation: show_rab_status 5s;
	-webkit-animation: show_rab_status 5s;
}


@keyframes show_rab_status
{
	0%   {opacity:0;}
	30%  {opacity:1;}
	70%  {opacity:1;}
	100% {opacity:0;}
}

@-webkit-keyframes show_rab_status
{
	0%   {opacity:0;}
	30%  {opacity:1;}
	70%  {opacity:1;}
	100% {opacity:0;}
}



#rab__option_1 label
{
	vertical-align: middle;
	display: inline;
}

#rab__option_1 input
{
	margin-top: 0px; 
	margin-bottom: 0px;
	vertical-align:middle;
}

.rab_op_hidden
{
	display:none;
}

.rab_op_show
{
	display: block;
}

/* 
-----------------------------------------------------------
-----
-------------------- | OVERLAY DIV |
-----
------------------------------------------------------------
*/

#cms_overlay
{
	position: fixed;
	
	
	
	top: 0;


	
	height:100%;
	width:100%;
	overflow:hidden;

	background-color: rgba(128,128,128, 0.5);
	

}



.ov_show
{
    display: -webkit-flex;
    display: flex;
}

.ov_hidden
{
    display: none;
}


.cms_konf__v1_cont_content_lowLevel
{
    display: flex;
    max-height: 90vh;
    
    align-self: center;
    margin: 0 auto;
}

.cms_konf__v1_cont_content_L1
{
    display: flex;
    flex-flow: row;
    
    max-height: 780px;
}

#zam_rab_contentener,
.cms_konf__v1_contentener
{
    min-width: 350px;
    width: 370px;

    max-height: 780px;

    margin: 0 auto;

    background-color: white;
    border-radius: 4px;

    -webkit-align-self: center;
    align-self: center;


    opacity: 1.0;

    border: 1px solid black;

    display: flex;
    flex-flow: column;
}


#zam_rab_contentener div.title,
.cms_konf__v1_contentener div.title
{
	height: 25px;
	
	font-weight: bold;
	text-align: center;
	
	line-height: 25px;
	vertical-align: middle;
	
	

	/* GRADIENT */
	background: rgb(109,179,242); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-8 */

}

#zam_rab_contentener div.titleWarning,
.cms_konf__v1_contentener div.titleWarning
{
    background: gainsboro;
    
    padding: 10px;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
    font-weight: bold;
    color: crimson;
}


#zam_rab_content_container_row .zam_rab_content_container_row,
.cms_konf__v1_contentener .zam_rab_content_container_row
{
    display: flex;
    flex-direction: row;
}


#zam_rab_contentener div.contentFullWidth,
.cms_konf__v1_contentener div.contentFullWidth
{
    display: flex;
    flex-flow: column;
    
    background: gainsboro;
    
    margin-top: 40px !important;
    margin-bottom: 40px;
    
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    
    font-weight: bold;
    /* color: crimson; */

    overflow-y: auto;
}

#zam_rab_contentener div.contentFullWidth div.systemMsg,
.cms_konf__v1_contentener div.contentFullWidth div.systemMsg
{
    flex: 1 1 auto;
    overflow-y: auto;
}

#zam_rab_contentener div.contentFullWidth > div:first-of-type,
.cms_konf__v1_contentener div.contentFullWidth > div:first-of-type
{
    padding: 20px !important;
}

#zam_rab_contentener div.contentFullWidth > div,
.cms_konf__v1_contentener div.contentFullWidth > div
{
    flex: 1 0 auto;
    padding: 0px 20px 20px 20px !important;
}

div.zam_rab_content,
div.cms_konf__v1_cont_contentL
{
	width: 150px;

	margin-top: 100px;
	
	float: left;
	
	padding-left: 10px;
	padding-right: 10px;
}

div.zam_rab_content select,
div.cms_konf__v1_cont_contentL select
{
	display: block;
	margin: 0 auto;
}

div.zam_rab_content button,
div.cms_konf__v1_cont_contentL button
{
	margin-right: 0px;
}

#zam_hidden_form
{
	display: none;
}

div.zam_rab_preview
{
	float: left;
	width: 169px;
	
	font-size: 12px;
	font-style: italic;
	
	border-color: gray;
	border-left-width: 1px;
	border-left-style: solid;
	
	padding-left: 10px;
	padding-right: 10px;
	
}

div.zam_rab_preview input
{
	border: none;
	
	width: 40px;
}

#zam_rab_table td:nth-child(2) input
{
	text-align: center;
}

/* 
-----------------------------------------------------------
-----
-------------------- | OVERLAY DIV - RABATY |
-----
------------------------------------------------------------
*/


#cms_rab_contentener
{
	background: url("./../../img/ajax_loader/ajax-loader.gif") no-repeat fixed center;

	min-width: 100px;
	width: 100px;
	height: 100px;
	
	
	margin: 0 auto;
	
	background-color: white;
	border-radius: 4px;
	
    -webkit-align-self: center;
    align-self: center;
	
	
	opacity: 1.0;
	
	border: 1px solid black;
}



/* 
-----------------------------------------------------------
-----
-------------------- | OVERLAY DIV - KOPIOWANIE |
-----
------------------------------------------------------------
*/


.zam_wyc_ch_content
{
    min-width: 100%;
    
    margin-top: 40px !important;
    margin-bottom: 40px;
    
    padding: 20px !important;
}

/* 
-----------------------------------------------------------
-----
-------------------- | ZAM LABEL - RABATY |
-----
------------------------------------------------------------
*/

.zam_td label
{
	display: inline;
}
/* 
-----------------------------------------------------------
-----
-------------------- | CENNIK |
-----
------------------------------------------------------------
*/

#cennik tr td:nth-child(2)
{
	line-height: 1.0;
	vertical-align: middle;
}


/* 
-----------------------------------------------------------
-----
-------------------- | Aktualne Wyceny - Tablea |
-----
------------------------------------------------------------
*/

#zam_table_r1 tr:not(:nth-child(1)):not(:nth-child(2))
{
	font-size: 11px;
}


/* --- header  --- */
#zam_table_r1 tr:nth-child(2) th
{
	font-size: 13px;
	vertical-align: middle;
}

/* --- druk zam  --- */
#zam_table_r1 tr:nth-child(2) th:nth-child(8)
{
	color: red;
}



/*
---------- LANG MOD
*/


#zam_table_r1:lang(de) tr th:nth-child(7),
#zam_table_r1:lang(de) tr td:nth-child(7)
{
	display: none;
}

/*
---------- HIDDE CHECKBOX WITH ORDER NO
*/

/* ESCAPING CSS: eg. [ -> write as /[  in js with double //[ */
#zam_table_r1 tr td:nth-child(2) input[type=checkbox][name*=nr_zlec]
{
    visibility: hidden;
}









/* 
-----------------------------------------------------------
-----
-------------------- | Zamowienia - Przekazanie wyc. TAB |
-----
------------------------------------------------------------
*/

#zam_acc_profile_adap_acc
{
	text-align: left;
}





/*
------------------------------------------------------------
-----
-------------------- | Archiwum |
-----
------------------------------------------------------------
*/



#archZ_tableData
{
    border-spacing: 0px;
    border-collapse: separate;
}

#archZ_tableData thead tr
{
	font-weight: bold;
	background-color: #fff;
}

#archZ_tableData tr td
{
	background-color: transparent;
}


/**  rows **/
#archZ_tableData tr td:nth-of-type(1)
{
    text-align: center;
    width: 40px;
    
    vertical-align: middle;
}

#archZ_tableData tr td:nth-of-type(2),
#archZ_tableData tr td:nth-of-type(3)
{
	max-width: 90px;
}

#archZ_tableData tr td:nth-of-type(3)
{
	text-align: center;
}

#archZ_tableData tr td:nth-of-type(4)
{
	width: 70px;
}

#archZ_tableData tr td:nth-of-type(5)
{
	width: 20px;
}

#archZ_tableData tr td:nth-of-type(6)
{
	max-width: 50px;
}

/* https://stackoverflow.com/questions/8720931/can-css-detect-the-number-of-children-an-element-has */
#archZ_tableData tr td.subAlloPrice /*:nth-of-type(7) */
{
	max-width: 120px;
	text-align: center;
}


/**  Kolory **/
#archZ_tableData tr.evenColor
{
	background-color: #eeeeee
}


#archZ_tableData tr.oddColor
{
	background-color: #dddddd;
}


/* Button */
#archZ_tableData tr td:nth-of-type(1) button
{
    min-height: 23px;
    
    background-color: #515356;
    border-radius: 25%;
    border-width: 0;
    
    color: white;
    font-size: 16px;
    font-weight: bolder;
    
    cursor: pointer;
    
    padding-left: 4px;
    padding-right: 4px;
    
    vertical-align: middle;
    margin: 0 auto;
    
    display: block;
}


/** Sub tabelka z listą produktów*/
#archZ_tableData table tr td:nth-of-type(1)
{
    display: none;
}



/*
------------------------------------------------------------
-----
-------------------- | PRE_DAJXML |
-----
------------------------------------------------------------
*/

#dxml_wal_cont
{
	display: none;
}



/*
------------------------------------------------------------
-----
-------------------- | PAGGINATION |
-----
------------------------------------------------------------
*/


.pagin__elem
{
    color: black;
    
    font-weight: normal;
    font-family: Georgia, serif;
    font-size: 15px;
    
    
    margin-right: 3px;
    cursor: pointer;
}

.pagin__elem:last
{
    margin-right: 0px;
}

.pagin__elem:hover,
.pagin__elem_choosen
{
   color: blue; 
}


.pagin__elem_Controls
{
    letter-spacing: -2px;
    margin-right: 5px;
}

.pagin__elem_Num
{
    letter-spacing: -1px;
}


.pagin__elem abbr
{
    text-decoration: none;
}

/*
------------------------------------------------------------
-----
-------------------- | LOGIN BOX |
-----
------------------------------------------------------------
*/

#zam_rab_contentener.log__contenerOV
{
    width: 870px;
    display: flex;
    
    flex-flow: column nowrap;
}



.title.log__contenerOV
{
    flex-basis: 100%;
}

.zam_rab_content.log__contenerOV
{
    margin-top: 0 !important;
    flex-basis: auto;
    align-items: center;
    
    display: flex;
    
    flex: 0 1 auto;
}

.zam_rab_preview.log__contenerOV
{
    flex: 1 1 auto;
    flex-basis: 669px;
    overflow-y: auto;
    
    width: 100%;
}

.zam_rab_preview.log__contenerOV span
{
    display: inline-block;
}

.zam_rab_content.log__contenerOV button
{
    align-self: center;
    margin: 0 auto;
}

/*
------------------------------------------------------------
-----
-------------------- | Client Information - #CMS |
-----
------------------------------------------------------------
*/

#info__MainContainer
{
    overflow-x: auto;
    min-height: 30vh;
    max-height: 60vh;
    padding-right: 1em;
}

.cms__Info__Entry p,
.cms__Info__Entry table
{
    margin-top: 2em;
}

.cms__Info__Entry p
{
    font-weight: bold;
    text-decoration: underline;
}

.cms__Info__Entry > :not(h2)
{

}


.cms__Info__Entry button.cms__Info__EntryVisibilityButton
{
    float: left;
    margin-right: 1em;
    border-radius: 1em;
    border: none;
}

.cms__Info__Entry span.cms__Info__EntryUnreadSpan
{
    margin-right: 0.5em;
}

.cms__Info__Entry > div
{
    max-height: 45vh;
    overflow-x: auto;
}

.cms__Info__EntryAuthor
{
    margin-top: 3em;
}

/*
------------------------------------------------------------
-----
-------------------- | Client Update Profile - #CMS |
-----
------------------------------------------------------------
*/


.cms__fileDragAndDropDiv
{
    /*display: none;*/
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #00B8E9;
    border-radius: 7px;
    cursor: default;
    
    min-height: 100px;
}

.cms__fileDragAndDropDiv div.cms__fileDragAndDrop__container
{
    display: flex;
    
    min-height: inherit;
    align-items: center;
    justify-content: center;
    
    flex-direction: column;
}

.cms__fileDragAndDropDiv div.cms__fileDragAndDrop__container span,
.cms__fileDragAndDropDiv div.cms__fileDragAndDrop__container div
{
    margin: 0 auto;
}

.cms__fileDragAndDropDiv div.cms__fileDragAndDrop__container label
{
    display: inline;
}



.cms__fileDragAndDropDiv.hover
{
    color: #FF3333;
    border-color: #FF3333;
    box-shadow: inset 0 3px 4px #888;
}

.cms__fileDragAndDropDiv__msgBox
{
    border-style: solid;
    border-width: 2px;
    
    text-align: center;
    font-weight: bold;

    margin: 5px;
    padding: 4px;
    
    border-radius: 10px;
    
    
    
    display: none;
}

.cms__fileDragAndDropDiv__msgBox.sucess
{    
    color: #0d9123;
    border-color: #0d9123;
    
    background-color: #abf497;
    
    
    display: block;
}

.cms__fileDragAndDropDiv__msgBox.failure
{
    color: #ce3333;
    border-color: #ce3333;
    
    background-color: #ffa3a3;
    
    display: block;
}



/*
------------------------------------------------------------
-----
-------------------- | Animations |
-----
------------------------------------------------------------
*/

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/* 
-----------------------------------------------------------
-----
-------------------- | LOGIN AUTH |
-----
------------------------------------------------------------
*/

#Login__WaitForTokenAuth {
    text-align: center;
}

#Login__WaitForTokenAuth div.Login__waitUntil
{
    background: url("./../../img/ajax_loader/ajax-loader.gif") no-repeat center;
    background-color: rgba(0, 0, 0, 0);
    
    min-height: 100px;
    width: 100px;
    
    margin: 0 auto;
}


#Login__ETE_validityOfToken 
{
    
}

#Login__ETE_tokenProcessingMsg
{
   margin-top: 1em;
   
   font-weight: bold;
}



#Login__WaitForTokenAuth .fail {
    color: red;
}


#Login__WaitForTokenAuth .success {
    color: green;
}

/* 
-----------------------------------------------------------
-----
-------------------- | MODULE EXTENSION |
-----
------------------------------------------------------------
*/

div.module h2 > span.tabular 
{ 
    /* Background left image */ 
    background: transparent; 
    line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
    display: inline-block;

}

div.module h2 span.tabular.clickable:hover,
div.module h2 span.tabular.clickable.inactive:hover
{
    cursor: pointer;
    font-style: italic;
    color: black;
}

div.module h2 span.tabular.inactive
{
    color: gray;
}

        
/* 
-----------------------------------------------------------
-----
-------------------- | MODULE EXTENSION |
-----
------------------------------------------------------------
*/


/* 
-----------------------------------------------------------
-----
-------------------- | EXTENSION |
-----
------------------------------------------------------------
*/

.hidden
{
    display: none !important;
}

.forceBold
{
    font-weight: bold !important;
}

.forceSmallSpaccing
{
    letter-spacing: 1px !important;
}