/* Global Styles */



body {
	margin: 0px;
	vertical-align: middle;
	background-color: #BAC0C6;
	background-image: url(images/nav_texture.png);
/*background: #1e5799; /* Old browsers */
/*background: -moz-linear-gradient(left,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
/*background: linear-gradient(to right,  #1e5799 0%,#7db9e8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

	}
table
td {
	font: 12px arial;
	color: #000000;
	vertical-align: middle;
	border: 1px solid black;
    /*border-top:hidden;*/
	}
th {
font: 12px arial;
color: #FFFFFF;
background-color: #8b949f;
vertical-align: middle;
border: 1px solid black;
  }
  
table {
	alignment-adjust:central;
	border-collapse:collapse;
	
	margin-left:auto;
	margin-right:auto;}

p {
	font: 12px arial;
	color: #000000;
	vertical-align: middle;
	border-style: hidden;
    /*border-top:hidden;*/
	}	

hr {

	height:1px; 

	color: #cccccc;

	border: none;

	}

	

a {

	color:  #CC3300;

	text-decoration:underline;

	}

	

a:hover {

	color: #FF3300;

	text-decoration:none;

	}

	

/* ID Styles */



#navigation a {

	font:11px georgia;

	color: #99CCFF;

	font-weight:bold;

	text-decoration: none;

	letter-spacing:.1em;

	line-height:16px;

	display:block;

	padding:10px;

	border: 1pt solid rgb(20,40,95);

	border-right-width: 0px; 

	border-left-width: 0px; 

	}

	

#navigation a:hover {

	color:#ffffff;

	border: 1pt dotted red;

	border-right-width: 0px; 

	border-left-width: 0px; 

	}

	

#sidebarHeader {

	padding: 0px 4px 14px 4px;

	}



#logo {

	font:18px georgia;

	color: #CC3300;

	line-height:24px;

	letter-spacing:.4em;

	}



#tagline {

	font:12px georgia;

	color: #CC3300;

	line-height:18px;

	letter-spacing:.4em;

	}

	

#dateformat a {

	color:#99CCFF;

	font:11px georgia;

	color: #99CCFF;

	letter-spacing:.2em;

	text-decoration:none;

	font-weight:bold;

	}

	

#dateformat a:hover {

	color: #ffffff;

	}



/* Class Styles */



.bodyText {
	font: 11px arial;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	}

	

.pageName{

	font:22px georgia;

	color: #CC3300;

	line-height:20px;

	letter-spacing:.1em;

	}

	

.subHeader {
	text-align: center;
	/* text */
	color: #FFFFFF;
	font-family: "prenton-1","prenton-2";
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 2px 0px rgba(0,0,0,0.4);
	line-height: 16px;
	border-style: hidden;
	}	

	

.sidebarHeader {

	font:14px georgia;

	color: #99CCFF;

	font-weight:bold;

	letter-spacing:.1em;

	line-height:16px;

	}	

	

.detailText {

	font:11px arial;

	color:#ffffff;

	line-height:16px;

	letter-spacing:.1em;

	}

	

.smallText {

	font:10px arial;

	color:#99CCFF;

	}
a.button, a.button_legend,a.button_legend:hover,a.button_legend:active  {
	/* appearance */
	cursor:pointer;
	background-color: #6495ed;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0) 100%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0.2) 0%), url(images/button_texture.png);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(100%,rgba(255,255,255,0)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(0%,rgba(255,255,255,0))), url(images/button_texture.png);
	border: 1px solid #42629d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	
	/* position */
	display: inline-block;
	margin: 0px 0px 0px 0;
	
	/* size */
	padding: 0 10px;
	
	/* text */
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	
	-webkit-transition: background-color 0.2s linear, -webkit-box-shadow 0.2s linear, text-shadow, 0.2s linear;
	-moz-transition: background-color 0.2s linear, -moz-box-shadow 0.2s linear, text-shadow 0.2s linear;
	transition: background-color 0.2s linear, box-shadow 0.2s linear, text-shadow, 0.2s linear;
	}
a.button:hover {
	/* appearance */
	background-color: #557fc9;
	-webkit-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	
	/* text */	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	}
a.button:active {
	background-color: #3c4147;
	border-color: #0e0f10;
	-webkit-box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
	}
a.button:focus {outline:0;}

a.button_dummy  {
	/* appearance */
	cursor: default !important;
	background-color: #6495ed;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0) 100%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0.2) 0%), url(images/button_texture.png);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(100%,rgba(255,255,255,0)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(0%,rgba(255,255,255,0))), url(images/button_texture.png);
	border: 1px solid #42629d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	
	/* position */
	display: inline-block;
	margin: 0px 0px 0px 0;
	
	/* size */
	padding: 0 10px;
	
	/* text */
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	
	-webkit-transition: background-color 0.2s linear, -webkit-box-shadow 0.2s linear, text-shadow, 0.2s linear;
	-moz-transition: background-color 0.2s linear, -moz-box-shadow 0.2s linear, text-shadow 0.2s linear;
	transition: background-color 0.2s linear, box-shadow 0.2s linear, text-shadow, 0.2s linear;
	}

a.button_legend,a.button_legend:hover,a.button_legend:active  {cursor:default;}
.absoluteCenter {

	/* Must manually set width/height */

	width: 420px;

	height: 190px;

	/* The magic centering code */

	margin-left: -210px;

	margin-top: -95px;

	position: absolute;

	top: 50%;

	bottom: 0; /* Aligns Vertically - Remove for Horizontal Only */

	left: 50%;

	right: 0; /* Aligns Horizontally - Remove for Vertical Only  */

	/* Prevent div from overflowing main window */

	max-width: 100%;

	max-height: 100%;

	overflow: auto;

	z-index: 1;

	}



/* IE 7 and Below */

:first-child+html .absoluteCenter,

* html .absoluteCenter {

 /* Place code here to override all above values, and add IE friendly centering */

}



.centered {

  position: fixed;

  top: 50%;

  left: 50%;

  margin-top: -50px;

  margin-left: -50px;

}



#table_info td{

	

padding-top:15px;

text-align:left;

border-bottom-style:solid;

border-bottom-width:thin;

border-bottom-color:#FF3300;}	




#header {
background-color: #8b949f; 
background-image: url(images/nav_texture.png);
/*background-color: RGB(10,48,204);*/
/*background: #1e5799; /* Old browsers */
/*background: -moz-linear-gradient(left,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
/*background: linear-gradient(to right,  #1e5799 0%,#7db9e8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
 height:90px;
 width:100%;
position:fixed;
 top:0;
left:0;    
}

.input_field
{
    border: 0 !important;
    outline: 0;
    background: transparent !important; 
    border-bottom: 1px solid white !important;
    width: 100px;
	color:white;
}

#tabela {
	margin-top:90px;
    	
	}
	
#filter_reports
	 {
	margin-top:90px;
    	
	}
#content_reports{
	margin-top:120px;
    	
	}

#filtry {
	
	margin-top:90px;
    
	
	}

.table_on_view td,th {
    font: 12px arial;
	word-wrap:break-word;
	color:#F6FBC8;
	text-align:center;
	vertical-align: middle;
	border: 1px solid black;
    /*border-top:hidden;*/}

#custom-menu  {
  display: none;
  z-index:1000;
  position: absolute;
  background-color: rgb(229, 229, 229);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(114, 114, 114);
  font-family: helvetica;
  padding: 0px 0.25em 0px 1.5em;
  width: 12em;
  font-size: 12px;
  overflow: hidden;
  white-space:nowrap;
  list-style: none;
  margin: 0;
}
#custom-menu button {
  display: block;
  padding: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  text-align: left;
  color: #333;
}
#custom-menu button:hover {
  background-color: #DDD;
  cursor: pointer;
  color: #000;
}
#custom-menu button > span {
  display: inline;
  position: absolute;
  right: 5px;
  text-align: right;
  color: rgb(102, 102, 102);
}
.table_on_index {
margin-top:10px;
border:double;
}
.table_on_view {
	border: 1px;
	border-style:double;
	
margin-top:5px;
table-layout:fixed;
word-wrap:break-word;
}

.table_on_view td {
word-wrap:break-word;
color:#000000;
}

#table_on_view_id{
table-layout:fixed;
	border: double #000000;
	}

#table_on_view_id td,th{

background-image: url(images/nav_texture.png);
color: #FFFFFF;
background-color: #8b949f;
border:0px;
table-layout:fixed;
}

#zewnetrzna {
	/*position:relative;*/
	margin-left:10px;
	margin-top:80px;
   height:750px;
	}
	
#zew {
	/*position:relative;*/
	font: 12px arial;
	color: #000000;
	margin-left:10px;
	margin-top:80px;
   	border:hidden;}
	

#top_div {
    
    padding-right:10px;
	/*margin-bottom:10px;*/
    width: 99%;
    
   /* height: 400px;*/
    overflow: auto;
	border-bottom-color:rgba(245,236,157,1.00);
	border-bottom-style:double;
	border-bottom-width:thin;
}
#t_head, #t_head_vendors {
    
    padding-right:10px;
    width: 99%;
	}
/*#t_body{
	overflow-y:auto;}*/
#bottom_div {
	padding-top: 5px;
	/*margin-bottom:10px;*/
	padding-right:10px;
    width: 99%;
    /*background: blue;*/
    /*height: 400px;*/
    overflow: auto;
}

.filter_th{
	background-color: #BAC0C6;
	background-image: url(images/nav_texture.png);
	}
/* way the hell off screen WAŻNE-NIE USUWAĆ*/
.scrollbar-measure {/
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 17px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	max-height:10px;
	background:#8b949f;
    background-image: url("images/nav_texture.png"); /*#8b949f; */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
.input_text_area {
 background: url(images/line.png);
 background-size:20px 20px;
 border:none;
 width: 300px;
 height: 150px;
 background-color:transparent;
 font: normal 14px arial;
 line-height: 20px;
 padding: 2px 10px;
 border: solid 0px #ddd;
}

.btn_icon_menu, .btn_icon_menu:hover, .btn_icon_menu:active{
border-radius:2px;
outline:none;padding: 0;
border: none;
background-color:transparent;
width: 50px;
height: 50px;
background-size: 50px 50px;
}
.btn_icon_menu {background-image:url(images/buttons_menu_up.png);}
.btn_icon_menu:hover{background-image:url(images/buttons_menu_on.png);}
.btn_icon_menu:active{background-image:url(images/buttons_menu_dn.png); }

.btn_icon, .btn_icon:hover, .btn_icon:active{
cursor:pointer;
vertical-align: bottom;
border-radius:2px;
outline:none;padding: 0;
border: none;
background-color:transparent;
width: 25px;
height: 25px;
background-size: 25px 25px;
}
.add {background-image:url(images/buttons_add_up.png);}
.add:hover{background-image:url(images/buttons_add_on.png);}
.add:active{background-image:url(images/buttons_add_dn.png);}

.view {background-image:url(images/buttons_quest_up.png);}
.view:hover{background-image:url(images/buttons_quest_on.png);}
.view:active{background-image:url(images/buttons_quest_dn.png);}

.smaller, .smaller:hover, .samller:active{
width: 15px;
height: 15px;
background-size: 15px 15px;
	}
	
.input-like-select, .like_select_r {
	padding-right: 3px;
	padding-left: 3px;   
    cursor:text;
	height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.like_select_r{
	text-align:right;
	padding-right: 3px;
	padding-left: 3px;    }

.WhiteLinesTable, .WhiteLinesTable td{
	border:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:white;
	color: white;}

.redOtok td{
	cursor:default;
    background-color:hsla(145,91%,31%,0.50) !important;
	
}
.clientRow{
	background-color:hsla(145,91%,31%,0.50);}
.vendorRow{
	background-color: hsla(62,96%,42%,0.50);
}
#table_PO_head td {
	color:white;
	border:none;
	border-bottom:thin white solid;
	}