.truncgil img {
	width: 117px;
}
.truncgil {
	position:absolute;
	right: 10px;
	top: 10px;
}
header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 110px;
	background: white;
	overflow:hidden;
}
footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height: 50px;
	background: white;
	overflow:hidden;
	/* box-shadow: 0px -14px 10px #000; */
	z-index:;
}
#output {
	 position:absolute;
	 top:110px;
	 left:0px;
	 width:100%;
	 height: calc(100% - 160px);
	 background:white;
	 overflow:auto;
	 z-index:1000;
}

.btn-primary {
    color: #fff;
    background-color: #46b29d;
    border-color: #46b29d;
	
}
.input-group .btn-primary {
    color: #fff;
    background-color: #46b29d;
    border-color: #46b29d;
	border-radius:0px 5px 5px 0px;
}
a {
	color:#46b29d;
}
a:hover {
	color:#73ffff
}

header .logo {
	
position: absolute;
	
z-index: 100;
	
left: 10px;
	
top: 10px;
}
header .load-zone {
	
position: absolute;
	
right: 10px;
	
top: 60px;
	
width: 400px;
}
header .save-zone {
	
position: absolute;
	
right: 10px;
	
z-index: 100;
	
width: 400px;
	
top: 10px;
}
.pvtRendererArea {
    padding: 5px;
    width: calc(100% - 117px);
    height: calc(100% - 40px);
    position: absolute;
    left: 111px;
    top: 40px;
    /* z-index:99; */
    overflow:auto;
}
table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
.svg-container {
	display:block;
	margin:0 auto !important;
	
}
.pvtRenderer {
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.pvtVals  {
    position: fixed;
    bottom: 0px;
    left: 237px;
    border: none;
    background: none;
    z-index: 10000;
    width: 182px;
}
.pvtCols   {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 39px;
	border: none;
	width: 50%;
	background: #4680b2;
	padding: 0px;
}
.pvtCols:after {
	position: absolute;
	content:'Sütun Alanları Buraya';
	top: 0px;
	right:0px;
	width: 100%;
	height: 100%;
	
	display: block;
	/* background: wheat; */
	text-align: center;
	opacity:0.5;
	z-index: 100;
}
.pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor: move;
    float: left;
    z-index: 100000;
    position: relative;
}
.pvtRows:after {
	position: absolute;
	content:'Satır Alanları Buraya';
	top: 0px;
	right:0px;
	width: 100%;
	height: 100%;
	opacity:0.5;
	z-index: 100;
	display: block;
	/* background: wheat; */
	text-align: center;
}
.pvtUnused    {
	position: absolute;
	right: 50%;
	top: 0px;
	height: 39px;
	border: none;
	width: calc(50%);
	background: #b2464b;
	padding: 0px;
}
.pvtRows     {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: calc(100% - 39px);
    border: none;
    width: 110px;
    background: #46b29d;
    z-index: 1000;
    padding-top: 50px;
}
.pvtAttrDropdown {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
    .pvtFilterBox {
    z-index: 100;
    width: 300px;
    border: 1px solid gray;
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 100000000000000000;
}