.counterparty_check_steps_div, .counterparty_type_1_check_type_steps_div{
	display: none;
	margin: 10px 0 0 0;
}
.counterparty_check_step_div{
	display: none;
}
.counterparty_check_step_title{
	font-weight: bold;
	margin: 10px 0 0 0;
}
.calc_buttons_div{
	margin: 10px 0 0 0 !important;
	text-align: center;
}
.site_kalk{
	display: inline-block;
	float: none !important;
}
.counterparty_check_reference_form_div{
	margin: 10px 0 0 0;
	background: #F8F8F8;
    padding: 12px;
}
.kalk_result_blank {
    border: 1px solid #E3E3E3;
    background: white;
    padding: 35px 45px 25px;
    overflow: hidden;
}
.kalk_result_blank h4 {
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    font-size: 14px;
}
.kalk_result {
    margin: 0 !important;
    background-color: inherit !important;
    padding: 0 !important;
}
.calc_shadow {
    width: 100%;
}
.tooltip_question {
	cursor: pointer;
	vertical-align: middle;
}
input.res_editable,
.input_buffer {
	font-size: 13px;
	letter-spacing: 0.05em;
}
.res_editable {
	color: #8972AA;
	border: 0;
	border-bottom: 1px solid #8972AA;
	padding: 0 3px 1px;
	box-sizing: border-box;
}
input.res_editable {
	width: 50px;
	min-width: 50px;
	max-width: 100%;
}
#res_editable {

}
#res_editable .purple {
	color: #8972AA;
	border-bottom: 1px solid #8972AA;
	padding: 0 3px 1px;
}
.kalk_result_controls {
    display: table;
    margin: 0 auto 20px;
}
.counterparty_check_table, .counterparty_check_doc_table{
	margin: 10px 0 0 0;
	width: 100%;
}
.counterparty_check_table td:nth-child(1){
	width: 30%;
}
.counterparty_check_table tr td, .counterparty_check_doc_table tr td{
	border: 1px solid #E3E3E3 !important;
	padding: 5px;
}
.counterparty_check_inputs_div{
	margin: 5px 0 0 0;
}
.counterparty_check_input{
	margin: 2px;
	position: absolute;
}
.counterparty_check_input_text{
	padding-left: 20px;
	display: inline-block;
}
#counterparty_type_div{
	display: block;
	margin: 15px 0 0 0;
}
.radio_buttons_div_title{
	float: left;
	margin: 1px 0 0 0;
	padding: 10px;
	color: white;
	background-color: #8871a6;
}
.grey_radio_div{
	margin: 1px 0 0 0;
	padding: 10px;
	color: #8871a6;
	background-color: #e6e6e6;
}
.radio_div_active{
	color: white;
	background-color: #b2a1c9;
}
.counterparty_check_reference_form_div{
	display: none;
}
@media screen and (max-width: 599px) {
	.kalk_result_blank {
		padding: 10px 5px;
		box-sizing: border-box;
	}
	.counterparty_check_reference_form_div {
		padding: 10px 5px;
		box-sizing: border-box;
	}
}