.etf-rechner{
	font-family: Arial, sans-serif;
	/* font-size: 16px; */
	
	font-size: 15px;

	/*Fix*/
	color: #000000;
	/*end of Fix*/

	position: relative;
	line-height: 1.7em;
}

.etf-rechner *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.etf-rechner .etf-rechner-title{
	text-align: center;
    font-size: 29px;
    line-height: 1.1em;
    margin-bottom: 16px;
}

.etf-rechner .inputform {
    display: flex;
    /* width: 50%; */
    /* flex-direction: row; */
    flex-wrap: wrap;
	
	padding: 4.9% 8%;
    background-color: #F5F5F5;
    border-top: 4px solid #2196F3;
}

.etf-rechner .inputform ._col {
    width: 50%;
    /* display: flex; */
    flex-direction: column;
    /* flex-wrap: wrap; */
	padding: 10px;
}

.etf-rechner .inputform ._col._full-width{
	width: 100%;
}

/*.etf-rechner .inputform ._col._hidden{
	visibility: hidden;
    height: 0;
    padding: 0;
}*/

.etf-rechner ._hidden{
	visibility: hidden!important;
    height: 0!important;
    padding: 0!important;
}

.etf-rechner .etf-rechner-notify{
    background-color: #2196f3;
    padding: 5px 11px;
    color: #ffffff;
}

.etf-rechner .etf-rechner-notify.absolute-position{
	position: absolute;
	right: 11px;
    top: 61px;
}

.etf-rechner .etf-rechner-notify.notify-large{
	border-radius: 10px;
    padding: 10px 16px;
}

.etf-rechner .inputform ._label {
	font-weight: 600;
	padding-bottom: 4px;
}

.etf-rechner .inputform ._label .label-content {
    margin-right: 8px;
}

/*.etf-rechner input[type="text"]{
	text-align: right;
}*/

.etf-rechner .inputform ._input ._validator{
	color: red;
}

.etf-rechner input{
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.etf-rechner input:focus, .etf-rechner select:focus, .etf-rechner button:focus{
	outline: 0;
}

.etf-rechner input[type="text"], .etf-rechner select{
	/*border-color: #CACACA;*/
    padding: 5px;
    /* height: 100%; */
    height: 31px;
	/* font-size: 17px; */
	font-size: 15px;
	width: 100%;
}

/*.etf-rechner input.text, 
.etf-rechner input.title,*/
/*.etf-rechner input[type=email], 
.etf-rechner input[type=password], 
.etf-rechner input[type=tel], 
.etf-rechner input[type=text], 
.etf-rechner select, 
.etf-rechner textarea {
    
}*/

.etf-rechner input[type=email], .etf-rechner input[type=email]:hover,
.etf-rechner input[type=password], .etf-rechner input[type=password]:hover,
.etf-rechner input[type=tel], .etf-rechner input[type=tel]:hover, 
.etf-rechner input[type=text], .etf-rechner input[type=text]:hover, 
.etf-rechner select, .etf-rechner select:hover, 
.etf-rechner textarea, .etf-rechner textarea:hover{
	border: 1px solid #bbbbbb;
    color: #4e4e4e;
    background-color: #ffffff;
}

/*.etf-rechner .result-row{
    display: flex;
    align-items: center;
}

.etf-rechner .result-row .result-col {
    width: 100%;
	display:inherit;
}*/

.etf-rechner .outputform ._col .result-row:nth-child(2) {
	padding-top: 10px;
	
}

/*.etf-rechner .outputform ._col{
	/*background-color: cornflowerblue;*/
/*}*/

.etf-rechner .result-title {
    font-weight: 600;
    padding: 20px 0 6px 0;
	border-bottom: 2px solid #D0D0D0;
	width: 100%;
}

.etf-rechner .result-row.bg-colored{
	background-color: #F5F5F5;
}

/*.etf-rechner .result-row.bottom-bordered{
	border-bottom: 2px solid #D0D0D0;
}*/

.etf-rechner .result-row {
    display: flex;
}

.etf-rechner .result-col{
	/*padding: 5px 0;*/
	padding: 6px 10px;
}

.etf-rechner .result-col:first-child {
	/*background-color: antiquewhite;*/
	width: 100%;
}

.etf-rechner .result-col:last-child {
	/*background-color: aquamarine;*/
	text-align: right;
	/*font-weight: 600;*/
}


.etf-rechner .result-table{
	overflow:auto;
	/*max-height: 514px;
	height: auto;*/
}

.etf-rechner .result-table table {
	border-spacing: 0;
	border-collapse: collapse;
	
	width: 100%;
	/*margin: 0 0 15px 0;*/
	margin: 0 0 0 0;
    border: 1px solid #eee;
    text-align: left;
}

.etf-rechner .result-table td, .etf-rechner .result-table th {
    border-right: 0px solid;
    border-bottom: 0px solid;
}

.etf-rechner .result-table table thead tr {
	text-align: right;
}

.etf-rechner .result-table table thead th {
	white-space: nowrap;

	padding: 9px 24px;
    color: #555;
    font-weight: 700;	
}

.etf-rechner .result-table table thead tr th:first-child {
	text-align: center;
}

.etf-rechner .result-table table tbody tr td {
	padding: 6px 24px;
    border-top: 1px solid #eee;

	text-align: right;
}

.etf-rechner .result-table table tbody tr td:first-child {
	text-align: center;
}

.etf-rechner .result-table table tbody tr:nth-child(odd) {
    background-color: #ebf6ff;
}

.etf-rechner .result-table table tbody tr:last-child td{
	font-weight: bold;
}

.etf-rechner .outputform ._col.last-column .result-col{
	border-bottom: 2px solid #D0D0D0;
}

.etf-rechner .outputform ._col.last-column .result-col:first-child{
	padding-left: 0;
	margin-left: 10px;
}

.etf-rechner .outputform ._col.last-column .result-col:last-child{
	padding-right: 0;
	margin-right: 10px;
}

/*Tooltip*/
.etf-rechner ._tooltip {
	/*float: left;*/
	position: relative;
	display: inline-block;
}

.etf-rechner .inputform ._tooltip {
    top: -1px;
}

.etf-rechner ._tooltip ._tooltiptxt {
	opacity: 0;
	visibility: hidden;
    width: 219px;
    text-align: left;
	
	/*font-family: Arial, sans-serif;*/
	font-size: 12px;
	line-height: 1.5em;
	
	/* Position the tooltip */
    position: absolute;
    z-index: 1;
    /*top: 100%;
    left: 50%;
	margin-left: -105px;*/
	
    left: -92px;
	bottom: 26px;

	/*border: 1px solid #5d5d5d;*/

	transition: 0.3s opacity, 0.2s visibility;
}

.etf-rechner ._tooltip ._tooltiptxt:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
	/*background-color: #222222;*/
	/*background-color: rgb(202 202 202 / 77%);*/
	/*background-color: rgb(202 202 202);*/
	background-color: #626365;
    transform: rotate(45deg);
    bottom: -5px;
	left: 96px;
    z-index: -1;
}

.etf-rechner ._tooltip ._tooltiptxt ._content{
	/*background-color: #ffffcc;*/
	/*background-color: rgb(202 202 202 / 77%);*/
	/*border-left: 6px solid #ffeb3b;*/
	/*background-color: rgb(202 202 202);*/
	background-color: #626365;
	padding: 5px 8px 5px 8px;
	display: block;
	border-radius: 4px;
	color: #ffffff;
}

.etf-rechner ._icon:hover + ._tooltiptxt {
	opacity: 1;
	visibility: visible;
}

.etf-rechner ._tooltip ._icon{
	cursor: default;
}
/*end of Tooltip*/

span.inline-flex-mode{
	display: inline-flex;
}

span.inline-flex-mode span.cl {
    display: inline-flex;
	align-items: center;
	padding-left: 10px;
	position: relative;
    top: 1px;
}

span.inline-flex-mode span.cl:first-child{
	padding-left: 0;
}

span.inline-flex-mode span.cl input[type="radio"]{
	margin: 0px;
    margin-right: 4px;
}

.etf-rechner input[type="button"], .etf-rechner button{
	background-color: #2196f3;
    border: 0;
    color: #ffffff;
	padding: 10px 18px;
	/*border-bottom: 3px solid #006fc7;*/
	box-shadow: 0px 3px 0px 0px #0068bb;
	cursor: pointer;
}

.etf-rechner input[type="button"]:active, .etf-rechner button:active{
	/*border-bottom: 0px solid #006fc7;*/
	/*margin-bottom: -3px;*/
	position: relative;
	top:3px;
	box-shadow: 0px 0px 0px 0px #0068bb;
}

/*Traffic Light*/
.etf-rechner .tr-container{
	background-color: #2c3e50;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 15px;
	height: 200px;
	width: 70px;
}

.etf-rechner .tr-container .circle{
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	position: relative;
	height: 40px;
	width: 40px;
}

.etf-rechner .tr-container .circle:after{
	content: "";
	/*background-color: #fff;*/
	border-right: 4px solid rgba(255,255,255,0.6);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	width: 30px;
	height: 30px;
}

.etf-rechner .tr-container .circle.red{
	background-color: #c0392b;
	box-shadow: 0 0 20px 5px #c0392b;
}

.etf-rechner .tr-container .circle.yellow{
	background-color: #f1c40f;
	box-shadow: 0 0 20px 5px #f1c40f;
}

.etf-rechner .tr-container .circle.green{
	background-color: #2ecc71;
	box-shadow: 0 0 20px 5px #2ecc71;
}

.etf-rechner ._col ._label .trafficlight svg{
	width: 46px;
    top: 4px;
    position: relative;
}

.etf-rechner ._col ._label .trafficlight svg .light{
	visibility: hidden;
}

.etf-rechner ._col ._label .trafficlight svg .light.on {
    visibility: visible;
}

.etf-rechner ._col ._label .trafficlight  ._tooltip ._tooltiptxt{
	left: -85px;
}

.etf-rechner ._col ._label .trafficlight ._tooltip ._tooltiptxt:before{
	/*display: none;*/
	left: 103px;
}

/*End of Traffic Light*/

/*Scrollbar*/
/* width */
.etf-rechner ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
  
/* Track */
.etf-rechner  ::-webkit-scrollbar-track {
	/*background: #f1f1f1;*/ 
	background: #F5F5F5;
}
   
/* Handle */
.etf-rechner ::-webkit-scrollbar-thumb {
	/*background: #888;*/
	background: #C1C1C1; 
	border-radius: 10px;
}
  
/* Handle on hover */
.etf-rechner  ::-webkit-scrollbar-thumb:hover {
	/*background: #555;*/
	background: #A8A8A8;
}
/*End of Scrollbar*/

/*CENTERED*/
.etf-rechner ._centered{
	text-align: center;
}
/*END OF CENTERED*/


@media only screen and (min-width: 801px){
	.etf-rechner .outputform .canvas-container{
		height: 35em;
	}
}

@media only screen and (max-width: 800px){
	.etf-rechner .inputform ._col {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.etf-rechner .outputform .canvas-container{
		height: 349px;
	}
}

@media only screen and (max-width: 400px){
	.etf-rechner .outputform .canvas-container {
    	height: 305px;
	}
}

._loan-calculate{
	font-family: Arial, sans-serif;
	font-size: 16px;
	
	/*Fix*/
	color: #000000;
	/*end of Fix*/

	/*Debug for IOS Safari*/
	/*cursor:pointer;*/
	/*end of Debug for IOS Safari*/
}

._loan-calculate input[type="text"]{
    text-align:right;
	/*height: 29px;*/
	padding: 3px 5px 3px 5px;
	border-color: #c3c3c3;
	
	/*width: 100%;*/
	/*font-size: 16.5px;*/
	font-size: 16px;
	
	/*Fix*/
	height: 25px;
	/*width: -webkit-fill-available;*/
	/*width: 78%;*/
	width: 100%;
	background-color: #ffffff;
	
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
	
	-webkit-user-select: text!important; /* Chrome, Opera, Safari */
    -moz-user-select: text!important; /* Firefox 2+ */
    -ms-user-select: text!important; /* IE 10+ */
    user-select: text!important; /* Standard syntax */
	/*Fix*/
	
	/*Debug for IOS Safari*/
	/*cursor:pointer;*/
	/*end of Debug for IOS Safari*/
}

/*Fix*/
._loan-calculate input[type="text"]:hover{
	border-color: #c3c3c3;
}
/*end of Fix*/

._loan-calculate .readonly.hidden input{
	background-color: #eaeaea!important;
    color: #000000;
	border-color: #c3c3c3;
}

._loan-calculate .readonly.hidden input:focus  {
    border-color: #c3c3c3;
}



._loan-calculate .second-form.hidden ._input_inner {
    visibility: hidden;
}

._loan-calculate .__buttons.hidden{
	display:none;
}

._loan-calculate ._alert_msg_content {
    background-color: #2196F3;
	color: #ffffff;
    padding: 8px 15px;
	
    border-radius: 5px;
    line-height: 1.22em;
	
    /*margin-left: 40%;
    margin-right: 3.5%;*/
	
	/*Fix*/
	margin-left: 38%;
    margin-right: 2.5%;
	/*end of Fix*/
	
	margin-top: 8px;
    margin-bottom: 8px;
}

._loan-calculate ._alert_msg.hidden{
	display:none;
}

/*DIV TAG*/
._loan-calculate {
    border: 1px solid #ebebeb;
}

._loan-calculate ._title {
    padding: 10px 19px;
    background-color: #225fbd;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3em;
}

._loan-calculate ._head-form{
	display: flex;
}

._loan-calculate ._row {
    width: 100%;
}

._loan-calculate ._row.first-form {
    width: 218%;
}

._loan-calculate ._row.first-form ._info {
    width: 136%;
}

._loan-calculate ._row.second-form ._col {
    padding-right: 9%;
}

._loan-calculate ._col {
    display: flex;
	align-items: center;
	padding: 7px;
	/*border-top: 1px solid #ebebeb;*/
	border-bottom: 1px solid #ebebeb;
}

/*._loan-calculate ._col:last-child {
    border-bottom: 1px solid #ebebeb;
}*/

._loan-calculate ._col:first-child {
    border-top: 1px solid #ebebeb;
}

._loan-calculate ._col:nth-child(even) {
    background-color: #fafafa;
}

._loan-calculate ._col .__col {
    width: 100%;
	padding: 0 8px;
}

._loan-calculate ._col ._info {
    text-align: right;
}

._loan-calculate .second-form ._info{
	display:none;
}

/*INPUT*/

._loan-calculate ._input {
    margin-right: 35px;
}

._loan-calculate ._input_inner{
	position: relative;
}

._loan-calculate ._input_inner .__icon{
	width: 30px;
	/*border: 1px solid #c3c3c3;*/
    
	/*border-top: 1px solid;*/
	
	border-left: 1px solid;
	border-color: #c3c3c3;
	
	display: inline-block;
    text-align: center;
    position: absolute;
	color: #000000;
	right: 0;
	
	/*Fix*/
	padding: 3px 0;
	top: -6px;
	/*end of Fix*/
	
}

._loan-calculate ._input_inner .__icon svg {
    /*width: 27px;*/
    display: block;
    padding: 7px;
	
	/*Fix*/
	width: 12px!important;
    left: 2px;
    position: relative;
	/*End of Fix*/
}

._loan-calculate ._input_inner input[type="text"]{
	padding-right: 34px;	
}

/*Fix*/
._loan-calculate ._input_inner input:focus {
    outline-offset: unset;
	outline: unset;
}
/*end of Fix*/

._loan-calculate .readonly.hidden .__icon{
	border-color: #c3c3c3;
}
/*END OF INPUT*/

/*BUTTON*/

._loan-calculate input[type="button"]{
	font-family: inherit;
	/*font-weight: bold;*/
    font-family: inherit;
	
	border: 0;
    padding: 7px 13px;
    
	font-size: 16px;
	
    background-color: #225fbd;
	
	/*background-color: #4285F4;*/
    color: white;
	cursor: pointer;
}

._loan-calculate input[type="button"]:hover {
    opacity: 0.9;
}

/*Fix*/
._loan-calculate input[type="button"]:hover {
	outline: 0;
}
/*End of Fix*/

._loan-calculate .__buttons_col{
	width: 100%;
	display: flex;
}

._loan-calculate .__buttons__col {
    width: 25.8%;
}

._loan-calculate .__buttons {
    padding: 7px 0;
	/*Fix*/
	margin-left: 38%;
	/*End of Fix*/
}

/*._loan-calculate .__buttons {*/
	/*margin-left: 40%;*/
/*}*/
/*END OF BUTTON*/


/*RADIO BUTTON*/
._loan-calculate input[type="radio"], ._calc-tab input[type="radio"]{
    margin: 0;
}
/*END OF RADIO BUTTON*/

/*TABS*/
._calc-tab{
	font-family: Arial, sans-serif;
	font-size: 16px;
	border: 1px solid #ebebeb;
}

/*._calc-tab ._tab {
    background-color: antiquewhite;
    display: flex;
}*/

._calc-tab ._tab {
    
	background-color: #225fbd;
	/*background-color: #987341;*/
	
    display: flex;
    font-size: 17px;
    line-height: 1.3em;
}

/*._calc-tab .__tab-btn {
    background-color: aliceblue;
    padding: 2px 11px;
	cursor: pointer;
}*/

/*._calc-tab .__tab-btn {
    background-color: aliceblue;
    padding: 8px 11px;
    cursor: pointer;
}*/


._calc-tab .__tab-btn {
	/*background-color: #225fbd;*/
    /*background-color: aliceblue;*/
   
	/*padding: 10px 10px;*/
	padding: 10px 16px;
    cursor: pointer;
	color: #ffffff;
	border-right: 1px solid #386fc3;
}

._calc-tab .__tab-btn.active{
	/*background-color: #21529c;*/
    /*background-color: #2c6fd4;*/
	background-color: #2196F3;
    color: #ecf4ff;
}

._calc-tab .__tab-content {
    /*padding: 7px 10px;*/
    /*background-color: lavender;*/
	
	/*background-color: #03A9F4;*/
	display: none;
}

._calc-tab ._tab_content_wrap .__tab-content:first-child{
	display: block;
}

._calc-tab ._tab_content_wrap{
	
}

._calc-tab ._loan-calculate {
    border: 0px solid #ebebeb;
}

._calc-tab ._loan-calculate ._col:first-child {
    border-top: 0px;
}

._calc-tab ._loan-calculate .calc-btn{
	background-color: #2196F3;
	color: #ebf6ff;
}

/*For link button*/
._calc-tab ._loan-calculate a.linkbutton{
	text-decoration:none;
}

._calc-tab ._loan-calculate a.linkbutton .calc-btn{
	background-color: #f1a319!important;
	/*padding: 8px 12px;*/
	padding: 7px 13px;
}
/*End of link button*/

/*._calc-tab div:nth-child(1) .__tab-content{
	display:block;
}*/

/*= Tabs Radio Mode =*/
._calc-tab.radio-button-mode input[type="radio"]{
	margin-right: 4px;
}

._calc-tab.radio-button-mode .__tab-btn.active {
    background-color: transparent;
	color:#ffffff;
}
/*= end of Tabs Radio Mode =*/

/*= Custom Tab Css =*/
._calc-tab.custom-tab ._loan-calculate{
	/*border: 0px solid #386fc3;*/
	border-top: 1px solid #386fc3;
}
/*= end of Custom Tab Css=*/

/*CUSTOM-TAB BUTTON COLOR FOR BOTH CALCULATORS*/
._calc-tab.custom-tab.button-color ._loan-calculate .calc-btn {
    /*background-color: #FAB020;*/
    background-color: #225fbd;
}
/*END OF CUSTOM-TAB BUTTON COLOR FOR BOTH CALCULATORS*/

/*CUSTOM-TAB TITLE BG COLOR FOR BOTH CALCULATORS*/
._calc-tab.custom-tab.title-bg-color ._loan-calculate ._title {
    background-color: #2196F3;
}
/*CUSTOM-TAB TITLE BG COLOR FOR BOTH CALCULATORS*/

/*END OF TABS*/

/*DUAL FORM*/
._loan-calculate .dual-form{
	margin-top: -42px;
}

._loan-calculate .dual-form .first-form ._dform-title{
	/*background-color: aliceblue;*/
    /*width: 45%;*/
	width: 44.6%;
    margin: 0 0 0 auto;
}

/*._loan-calculate .dual-form ._dform-title{
	
}*/

._loan-calculate .dual-form ._dform-title {
    /*background-color: #2196F3;*/
    height: 28px;
    border: 0;
    border-left: 1px solid;
    border-color: #386fc3;
    text-align: center;
    color: white;
}	
/*END OF DUAL FORM*/

/*IN ANNUITY DUAL FORM TITLE ENABLED*/
/*
	this is different from .dual-form class
	the .dual-form-title-enabled only applies to ANNUITY 
	shortcode of wordpress plugin
*/

/*._loan-calculate ._col:nth-child(even) {
    background-color: #ffffff;
}
._loan-calculate ._head-form.dual-form-title-enabled ._col:nth-child(odd) {
    background-color: red;
}*/
._loan-calculate.dual-form-title-enabled ._head-form{
	margin-top: -43px;
}

._loan-calculate.dual-form-title-enabled .second-form span.dual-title{ /* to prevent title from breaking */
	color: #ffffff;
	white-space: nowrap;
	margin-right: -45px;
}

._loan-calculate.dual-form-title-enabled .dual-form-title-enabled-col ._input_inner{
	color:#ffffff;
}
/*END OF ANNUITY IN ANNUITY DUAL FORM TITLE ENABLED*/


/*DISPLAY NONE*/
._loan-calculate .display-none{
	display:none!important;
}
/*END OF DISPLAY NONE*/

/*DISPLAY NONE*/
._loan-calculate .visibility-hidden{
	visibility:hidden!important;
}

._loan-calculate .visibility-hidden.height-zero{
	height:0!important;
}
/*END OF DISPLAY NONE*/

/*GENERATE REPORT BUTTON*/
._loan-calculate ._col_gen_report.buttons ._info{
	display:flex;
}
/*END OF GENERATE REPORT BUTTON*/

/*GENERATE REPORTS IN THE CALC ROW*/
._loan-calculate ._col_gen_report._graph{
	align-items: baseline;
	background-color:#ffffff!important;
}

._loan-calculate ._col_gen_report._graph ._info{
	position: relative;
	/*top: 17px;*/
	/*padding-right: 18px;*/
	padding-right: 48px;
}

._loan-calculate ._col_gen_report._graph ._input{
	margin:0;padding:0;"
}

._loan-calculate ._col_gen_report._graph ._input .chart-legend{
	margin-bottom: -24px;
	background-color: #ffffff;
	position: relative;
	text-align:center;
	z-index: 1;
}

._loan-calculate ._col_gen_report._graph ._input .chart-legend img{
	width: 192px;
}

._loan-calculate ._col_gen_report._graph ._input .chart-container{
	height: 18em;
	width: 100%;
}

._loan-calculate ._col_gen_report._graph ._input .chart-container canvas{
	width: 100%;
}
/*END OF GENERATE REPORTS IN THE CALC ROW*/

/*GENERATE REPORTS*/
._loan-calculate .displayGeneratedReport{
	/*height:0;*/
}

._loan-calculate .displayGeneratedReport .disp_title {
    /*display: flex;*/
	/*border-top: 1px solid #ebebeb;*/
	text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 6px 0px;
    font-weight: 600;
}

._loan-calculate .displayGeneratedReport .disp_col_title {
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    /*box-shadow: 0px 0px 0px 1px #ebebeb;*/
}

._loan-calculate .displayGeneratedReport .disp_row{
	display: flex;
}


/*._loan-calculate .displayGeneratedReport .disp {*/
._loan-calculate .displayGeneratedReport .disp_col {
    display: flex;
    flex-direction: column;
    width: 100%;
	/*border: 1px solid #ebebeb;*/
}

._loan-calculate .displayGeneratedReport .disp_row .disp_col:first-child{
	border-right: 1px solid #ebebeb;
}

/*._loan-calculate .displayGeneratedReport .disp_row .disp_col:last-child{
	border-left: 1px solid #ebebeb;
}*/
/*._loan-calculate .displayGeneratedReport .disp {
    display: flex;
    flex-direction: column;
    width: 100%;
}*/

._loan-calculate .displayGeneratedReport .chart-container{
	position: relative; 
	/*height:40vh;*/
	height: 18em;
    /*background-color: aliceblue;*/
	width:100%;
	/*width: 519px;*/
	padding-top: 13px;
	/*border-top: 1px solid #ebebeb;*/
}

._loan-calculate .displayGeneratedReport .display-table table {
    /* padding-top: 11px; */
    /*margin-top: 13px;*/
	margin-top: 18px;
	/*margin-left: -1px;*/
	/*margin-bottom:0px;*/
	margin-bottom: -1px;
	border-left:0px;
}

._loan-calculate .displayGeneratedReport .display-table table tr th:last-child, ._loan-calculate .displayGeneratedReport .display-table table tr td:last-child {
	border-right:0px;
}

/*._loan-calculate .displayGeneratedReport .display-table table tr:last-child td{
	border-bottom:0px;
}*/

/*._loan-calculate .displayGeneratedReport .display-table tr, th {
	border-left: 0px;
}*/
/*END OF GENERATE REPORTS*/

/*MODAL*/
/*.calc_modal-container{
	top: 0;
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}*/


._loan-calculate .modal-view{
	cursor:pointer;
}

._loan-calculate .calc_modal-container {
    
	/*top: 0;
	left: 0;
    position: fixed;*/
	
	/*Debug*/
	
	/*end of Debug*/
	
    z-index: 9999;
    height: 100%;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

body.calc_modal-is-open{
	overflow:hidden;
}

._loan-calculate .calc_modal-container.hidden{
	visibility:hidden;
	height:0;
}

._loan-calculate .calc_modal-container.show-modal-container{
	top: 0;
	left: 0;
    position: fixed;
	height:100%;
	visibility:visible;
}

._loan-calculate .calc_modal-container ._bar .exit{
	cursor:pointer;
}

._loan-calculate .calc_modal-container .calc-modal-box {
    
	width: 90%;
	
	/*max-width: 980px;*/
	
	max-width: 90%;
	
    position: relative;
    margin: 0 auto;
    /*height: 48vh;*/
    
	
	/*height: 50vh;*/
	
	
	/*min-height:300px;*/
	
	min-height: 80%;
	
	
	/*height: 300px;*/
	/*max-height:400px;*/
    background-color: #ffffff;
}

._loan-calculate .calc_modal-container .calc-modal-box ._bar{
	background-color: #225fbd;
    color: white;
    height: 45px;
    display: flex;
    padding: 0 15px;
	align-items: center;
}

/*.calc_modal-container .calc-modal-box ._bar span{
	width:100%;
}*/

._loan-calculate .calc_modal-container .calc-modal-box ._bar .bar-container{
	width:100%;
}

._loan-calculate .calc_modal-container .calc-modal-box ._bar .exit{
    float: right;
}

._loan-calculate .calc_modal-container .calc-modal-box ._bar svg{
    width: 24px;
    display: flex;
}

._loan-calculate .calc_modal-container .chart-container{
	position: relative;
	margin: auto;
	/*height: 80vh;*/
	/*height: 100%;*/
	/*width: 80vw;*/
	
	/*height: 44vh;
	min-height:255px;*/
	
	height: 75vh;
	
	width: 100%;
}

._loan-calculate .calc-modal-box .display-graph {
    padding: 2%;
}

._loan-calculate .calc-modal-box .display-graph .legend img {
    width: 219px;
}

._loan-calculate .calc-modal-box .display-graph .legend {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
}
/*END OF MODAL*/

/*READ ONLY ADJUST*/
._loan-calculate.transparent-readonly .readonly{
	margin-right: 24px;
	margin-left: 11px;
}

._loan-calculate.transparent-readonly .readonly input[type="text"]{
	padding-right: 23px;
}

._loan-calculate.transparent-readonly .readonly input[type="text"]{
	border-color: transparent!important;
	font-weight: 600!important;
	background-color: transparent!important;
}

._loan-calculate.transparent-readonly .readonly .__icon{
	border-color: transparent!important;
    font-weight: 600!important;
}

._loan-calculate.transparent-readonly .readonly.hidden .__icon{
	visibility:hidden;
}

/*.transparent-readonly .readonly input[type="text"]{
	/*border-color: transparent!important;
	font-weight: 600!important;
	background-color: transparent!important;*/
/*	background-color: #eaeaea!important;
	font-weight: 600!important;
}*/
    
/*END OF READ ONLY ADJUST*/

/*SECOND FORM CLICK SHOW ON DESKTOP*/
/*._loan-calculate .second-form.second_form_clickshow-hide-form{
	visibility:hidden;
	height:0;
}*/
	
._loan-calculate .second-form.second_form_clickshow_enabled{
	visibility:visible;
	height:100%;
}
/*END OF SECOND FORM CLICK SHOW ON DESKTOP*/


/*CUSTOM ROW TABLE COLOR IN DUAL-FORM-TITLE-ENABLED*/
._loan-calculate.dual-form-title-enabled ._col:nth-child(even) {
    background-color: #ffffff;
}

._loan-calculate.dual-form-title-enabled ._col:nth-child(odd) {
    background-color: #fafafa;
}

._loan-calculate.dual-form-title-enabled .dual-form-title-enabled-col{
	background-color: transparent!important;
}
/*END OF CUSTOM ROW TABLE COLOR IN DUAL-FORM-TITLE-ENABLED*/


@media only screen and (min-width: 769px){
	/*DESKTOP HIDE*/
	.desktop-hide{
		display:none!important;
	}
	/*END OF DESKTOP HIDE*/
}

@media only screen and (max-width: 1208px){
	._loan-calculate ._tooltip ._tooltiptxt {
		left: 0;
		margin-left: -16px;
	}
}

@media only screen and (max-width: 768px){
	._loan-calculate ._row.first-form {
		width: auto;
	}
	
	._loan-calculate ._row.first-form ._info {
		width: auto;
	}
	
	._loan-calculate ._row.second-form ._col {
		padding-right: 7px;
	}
	
	._loan-calculate ._head-form {
		display: block;	
	}

	._loan-calculate ._col {
		display: block;
	}
	
	._loan-calculate ._col ._info {
		text-align: left;
	}
	
	._loan-calculate ._tooltip {
		margin-right: -18px;
	}
	
	/*._loan-calculate ._tooltip ._tooltiptxt {
		left: 93px;
	}*/
	
	._loan-calculate ._info-name {
		display: block;
		margin: auto 0 auto 29px;
		line-height: 1.2em;
		padding-bottom: 6px;
	}
	
	._loan-calculate ._col .__col {
		width: auto;
		padding: 0 7px 0 4px;
	}
	
	._loan-calculate ._col .__col._input {
		/*margin: auto 0 auto 30px;*/
		padding-bottom: 4px;
		
		/*Fix*/
		margin-right: 41px;
    	margin-left: 30px;
		/*end of Fix*/
	}
	
	._loan-calculate .second-form.hidden{
		display: none;
	}
	
	._loan-calculate .second-form ._info{
		display:block;
	}
	
	._loan-calculate ._alert_msg_content {
		margin-left: 12px;
		margin-right: 12px;
	}
	
	._loan-calculate .__buttons {
		margin-left: 41px;
	}
	
	._loan-calculate .second-form ._col:last-child{
		border-bottom: 0px solid #ebebeb;
	}
	
	/*DUAL FORM*/
	._loan-calculate .dual-form {
		margin-top: 0px;
	}
	
	._loan-calculate .dual-form .first-form ._dform-title {
		width: auto;
		margin: 0;
	}
	
	._loan-calculate .dual-form ._dform-title {
		background-color: #2196F3;
		border: 0;
		border-left: 0px solid;
		height: auto;
		text-align: left;
		padding: 6px 15px;
	}
	
	
	._loan-calculate .dual-form .second-form ._tooltip{
		display:none;
	}
	
	._loan-calculate .dual-form .second-form ._col:last-child {
		border-bottom: 1px solid #ebebeb;
	}
	/*END OF DUAL FORM*/
	
	/*IN ANNUITY DUAL FORM TITLE ENABLED*/
	/*
	  this is different from .dual-form class
	  the .dual-form-title-enabled only applies to ANNUITY 
	  shortcode of wordpress plugin
	*/
	
	._loan-calculate.dual-form-title-enabled .dual-form-title-enabled-col{
		background-color: #2196F3!important;
		border-top: 0;
	}

	._loan-calculate.dual-form-title-enabled .dual-form-title-enabled-col ._input_inner{
		/*color:#000000;*/
	}
	
	._loan-calculate.dual-form-title-enabled .dual-form-title-enabled-col ._input{
		margin-left: 7px;
		margin-right: 7px;
		line-height: 1.29em;
	}

	._loan-calculate.dual-form-title-enabled ._head-form {
		margin-top: 0px;
	}
	
	._loan-calculate.dual-form-title-enabled .second-form span.dual-title {
		/*color:#000000;*/
		white-space: normal;
	}
	/*END OF ANNUITY IN ANNUITY DUAL FORM TITLE ENABLED*/
	
	
	/*GENERATE REPORTS IN THE CALC ROW*/
	._loan-calculate ._col_gen_report._graph ._info{
		/*position: relative;*/
		/*top: 17px;*/
		/*padding-right: 18px;*/
		margin-left: 29px;
	}
	
	._loan-calculate ._col_gen_report._graph ._input{
		margin-right: 4px;
	}
	/*END OF GENERATE REPORTS IN THE CALC ROW*/
	
	
	/*LINK BUTTON ROW BUTTON*/
	/*._loan-calculate .second-form.second_form_clickshow_enabled{
		
	}*/
	
	._loan-calculate .second-form .linkButtonRow.hidden{
		display:none;
	}
	/*LINK BUTTON ROW BUTTON*/
	
	/*SECOND FORM CLICK SHOW ON MOBILE*/
	/*._loan-calculate .second-form.second_form_clickshow-hide-form{
		visibility:hidden;
		height:0;
	}*/
	
	._loan-calculate .second-form.second_form_clickshow_enabled{
		visibility:hidden;
		height:0;
	}

	._loan-calculate .second-form.second_form_clickshow_enabled.show_second_form_clickshow{
		visibility:visible;
		height:100%;
	}
	
	._loan-calculate ._col.second_form_clickshow_enabled.hidden{
		display:none;
	}
	
	/*second_form_clickshow_btn*/
	
	/*END OF SECOND FORM CLICK SHOW ON MOBILE*/
	
	/*INITIAL HIDDEN RESULT ON MOBILE*/
	._loan-calculate.initial-hidden-result-mobile ._col_result{
		display: none;
	}
	/*INITIAL HIDDEN RESULT ON MOBILE*/
	
	/*REMOVE TITLE IN BOTH CALCULATORS IN TAB*/
	._calc-tab.custom-tab ._loan-calculate ._title{
		display:none;
	}
	/*END OF REMOVE TITLE IN BOTH CALCULATORS IN TAB*/
	
	/*GENERATE REPORTS IN THE CALC ROW*/
	._loan-calculate ._col_gen_report._graph ._input .chart-container{
		width: 100%!important;
	}
	/*END OF GENERATE REPORTS IN THE CALC ROW*/
	
	/*MOBILE HIDE*/
	.mobile-hide{
		display: none!important;
	}
	/*END OF MOBILE HIDE*/
}

/*ADJUST WIDTH for mobile landscape*/
@media only screen and (max-width: 828px) and (min-width: 769px){
	._loan-calculate ._row.first-form ._info {
		width: 100%!important;
		padding-right: 0px;
	}
	
	._loan-calculate .long-text{
		font-size: 13px;
	}
}
/*ADJUST WIDTH for mobile landscape*/