/*
	GISPartner.pl

	gp-print-prev.css
	Podglad wydruku A4

	Ver 4.1.22.07.15
*/

@import "gp-slider.css";

body {
	color: #000;
	background: #fff;
	/* padding: 20px !important; */
	font-size: 10px !important;
}

#print-area{
	/* height:100%; */
	float: left;
}
#legends{
	clear:both; 
}
.x-btn {
	position: absolute;
	top: 35px;
	left: 320px;
}

.x-btn .x-btn-text {
	height: 30px !important;
	padding: 0 10px !important;
	font-size: 20px !important;
}

#buttonPanel {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 333;
}

#wgUwagi {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 200px;
	height: 100px;
}

#printhelp {
	width: 640px;
	height: 64px;
	margin: 20px 0 0 0;
	background: #fafafa;
	border-bottom: 1px dashed #aaa;
}

#header,
#uwagi{
	margin: 0 0 18px 0;
}

#footer,
#text  {
	margin: 18px 0 0 0;
}

#header {
	position: relative;
	width: 640px;
	height: 64px;
	margin: 0 0 36px 0;
}

#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}

#header img.logo1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
}

#header h1 {
	/*position: absolute;*/
	position:relative;
	top: 12px;
	/*left: 72px;*/
	margin-left:72px;
	font-size: 18pt;
}

h1 span {
	display: block;
	font-size: 11px;
}

#header h2 {
	/*position: absolute;*/
	position:relative;
	top: 16px;
	/*left: 72px;*/
	margin-left:72px;
	font-size: 12pt;
}

h2 span {
	display: block;
	font-size: 11px;
}

#header h3 {
	/*position: absolute;*/
	position:relative;
	top: 16px;
	/*left: 72px;*/
	margin-left:72px;
	font-size: 10pt;
}

h3 span {
	display: block;
	font-size: 11px;
}

#loadingImg {background-color:#fff;}

#scale {
/*	position:absolute;
	top: 10px;
	right: 0;*/
	font-size: 11px;
	/*font-weight: bold;
	text-align: right;*/
}

.scale1{
		position:absolute;
	top: 10px;
	right: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.kartogramScale{
	right: auto !important;
	top:60px !important;
	
} 
#windowArea {

	font-size: 11px;
}

.windowArea1 {
	position:absolute;
	top: 29px;
	right: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.kartogramWindowArea{
	bottom: -10px;
	position: absolute;
}
#uwagi {
	width: 640px;
	font-size: 11px;
}

#info .infoTable{
	border:1px solid black;
	margin-top: 15px;
	
	float:right;
	width: 100%;
	
	
}

.legendsPanel{
	/*border:1px solid black;*/
	margin:5px;
	background:#FFFFFF;
}

#header .kartTitle{
	font-size:18pt;
}

#info .infoTable .infoTableRow{
	border-bottom:1px solid black;
}

#info .infoTable .infoTableCell{
	border-right:1px solid black;
}
#info .infoTable .infoTableCellOther{
	text-decoration:underline;
}
#info .infoTable .infoTableCellBold{
	font-weight: bold;
}

#info .infoTable td{
	font-size:11px;
	padding:0;
}

.titlePart{
	title-ident:20px;
}
#printIE,
#printFF {
	position: relative;
}

#mapa, #text {
	border: 1px solid #aaa;
}

.map .logo-sm,
.map .logo-med,
.printWatermark {
	display: none !important;
}

#text {
	width:620px;
	_width:640px;
	padding: 10px;
	font-size: 11px;
}

#footer {
	width: 640px;
	text-align: center;
	font-size:small;
}



/*
	Wyrys

*/

/* top */
#top {
	margin: 0 0 18px 0;
}
#top td.dots {
	width: 30%;
	border-bottom: 1px dotted #333;
}
#top td.mid {
	width: 40%;
	font-weight: bold;
	text-align: right;
}
#top h1 {
	clear: both;
	padding: 36px 0 0 0;
	font-size: 14pt;
	text-transform: uppercase;
	text-align: center;
}
#top #scale_wyrys {
	font-size: 12pt;
	text-align: center;
}

/* bottom */
#bottom td.dots {
	width: 35%;
	padding: 8px 0 0 0;
	border-bottom: 1px dotted #333;	
}
#bottom td.right {
	width: 35%;
}
#bottom td.mid {
	width: 30%;
}
	
#top td,
#bottom td {
	font-size: 10pt;
	padding: 2px 0;
}

/* print editor */ 
#print-loader {
  width: 100%;
  height: 100%;
}
#print-loader center {
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 100%;
}
#print-loader img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  border: 8px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*! north panel */
.css-north-panel-div {
  background: #f5f5f5;
}
.css-north-panel-table {
  border-collapse: collapse;
  height: 50px;
}
.css-north-panel-table * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.css-app-logo {
  margin: 1px 1px 1px 9px;
  width: 48px;
  height: 48px;
  background-image: url(../images/print/logo-print.jpg);
  background-position: 0 0;
  background-size: 48px 48px;
}
.css-app-title {
  padding-left: 8px;
  width: 292px;
  font-size: 16px;
  line-height: 1;
}
/*! sidebar */
.right-menu-scroll {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-right: 1px solid #aaa;
}
.css-menu-view .gwt-Button {
  margin-bottom: 4px;
}
.css-menu-view .css-menu-view {
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.css-options-header {
  color: #333;
  font-weight: bold;
  letter-spacing: .05em;
}
.css-options-element input.gwt-TextBox {
  padding: 3px 5px 4px 3px;
  margin-bottom: 4px;
  border: 1px solid;
}
.css-options-element input.gwt-TextBox:focus {
  border-color: #0b5bdd;
  -webkit-box-shadow: 0 0 2px #0b5bdd;
          box-shadow: 0 0 2px #0b5bdd;
}
.item-option {
  border: 1px solid;
}
.css-print-options-panel {
  margin-top: 16px;
  background: #eee;
  border: 1px solid #ccc;
}
.css-print-options-panel input.gwt-TextBox {
  padding: 3px;
}
/*! webkit */
.dj_webkit .css-options-element input.gwt-TextBox {
  padding: 3px 10px 3px 3px;
}
/*! ie */
.dj_ie .css-options-element input.gwt-TextBox {
  width: 305px !important;
}
.dj_ie .css-print-options-panel input.gwt-TextBox {
  width: 40px !important;
}
/*! center panel */
.centerScroll {
  background: #ccc !important;
}
table.css-center-table {
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
