body2{
	background: url(testbg4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.headerSpendings{
	background: url('gap_buxheti_bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.krahasoIcons {
	display:table-cell; 
	vertical-align: middle; 
	padding: 0 5px 0 5px;
}

.krahasoIcons:hover {
	text-decoration: none;
	border-bottom: 2px solid #f7921c;
	color:#f7921c;
}

#legendSlices tbody{
	display: flex;
	flex-direction: column;
}

#legendSlices tbody tr{
	margin: 5px 0;
}

#cm-map-legend table{
	line-height: 0;
}
#cm-map-legend table .title{
	font-size: 12px;
}
#cm-map-legend table .amount{
	font-size:11px;
	text-align:right;
}

#cm-map-legend table .percent{
	padding-left:30px;
	text-align:right;
	font-size:11px;
}

.tableKrahaso {
	border: 1px solid #000000;
	border-collapse: collapse;
	/*white-space: nowrap;*/
	text-align: center;
}
.tableKrahaso tr:nth-child(1) td:nth-child(1) {
	opacity: 0;
	visibility: hidden;
}
.tableKrahaso thead tr{
	height: 50px;
	font-weight: bold;
}

.tableKrahaso thead td{
	padding: 0 10px 0 10px;
}

.tableKrahaso td{
	padding: 5px;
}
.tableKrahaso tr:nth-child(even) {
	background: #f7921c;
}

.tableKrahaso tr:nth-child(odd) {
	background: #FFF;
}

#generalBudget{
	background-color: #cccccc;
	border-radius: 5px 5px 5px 5px;
	height: 25px;
	overflow: hidden;
	width: 140px;
	float:left;
	cursor:pointer;
	color:#333333;
	text-shadow:1px 1px 0px #DDDDDD;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	display: inline-block;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 9px;
	padding: 4px 4px 4px 8px;
}
.generalBudgetActive{
	background-color:#5FA8AF !important;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #137484 !important;
}
#selectBB {
    background-image: url("../img/images/system/drop_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    overflow: hidden;
    width: 242px;
    margin-left:10px;
    float:left;
    cursor:pointer;
    padding:0px;
    margin-top:10px;
}
#selectReove {
    background-image: url("../img/images/system/drop_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    overflow: hidden;
    width: 242px;
    margin-left:10px;
    float:left;
    cursor:pointer;
    padding:0px;
    margin-top:10px;
}
#selectReove2 {
    background-image: url("../img/images/system/drop_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    overflow: hidden;
    width: 242px;
    margin-left:10px;
    float:left;
    cursor:pointer;
    padding:0px;
    margin-top:10px;
}

#selectBB select {
    border:0px solid red;
    background:transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    border-radius: 0;
    width:263px;
    cursor:pointer;
    line-height: 20px;
    height: 20px;
    margin:2px 0 0 4px;
    padding:0px;
    word-spacing:0px;
    vertical-align:top;
}

#selectReove select {
    border:0px solid red;
    background:transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    border-radius: 0;
    width:263px;
    cursor:pointer;
    line-height: 20px;
    height: 20px;
    margin:2px 0 0 4px;
    padding:0px;
    word-spacing:0px;
    vertical-align:top;
    
}
#selectReove2 select {
    border:0px solid red;
    background:transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    border-radius: 0;
    width:263px;
    cursor:pointer;
    line-height: 20px;
    height: 20px;
    margin:2px 0 0 4px;
    padding:0px;
    word-spacing:0px;
    vertical-align:top;
    
}
#selectBox {
	background-image: url("../img/images/system/drop_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px 5px 5px 5px;
	height: 25px;
	overflow: hidden;
	width: 242px;
	margin-left:10px;
	float:left;
	cursor:pointer;
	padding:0px;
}
#selectBox div{
	padding:0px;
}
#selectBB div{
    padding:0px;
}
#selectReove div{
    padding:0px;
}
#selectReove2 div{
    padding:0px;
}

.selectBoxInactive {
	background-color:#cccccc;
}
.selectBoxActive {
	background-color:#5FA8AF;
}


#selectBox select {
	border:0px solid red;
	background:transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	appearance: none;
	border-radius: 0;
	width:263px;
	cursor:pointer;
	line-height: 20px;
	height: 20px;
	margin:2px 0 0 4px;
	padding:0px;
	word-spacing:0px;
	vertical-align:top;
}

.selectBoxInactive select{
	text-shadows:1px 1px 0px #dddddd;
	color:#333333;
}
.selectBoxActive select{
	text-shadow:1px 1px 0px #137484;
	color:#ffffff;
}

.selectBoxInactive option{
}
.selectBoxActive select  option{
	background:#5FA8AF;
	text-shadow:0px;
}

#selectBoxSub select  option{
	background:#5fa8af;
}
#selectBoxSub {
	background-color: #5FA8AF;
	background-image: url("../img/images/system/drop_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px 5px 5px 5px;
	height: 25px;
	overflow: hidden;
	width: 66px;
	margin-left:10px;
	float:left;
	cursor:pointer;
        margin-top: 10px;
}
#selectBoxSub select {
	border:none;
	background:transparent;
	color:#ffffff;
	text-shadow:1px 1px 0px #137484;
	-webkit-appearance: none;
	width:66px;
	cursor:pointer;
	line-height: 20px;
	height: 20px;
	margin:2px 0 0 4px;
	padding:0px;
	word-spacing:0px;
	vertical-align:top;	
}
	
#selectBoxSubParashikim select  option{
	background:#5fa8af;
}

#selectBoxSubParashikim {
	background-color: #5FA8AF;
	background-image: url("../img/images/system/drop_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px 5px 5px 5px;
	height: 25px;
	overflow: hidden;
	width: 100px;
	margin-left:10px;
	float:left;
	cursor:pointer;
        margin-top: 10px;
}

#selectBoxSubParashikim select {
	border:none;
	background:transparent;
	color:#ffffff;
	text-shadow:1px 1px 0px #137484;
	-webkit-appearance: none;
	width:100px;
	cursor:pointer;
	line-height: 20px;
	height: 20px;
	margin:2px 0 0 4px;
	padding:0px;
	word-spacing:0px;
	vertical-align:top;	
}
		
			
			
.txtInactive{
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px #266067;
	background-color:#61a8b0; 
}
.txtActive {
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px #266067;
	background-color:#61a8b0; 
}
.menu{
	position:relative;
	z-index:999;
}
.menu #selected{
	cursor:pointer;
}
.menu #options{
	background:#61a8b0;
	border-radius:5px;
	display:none;
	padding:4px 0;
	color:#ffffff;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px #266067;
}
.bubbletree-wrapper {
	background:#ebebeb;
	background:#fff;
}
.bubbletree-wrapper a{
	color:#ffffff;
}
.bubbletree-wrapper a:hover{
	color:#ffffff;
}
.menu #options div{
	padding-left:10px;
}
#preChartDiv{
	width:400px;
	height:200px;
	overflow:hidden;
}
#preChartDiv #chart_div{
	margin-left:0px;
}


#compareBox{
	width:100%; 
	height:650px; 
	position:absolute; 
	z-index:9000; 
	background-color:#ffffff;
	display:none;
}
#compareDataHolder{
	width:1000px;
	height:550px;
	margin:0 auto;
	padding-top: 20px;
}
#compareBox #close{
	float:right;
	padding:10px 10px 0 0;
	width:30px;
	height:30px;
	cursor:pointer;
}

html .fb_share_link {
	padding:2px 0 0 20px;
	height:16px;
}
#exportDiv{
	margin:10px 10px 0 0;
	text-decoration:none;
	cursor:pointer;
	background-color:#f7921c;
	text-shadow: 1px 1px 0 #774408;
	padding:0px 10px;
	float:right;
}
#embedDiv{
	margin:10px 10px 0 0;
	text-decoration:none;
	cursor:pointer;
	background-color:#8a4117;
	text-shadow: 1px 1px 0 #774408;
	padding:0px 10px;
	float:right;
}
