﻿.hide
{
	display: none;	
}

/**/

.budget_calculator .calculator_body
{
	display: none;
}

/**/

.budget_calculator .instructions
{
	margin: 0 0 25px 0;
}

.budget_calculator .instructions p
{
	font-size: 14px;
	font-family: Tahoma;
	color: #6a6b6b;
	line-height:20px;
}

.budget_calculator .instructions ul
{
	font-size: 14px;
	font-family: Tahoma;
	color: #6a6b6b;
	padding: 0 0 0 0;
}

.budget_calculator .instructions ul li
{	
	width: 340px;
    height: 70px;
    border: solid 1px #e6f2f7;
    border-radius: 50px;
    padding: 24px 50px 10px 110px;
    font-size: 20px;
    line-height: 26px;
    background-color: #f8faff;
    color: #8ea9b3;
    margin: 0 0 10px 0;
    position: relative;
    box-sizing: content-box;
}

.budget_calculator .instructions ul li .number
{
    position: absolute;
    left: 12px;
    font-size: 40px;
    border-radius: 40px;
    display: block;
    /* border: solid 1px gray; */
    height: 55px;
    width: 50px;
    top: 11px;
    padding: 25px 0 0 30px;
    background-color: rgb(195, 214, 222);
    color: #f8faff;
    font-family: inherit;
    box-sizing: content-box;
}

.budget_calculator .warning_text
{
	background-color: #fff7e9;
    padding: 10px 20px 10px 20px;
    border-left: solid 1px #fddea8;
    border-right: solid 1px #fddea8;
    margin: 10px 20px 20px 20px;
}

.budget_calculator .warning_text p
{
    color: #ca8755;
}

/* Budget Basic Activities */

.budget_calculator .budget_values
{
	margin: 0 0 35px 0;	
}

.budget_calculator .budget_values .budget_value
{
    width: 324px;
    display: inline-block;
    padding: 16px;
    margin: 0 18px 0 0;
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.budget_calculator .budget_values .budget_value:last-child
{
    margin: 0 0 0 0;
}

.budget_calculator .budget_values .budget_value .title
{
    font-size: 11px;
    font-family: Tahoma;
	color: #6a6b6b;
    width: 100%;
    padding: 0 0 7px 0;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #b4b5b5;
}

.budget_calculator .budget_values .budget_value .title span
{
	font-size: 11px;
    font-family: Tahoma;
    width: auto;
    margin: 0 0 0 0;
    font-weight: normal;
}

.budget_calculator .budget_values .budget_value .title2
{
	text-align: center;
    margin-top: 10px;
    color: #949494;
    font-size: 10px;
}

.budget_calculator .budget_values .budget_value .title2 .line
{
	border-top: dashed 1px #d2d2d2;
	margin: 0 0 10px 0;
}

.budget_calculator .budget_values .budget_value .title2 span
{
	font-size: 16px;
    margin: 8px 0 0 0;
}

.budget_calculator .budget_values .budget_value span
{
    font-size: 35px;
    font-family: Arial;
    margin: 17px 0 7px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.budget_calculator .budget_values .budget_value.profit_value span
{
	color: #0aa650;
}

.budget_calculator .budget_values .budget_value.cost_value span
{
	color: #000;
}

.budget_calculator .budget_values .budget_value.def_prof_value span
{
	color: #f05d4a;
}

.budget_calculator .budget_values .budget_value.def_prof_value span.deficit_color
{
	color: #f05d4a;
}

.budget_calculator .budget_values .budget_value.def_prof_value span.proficit_color
{
	color: #0aa650;
}

.budget_expenses_value_panel.value_down
{
	background: url(images/arrow-down.png) no-repeat right center;
	padding: 0px;
	margin: 0px 15px;
}

.budget_expenses_value_panel.value_up
{
	background: url(images/arrow-up.png) no-repeat right center;
	padding: 0px;
	margin: 0px 15px;
}

.budget_defprof_value_panel.value_down
{
	background: url(images/arrow-down-2.png) no-repeat right center;
	padding: 0px;
	margin: 0px 15px;
}

.budget_defprof_value_panel.value_up
{
	background: url(images/arrow-up-2.png) no-repeat right center;
	padding: 0px;
	margin: 0px 15px;
}

/* Tabs. Heads */

.budget_calculator .tabs .heads
{
	background: url(images/hr01.png) repeat-x left top;
	height: 36px;
	text-align: center;
}

.budget_calculator .tabs .heads .heads-panel
{
	width: 470px;
    background-color: white;
    height: 100%;
    margin: 0px auto;
}

.budget_calculator .tabs .heads .heads-panel span
{
	color: #00bcd4;
    background-color: White;
    display: inline-block;
    font-size: 14px;
    font-family: Tahoma;
    padding: 9px 17px 10px;
    border-radius: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.budget_calculator .tabs .heads .heads-panel span:hover
{
	background-color: #e8f7ff;
}

.budget_calculator .tabs .heads .heads-panel span.active_tab,
.budget_calculator .tabs .heads .heads-panel span.active_tab:hover
{
	color: White;
    background-color: #00bcd4;
    text-decoration: none;
}

/* Tabs. Contents */

.budget_calculator .tabs .contents
{
    margin-bottom: 20px;
}

.budget_calculator .tabs .contents .tab_content span.load_msg
{
	font-size: 16px;
    font-family: Tahoma;
    text-align: center;
    display: block;
    margin: 28px 0 30px 0;
    color: #a9a9a9;
}

.budget_calculator .tabs .contents .tab_content
{
	display: none;
}

.budget_calculator .tabs .contents .tab_content.active_tab
{
	display: block;
}

/* Tabs. Footer Buttons */

.budget_calculator .footer-buttons
{
	width: 100%;
    background-color: transparent;
    height: 100%;
	text-align: center;
}

.budget_calculator .footer-buttons input[type="button"]
{
    cursor: pointer;	
}

.budget_calculator .footer-buttons input[type="button"],
.budget_calculator .footer-buttons span
{
	color: White;
    background-color: #b4b5b5;
    display: inline-block;
    font-size: 12px;
    font-family: Tahoma;
    padding: 7px 14px 8px 14px;
    border: none;
    border-radius: 14px;
    text-decoration: none;
}

.budget_calculator .footer-buttons input[type="button"].privilege_button
{
	color: White;
    background-color: #0aa650;
    text-decoration: none;
}

.budget_calculator .footer-buttons input[type="button"].green
{
	color: White;
    background-color: #0aa650;
}

.budget_calculator .footer-buttons span.dont_send_result
{
	display: none;
	color: White;
    background-color: #f05d4a;
    text-decoration: none;
    cursor: help;
}

/**/

div.defprof_valid_msg 
{
	display: none;
    background-color: #ff8275;
    padding: 14px 20px;
    margin: 0 0 16px 0;
    border-radius: 5px;
    border: solid 1px rgb(216, 64, 49);
}

div.defprof_valid_msg p {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
    color: white;
    font-size: 14px;
    text-align: center;
}

/* Tab #tab_budget_lines */

#tab_budget_lines
{
	
}

#tab_budget_lines .budget_lines
{
	margin: 15px 0 15px 0;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .title_panel
{
    margin-bottom: 25px;
}

#tab_budget_lines .budget_lines .celi_panel,
#tab_budget_lines .budget_lines .budget_panel
{
    display: none;
}

#tab_budget_lines .budget_lines .budget_line
{
    font-family: Tahoma;
    margin-bottom: 4px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .budget_line_bg
{
    background-color: #fafafa;
    border-radius: 5px;
    padding: 10px 20px 10px 11px;
    margin: 0px;
    font-family: Tahoma;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
    position: relative;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .logo
{
	position: relative;
    float: left;
    width: 44px;
    height: 44px;
    margin: 0px 22px 0px 0px;
    background: transparent;
    box-sizing: content-box;
}

#tab_budget_lines .logo.gp01
{
	background: url(images/gp/01.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp02
{
	background: url(images/gp/02.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp03
{
	background: url(images/gp/03.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp04
{
	background: url(images/gp/04.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp05
{
	background: url(images/gp/05.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp06
{
	background: url(images/gp/06.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp07
{
	background: url(images/gp/07.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp08
{
	background: url(images/gp/08.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp09
{
	background: url(images/gp/09.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp10
{
	background: url(images/gp/10.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp11
{
	background: url(images/gp/11.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp12
{
	background: url(images/gp/12.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp13
{
	background: url(images/gp/13.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp14
{
	background: url(images/gp/14.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp15
{
	background: url(images/gp/15.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp16
{
	background: url(images/gp/16.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp17
{
	background: url(images/gp/17.png) no-repeat left top !important;
}

#tab_budget_lines .logo.gp18
{
	background: url(images/gp/18.png) no-repeat left top !important;
}

#tab_budget_lines .budget_lines .budget_line .label
{
	height: 44px;
	color: #787878;
	font-size: 14px;
    font-family: Calibri;
    position: relative;
    display: table;
    vertical-align: middle;
    float: left;
    max-width: 430px;
    line-height: 20px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .label.link
{
	text-decoration: underline;
	cursor: pointer;
}

#tab_budget_lines .budget_lines .budget_line .label p
{
	margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#tab_budget_lines .budget_lines .budget_line .cost
{
    height: 44px;
	color: #8d6e63;
	font-size: 18px;
    font-family: Arial;
    position: relative;
    display: table;
    vertical-align: middle;
    float: right;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .cost p
{
	margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#tab_budget_lines .budget_lines .budget_line .range
{
	position: relative;
    float: right;
    padding-top: 10px;
    margin-left: 20px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_down
{
	background: url(images/arrow-down.png) no-repeat center center;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line
{
	display: inline-block;
	width: 350px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range
{
	display: inline-block;
    width: 350px;
    padding: 0px;
    margin: 0px 12px;
    top: -5px;
    height: 11px;
    border-color: #e7e7e7;
    float: none;
    clear: none;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range .ui-slider-range.range_bk_green
{
	background: #00c853 url(images/slider-progress-segment.png) repeat-x left top;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range .ui-slider-range.range_bk_red
{
	background: #00c853 url(images/slider-regress-segment.gif) repeat-x left top;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range a
{
    text-decoration: none;
    overflow: visible;
    outline: none;
    cursor:pointer;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range a span,
#tab_budget_lines .budget_lines .budget_line .range .slider-range a:hover span
{
	position: absolute;
    top: -14px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    color: #6a6b6b;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range span.red,
#tab_budget_lines .budget_lines .budget_line .range .slider-range a:hover span.red
{
	color: #f05d4a;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line .range_scal
{
	height: 10px;
	position: relative;
    top: 6px;
    border-radius: 5px;
    border: solid 1px #e4e4e4;
    cursor: pointer;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line .range_no_scal
{
	position: relative;
    top: -1px;
    right: -1px;
    float: right;
    background: white url(images/bk01.png) repeat-x left top;
    height: 10px;
    border-radius: 5px;
    border: solid 1px #e4e4e4;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .slider-range a.ui-slider-handle
{
	background: url(images/slider.png) no-repeat left top;
    border: none;
    width: 24px;
	height: 24px;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line .range_ball
{
	background: url(images/slider.png) no-repeat left top;
	width: 24px;
	height: 24px;
	position: relative;
	top: -6px;
    left: -12px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line .range_scal.range_bk_green
{
	background: #00c853 url(images/slider-progress-segment.png) repeat-x left top;
}

#tab_budget_lines .budget_lines .budget_line .range .range_line .range_scal.range_bk_red
{
	background: red;
}

#tab_budget_lines .budget_lines .budget_line .range .range_up
{
	background: url(images/arrow-up.png) no-repeat center center;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .range .range_cancel
{
	background: url(images/reset.png) no-repeat center center;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	box-sizing: content-box;
}

#tab_budget_lines .budget_lines .budget_line .comment_panel
{
	display: none;
	background: #00c853;
    position: relative;
    top: -5px;
    border-radius: 5px;
    color: white;
    padding: 15px 16px 12px 16px;
    margin: 0px 20px;
    font-size: 12px;
    z-index: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    line-height: 16px;
}

#tab_budget_lines .budget_lines .budget_line .comment_panel.green
{
	background: #00c853;
}

#tab_budget_lines .budget_lines .budget_line .comment_panel.red
{
	background: #f05d4a;
}

#tab_budget_lines .budget_lines span.lnk_back
{
	color: #00bcd4;
	font-size: 12px;
    font-family: Arial;
    text-decoration: underline;
    margin-bottom: 18px;
    display: inline-block;
    cursor: pointer;
}

#tab_budget_lines .budget_lines .title_panel .logo
{
	width: 44px;
    height: 44px;
    float: left;
    padding-right: 16px;
    position: relative;
    top: 4px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .title_panel .label
{
	font-family: Tahoma;
    display: table;
    /* padding-top: 10px; */
    font-size: 22px;
    line-height: 28px;
    position: relative;
    height: 48px;
    box-sizing: content-box;
}

#tab_budget_lines .budget_lines .title_panel .label div
{
	display: table-cell;
    /* text-align: center; */
    vertical-align: middle;
}

.contents #tab_budget_lines .budget_lines .celi_panel h3,
.contents #tab_budget_lines .budget_lines .budget_panel h3
{
	color: #6a6b6b;
	font-family: Arial;
	text-decoration: none;
	border: none;
	font-size: 14px;
	padding: 0px;
}

.contents #tab_budget_lines .budget_lines .celi_panel div
{
	color: #6a6b6b;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
}

.contents #tab_budget_lines .budget_lines .budget_panel div
{
	font-family: Arial;
    font-size: 20px;
    color: #8d6e63;
    font-weight: bold;
}

/* Tab #tab_your_result */

.tab_your_result_table {
    margin: 20px 0 20px 0;
}

.your_result_tbl_header
{
	background-color: #0aa650;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: White;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 1px;
}

.your_result_tbl_header .hdr_name
{
	position: relative;
	float: left;
	width: 250px;
	padding: 22px 0 22px 0;
	box-sizing: content-box;
}

.your_result_tbl_header .hdr_change
{
	position: relative;
	float: left;
	width: 280px;
	padding: 22px 0 22px 20px;
	border-left: solid 1px #00796b;
	box-sizing: content-box;
}

.your_result_tbl_header .hdr_result
{
	position: relative;
	float: left;
	padding: 22px 0 22px 20px;
	border-left: solid 1px #00796b;
}

.your_result_tbl_row
{
	background-color: #fafafa;
    border-radius: 5px;
    padding: 11px 0px 11px 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #6a6b6b;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 44px;
	margin-bottom: 1px;
	width: 100%;
	vertical-align: middle;
	display: table;
	line-height: 18px;
}

.your_result_tbl_row .hdr_name
{
	position: relative;
	width: 230px;
	padding: 0 20px 0 20px;
	vertical-align: middle;
	display: table-cell;
}

.your_result_tbl_row .hdr_change
{
	position: relative;
	width: 260px;
	padding: 0 20px 0 20px;
	vertical-align: middle;
	display: table-cell;
}

.your_result_tbl_row .hdr_result
{
	position: relative;
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px 0 20px;
}

/* Msg Send Info */

.budget_calculator .send_info
{
	display: none;	
}

.send_info .info {
    font-family: Arial;
    font-size: 16px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #0aa650;
    font-weight: bold;
}

.send_info .footer-buttons
{
	width: 100%;
    background-color: transparent;
    height: 100%;
	text-align: center;
}

.send_info .footer-buttons input[type="button"]
{
	color: White;
    background-color: #0aa650;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family: Tahoma;
    padding: 7px 14px 8px 14px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
}

/**/

form_table tr.params_state_programm
{
	display: none;	
}

/**/
.budget_calculator .additional_info_table {
    width:80%;
    margin:0 auto;
}
.budget_calculator .additional_info_table td.cell_title {
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    width: 200px;
    padding: 10px 10px 10px 0;
}
.budget_calculator .additional_info_table td.cell_field {
    vertical-align: middle;
    text-align: right;
    padding:10px 0 10px 10px;
}
.budget_calculator .additional_info_table td.cell_field input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    padding: 6px;
}
.budget_calculator .additional_info_table td.cell_field textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding:6px;
}
.budget_calculator .additional_info_table .pd_info
{
    text-align:left;
    font-size:80%;
}