/*Паспорт Сельского поселения*/
div.municipal_passport_settlements
{
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
div.municipal_passport_settlements select
{
	background-color: #DA7285;
	padding: 5px 10px;
	border: 0px;
	color: #ffffff;
}
div.municipal_passport_settlements div.caption
{
	margin-top: -20px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(9, 84, 163);
	text-align: center;
}
div.municipal_passport_settlements>div>div
{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.municipal_passport_settlements>div>div>div.title
{
	float: left;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	width: 180px;
}
div.municipal_passport_settlements>div>div>div.value
{
	float: right;
	font-size: 14px;
	color: #444444;
	width: 180px;	
}
div.municipal_passport_settlements div.leftpart
{
	margin-top: 20px;
	float: left;
	padding: 20px;
	width: 380px;
	min-height: 270px;
	background-color: rgb(238, 241, 249);
	border-radius: 10px;	
}

div.municipal_passport_settlements div.rightpart
{
	margin-top: 20px;
	float: right;
	padding: 20px;
	width: 380px;
	min-height: 270px;
	background-color: rgb(238, 241, 249);	
	border-radius: 10px;	
}

/*Паспорт МО*/
div.municipal_passport
{
	overflow: hidden;
	margin-bottom: 30px;
}
div.municipal_passport>div>div
{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.municipal_passport>div>div>div.title
{
	float: left;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	width: 180px;
}
div.municipal_passport>div>div>div.value
{
	float: right;
	font-size: 14px;
	color: #444444;
	width: 180px;	
}
div.municipal_passport div.leftpart
{
	margin-top: 20px;
	float: left;
	padding: 20px;
	width: 380px;
	min-height: 360px;
	background-color: rgb(238, 241, 249);
	border-radius: 10px;	
}
div.municipal_passport div.leftpart div.gerb_container,
div.municipal_passport div.rightpart div.lead_container
{
	text-align: center;
}

div.municipal_passport div.leftpart div.gerb_container img,
div.municipal_passport div.rightpart div.lead_container img
{
	max-width: 100px;
	max-height: 100px;
}

div.municipal_passport div.rightpart
{
	margin-top: 20px;
	float: right;
	padding: 20px;
	width: 380px;
	min-height: 360px;
	background-color: rgb(238, 241, 249);	
	border-radius: 10px;	
}

/*Форматтеры jqgrid*/
.ui-jqgrid .ui-jqgrid-btable td>div
{
	margin: 5px;
	
}
.ui-jqgrid .ui-jqgrid-btable td div.bold
{
	font-weight: bold;
	color: #444444;
}

.ui-jqgrid .ui-jqgrid-btable td div.center
{
	text-align: center;
}
.ui-jqgrid .ui-jqgrid-btable td div.percentchart.value 
{
	float:right;
	padding-left:5px;
}
.ui-jqgrid .ui-jqgrid-btable td div.percentchart.chart 
{
	margin-left:5px;
	position:relative;
	height:20px;
	width: 60px;
	overflow:inherit;
	text-align:left;
	padding:1px;
	border:1px solid #8a8a8a;
	background-color:#aeaeae;
}
.ui-jqgrid .ui-jqgrid-btable td div.percentchart.column 
{
	margin-left:0px;
	float:left;
	margin-right:40px;
	height:100%;
	background-color:#5ff55f;
}
.ui-jqgrid .ui-jqgrid-btable td div.growup 
{
	position: relative;
	padding-right: 15px;
	color: #4cc44c;
}
.ui-jqgrid .ui-jqgrid-btable td div.growdown
{
	position: relative;
	padding-right: 15px;
    color: #c44c4c;    
}
.ui-jqgrid .ui-jqgrid-btable td div.bold
{
	position: relative;
	font-weight: bold;
	color: #444444 !important;
}
.ui-jqgrid .ui-jqgrid-btable td div.cursive
{
	position: relative;
	font-style: italic;
	margin-left: 10px;
}
.ui-jqgrid .ui-jqgrid-btable td div.summary 
{
	position: relative;
	font-weight: bold;
    color: #444444 !important;
}
div.growup-up div.bold,
div.arrow-down div.bold 
{
	color: inherit;
}
.ui-jqgrid .ui-jqgrid-btable tr.ui-state-highlight:not(.expandrow) > td div.growup,
.ui-jqgrid .ui-jqgrid-btable tr.ui-state-highlight:not(.expandrow) > td div.growdown,
.ui-jqgrid .ui-jqgrid-btable tr.ui-state-highlight:not(.expandrow) > td div.bold
{
    color: #ffffff;    
}

div.ui-jqgrid div.expander
{
	float: left;
	width: 10px;
	height: 20px;
	margin-left: 5px;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div 
{
	white-space: normal;
	height: auto;
}
.ui-jqgrid .ui-jqgrid-bdiv .ui-jqgrid-btable td div 
{
	white-space: normal;
	height: auto;
}
.ui-jqgrid tr.jqgrow td
{
	padding-top: 5px;
	padding-bottom: 5px;
	white-space:normal;
}
.reportTitle
{
    font-size: 14px; font-weight:bold;
}
.chart_container
{
	text-align: center;
}

/*Отчет по исполнению расходов бюджета*/
div.report_error
{
	font-size: 14px;
	color: #444444;
	text-align: center;
}
div#budget_costs_by_type 
{
	height: 100%;
	overflow: inherit;
	background: #ffffff;	
	padding-top: 30px;
}
div#budget_costs_by_type div.chart_container
{
	height: 400px;
	margin-right: 0px;
}
div#budget_costs_by_type div.chart_legend_ext
{
	height: auto;
	width: inherit;
	position: relative;
}
div#budget_costs_by_type div.chart_container_inline_html 
{
	padding-left: 38px;
	padding-right: 15px;
	position: relative;
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet
{
	width: 100%;
	border-bottom: 1px solid #858585;
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet td.column_container
{
	vertical-align: bottom;	
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet td div.outer_column
{
	position: relative;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet td div.outer_column_value
{
	color: #555555;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet td div.outer_column div.inner_column
{
	position: absolute;
	text-align: center;
	bottom: 0px;
	right: 8px;
	left: 8px;
}
div#budget_costs_by_type div.chart_container_inline_html table.columnsheet td div.outer_column div.inner_column_value
{
	position: absolute;
	bottom: 0px;
	right: 8px;
	left: 8px;	
	color: #555555;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}
div#budget_costs_by_type div.chart_legend_ext div.icon_sheet_container 
{
	margin-left: 38px;
	margin-right: 15px;	
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet 
{
	width: 100%;
	table-layout: fixed;
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td.icon_item 
{
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.education
{
	background: url("../content/images/chart/icons/icon_budget_1.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.social 
{
	background: url("../content/images/chart/icons/icon_budget_4.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.national_economy 
{
	background: url("../content/images/chart/icons/icon_budget_3.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.medicine 
{
	background: url("../content/images/chart/icons/icon_budget_5.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.housing_service 
{
	background: url("../content/images/chart/icons/icon_budget_2.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.national_issues 
{
	background: url("../content/images/chart/icons/icon_budget_6.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.policy 
{
	background: url("../content/images/chart/icons/icon_budget_8.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.sport 
{
	background: url("../content/images/chart/icons/icon_budget_9.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.culture 
{
	background: url("../content/images/chart/icons/icon_budget_7.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.media 
{
	background: url("../content/images/chart/icons/icon_budget_11.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.credits 
{
	background: url("../content/images/chart/icons/icon_budget_10.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.ecology 
{
	background: url("../content/images/chart/icons/icon_budget_12.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.army 
{
	background: url("../content/images/chart/icons/icon_budget_14.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.transferts 
{
	background: url("../content/images/chart/icons/icon_budget_13.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.icon 
{
	height: 50px;
	background-repeat: no-repeat;	
	background-position: center center;
}

div#budget_costs_by_type div.chart_legend_ext table.topsheet,
div#budget_costs_by_type div.chart_legend_ext table.downsheet
{
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	font-size: 12px;
	font-family: Arial;
	color: #515862;
	text-align: center;
}
div#budget_costs_by_type div.chart_legend_ext table td.legend_item 
{
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
	border-width: 0px;
	height: 64px;
}
div#budget_costs_by_type div.chart_legend_ext table td.legend_item>div.bct_title 
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
}
div#budget_costs_by_type div.chart_legend_ext div.topsheet_container
{
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 38px;
	right: 15px;
}

div#budget_costs_by_type div.chart_legend_ext table.topsheet td.legend_item
{
	border-right: 1px solid #cccccc;
}
div#budget_costs_by_type div.chart_legend_ext table.topsheet td.legend_item:last-child
{
	border-right: 0px solid #cccccc;
}
div#budget_costs_by_type div.chart_legend_ext div.downsheet_container 
{
	position: absolute;
	top: 130px;
	left: 38px;
	right: 0px;
	height: auto;
	overflow: hidden;
}
div.YTitle
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	font-size: 12px;
	font-family: Arial;
	color: #555555;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 0% 0%;
	transform-origin: left top 0;
	 -ms-transform: rotate(10deg);
	padding-left: 15px;
	height: 14px;
	text-align: center;
}

/*Карты */
table.maphint
{
}
table.maphint td
{
	text-align: center;
	vertical-align: middle;
}
table.maphint td div.inner-header-hint
{
	margin-top: 10px;
	font-size: 16px;
	color:#444444;
}
table.maphint td div.inner-chart-hint div.report_meta div
{
	font-size: 12px;
}
table.maphint td div.inner-chart-hint
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/*Ext-Table*/
.table_container.custom
{
	font-size: inherit;
	font-family: inherit !important;
}
.table_container.custom div.ui-widget-content
{
	border: none;
}
.table_container.custom .ui-jqgrid-hdiv
{
	border-bottom: 0px;
}
.table_container.custom .ui-jqgrid tr.jqgrow td
{
	border-color: #ffffff;
	font-size: 14px;
	line-height: 17px;
	font-family: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_container.custom .ui-jqgrid tr.jqgrow
{
	background: #E7E7E7;
}
.table_container.custom .ui-jqgrid tr.jqgrow:nth-child(odd)
{
	background: #F7F7F7;
}
.table_container.custom .ui-jqgrid tr.jqgrow.ui-state-hover,
.table_container.custom .ui-jqgrid tr.jqgrow.ui-state-highlight
{
	color: #ffffff;
	background: #8eaeef;
}
.table_container.custom .ui-icon,
.table_container.custom .ui-jqgrid-pager,
.table_container.custom .ui-jqgrid-titlebar 
{
	display: none;
}
.table_container.custom .ui-jqgrid-htable th
{
	padding-top: 15px;
	padding-bottom: 15px;
	background:none;
	color: #ffffff;
}
.table_container.custom .ui-jqgrid-htable .jqg-first-row-header th
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.table_container.custom .ui-jqgrid-hdiv
{
	background: none;
}
.table_container.custom table.image_value
{
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
.table_container.custom td.cell_image
{
	width: 90px;
	min-height: 80px;
	border: 0px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
.table_container.custom td.cell_value
{
	border: 0px;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	padding-left: 5px;
}

/*Отчет по исполнению расходов бюджета*/
div#budget_costs_by_type 
{
	height: 100%;
	/*overflow: inherit;*/
	background: #ffffff;	
	padding-top: 30px;
}
div#budget_costs_by_type div.chart_container
{
	height: 400px;
	margin-right: 0px;
}
div#budget_costs_by_type div.chart_legend_ext
{
	height: auto;
	width: inherit;
	position: relative;
}
div#budget_costs_by_type div.chart_legend_ext div.icon_sheet_container 
{
	margin-left: 15px;
	margin-right: 15px;	
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet 
{
	width: 100%;
	table-layout: fixed;
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td.icon_item 
{
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.education
{
	background: url("../content/images/chart/icons/icon_budget_1.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.social 
{
	background: url("../content/images/chart/icons/icon_budget_4.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.national_economy 
{
	background: url("../content/images/chart/icons/icon_budget_3.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.medicine 
{
	background: url("../content/images/chart/icons/icon_budget_5.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.housing_service 
{
	background: url("../content/images/chart/icons/icon_budget_2.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.national_issues 
{
	background: url("../content/images/chart/icons/icon_budget_6.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.policy 
{
	background: url("../content/images/chart/icons/icon_budget_8.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.sport 
{
	background: url("../content/images/chart/icons/icon_budget_9.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.culture 
{
	background: url("../content/images/chart/icons/icon_budget_7.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.media 
{
	background: url("../content/images/chart/icons/icon_budget_11.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.credits 
{
	background: url("../content/images/chart/icons/icon_budget_10.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.ecology 
{
	background: url("../content/images/chart/icons/icon_budget_12.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.army 
{
	background: url("../content/images/chart/icons/icon_budget_14.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.transferts 
{
	background: url("../content/images/chart/icons/icon_budget_13.png");
}
div#budget_costs_by_type div.chart_legend_ext table.iconsheet td div.icon 
{
	height: 50px;
	background-repeat: no-repeat;	
	background-position: center center;
}

div#budget_costs_by_type div.chart_legend_ext table.topsheet,
div#budget_costs_by_type div.chart_legend_ext table.downsheet
{
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	font-size: 12px;
	font-family: Arial;
	color: #515862;
	text-align: center;
}
div#budget_costs_by_type div.chart_legend_ext table td.legend_item 
{
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
	border-width: 0px;
	height: 64px;
}
div#budget_costs_by_type div.chart_legend_ext table td.legend_item>div.bct_title 
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
}
div#budget_costs_by_type div.chart_legend_ext div.topsheet_container
{
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 15px;
	right: 15px;
}

div#budget_costs_by_type div.chart_legend_ext table.topsheet td.legend_item
{
	border-right: 1px solid #cccccc;
}
div#budget_costs_by_type div.chart_legend_ext div.downsheet_container 
{
	position: absolute;
	top: 130px;
	left: 28px;
	right: 0px;
	height: auto;
	overflow: hidden;
}

div.report_meta 
{
    width: 100%;
    font-size: 12px;
    color: #AEAEAE;
}

div.report_meta div.meta
{
    width: 100%;
    display:table;
}
div.report_meta div.actual_date 
{
    display:table-cell;
    text-align:left;
    vertical-align:middle;
}

div.report_meta div.created_date 
{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
}
/**/
table.maphint div.report_meta {
    display: none;
}
div.searchcontainer
{
    width:100%;
    display:table;
    margin-top:10px;
    margin-bottom:10px;
}
div.searchcontainer>div.tb>div.border
{
    border:1px solid #aaa;
    padding:5px 5px;
    margin-right:15px;
}
div.searchcontainer>div.tb>div.border>input,
div.searchcontainer>div.tb>div.border>input:active,
div.searchcontainer>div.tb>div.border>input:focus
{
    padding:0px;
    outline:none;
    display:block;
    width:100%;
    border:0px;
}
div.searchcontainer>div
{
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}
div.searchcontainer>div.sb
{
    width:30px;
    text-align:center;
}
div.searchcontainer>div.sb>button
{
    margin:0px;
    width:30px;
    height:30px;
    background:none;
    border:0px;
    font-size:0px;
    background-image: url("images/shared/search.png");
    background-repeat:no-repeat;
    background-position:center center;
}
div.searchcontainer>div.cb
{
    width:30px;
    text-align:center;
}
div.searchcontainer>div.cb>button
{
    margin:0px;
    width:30px;
    height:30px;
    background:none;
    border:0px;
    font-size:0px;
    background-image: url("images/shared/bugtracker/close.png");
    background-repeat:no-repeat;
    background-position:center center;
}