/* All #ed8c2b changed to #ff0000 */


.ui-slider-horizontal {
	height: .4em !important
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.5em !important;
	top: -.35em !important
}

.ui-slider .ui-slider-handle {
	border-radius: 50% !important;
	height: 1.1em !important;
	width: 1.1em !important;
	outline: 0 none
}

.ui-widget-content {
	border: 0 none !important;
	background: #ddd !important;
	
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: #ff0000 !important;
	border: 1px solid #fff !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.ui-widget-header {
	background: #ff0000 !important
}

.calculatorcontainer {
	/*background: #eee;*/
	background:#e9ecef;
	padding: 10px;
	border-radius: 4px
}

.loancalculatorcontainer {
	/*background: #eee*/
	background:#fff;
	border-radius:10px;
}

ul.loancalculator-nav {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	/*float: none;*/
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 0 0 10px
	
}

ul.loancalculator-nav li {
	float: left;
	list-style: none outside none !important;
	/*margin: 0 -1px -1px 0 !important;*/
	position: relative;
	z-index: 10
}

ul.loancalculator-nav li a {
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	height: 50px;
	padding: 5px 0;
	
	margin: 0 !important;
	text-decoration: none;
	color: #333 !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	width: 65px;
	text-align: center;
	outline: 0 none
}

ul.loancalculator-nav li a:hover {
	/*background: #eee !important;*/

	margin: 0 !important
}

ul.loancalculator-nav li.active a {
	/*background: #eee;*/

	border-bottom-color: transparent
}

#emi-calc a {
	border-top-left-radius: 4px
}

#interest-rate-calc a {
	border-top-right-radius: 4px
}

#loancalculatordashboard, #loanpaymentdetails {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif
}

#loancalculatordashboard {
	margin-bottom: 20px
}

#loancalculatorform {
	margin-bottom: 0 !important
}

#loancalculatorinnerformwrapper {
	/*background: #eee;*/
	background:#fff;
	
}

#loancalculatorinnerform {
	padding: 10px 0
}

#loancalculatorform div.sep {
	padding-top: 25px
}

#loanamountslider, #loanemislider, #loanfeesslider, #loaninterestslider,
	#loantermslider {
	margin-bottom: 0 !important
}

.add-check .active:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	content: "\f00c"
}

.steps {
	border-color: transparent;
	border-style: none solid;
	border-width: 0 1px;
	margin: 0 0 35px !important;
	position: relative;
	width: 100%
}

.tick {
	color: #ccc;
	font-size: 11px;
	height: 11px;
	left: 0;
	line-height: 11px;
	margin-left: -24px;
	position: absolute;
	width: 48px
}

.marker, .tick {
	text-align: center
}

.marker {
	border: 1px solid transparent;
	color: #333;
	font-size: 9px;
	height: 18px;
	line-height: 18px
}

.emischemes label {
	max-width: 110px;
	white-space: normal
}

#loancalc-message {
	margin-bottom: 20px !important
}

#loancalc-message p {
	border-radius: 4px !important;
	padding: 10px 15px;
	margin: 0;
	font-weight: 700;
	color: #333 !important
}

#loancalc-message span {
	font-weight: 400
}

#loansummary-apr, #loansummary-emi, #loansummary-interestrate,
	#loansummary-loanamount, #loansummary-tenure,
	#loansummary-totalinterest {
	padding: 0 15px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	border-top: 0 none !important
}

#loansummary-emi p, #loansummary-interestrate p, #loansummary-loanamount p,
	#loansummary-tenure p {
	font-size: 24px !important
}

#loansummary-totalamount {
	padding: 0 15px;
	text-align: center
}

#loansummary {
	border: 1px solid #ccc;
	border-radius: 4px
}

#loansummary h4 {
	font-size: 16px;
	color: #666;
	margin-top: 1rem
}

#loansummary p {
	font-size: 18px;
	font-weight: 700
}

#loansummary span {
	padding: 0 5px
}

#startmonthyear {
	background-color: #fff !important;
	cursor: default
}

#loansummary-piechart {
	/*background: #eee;*/
	background:#f9f9f9;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 1px
}

.fill-width {
	float: none !important;
	display: block !important;
	width: auto !important;
	overflow: hidden !important
}

.fill-width input {
	border-radius: 4px !important
}

#loanpaymentscheduleheader {
	padding: 10px 0;
	text-align: center
}

#loanpaymentbarchart, #loanpaymentscheduleheader {
	/*background: #eee;*/
	background:#f9f9f9;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 20px
}

#loanpaymentbarchart {
	clear: both;
	padding: 30px 0 0
}

#loanpaymenttable {
	margin: 0;
	text-align: center
}

#loanpaymenttable table {
	width: 100%;
	/*background: #eee;*/
	background:#eee;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px
}

#loanpaymenttable table th {
	background: none repeat scroll 0 0 #dedede;
	text-align: center;
	padding: 5px;
	font-size: 11px
}

#loanpaymenttable table td {
	text-align: center;
	padding: 5px;
	font-size: 11px;
	white-space: nowrap
}

#loanpaymenttable table tr td, #loanpaymenttable table tr th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

#loanpaymenttable table tr td:first-child, #loanpaymenttable table tr th:first-child
	{
	border-left: 1px solid #ccc
}

#loanpaymenttable table tr th {
	border-top: 1px solid #ccc
}

#loanpaymenttable table tr:first-child th:first-child {
	border-top-left-radius: 4px
}

#loanpaymenttable table tr:first-child th:nth-last-child(2) {
	border-top-right-radius: 4px
}

#loanpaymenttable table tr:nth-last-child(2) td:first-child {
	border-bottom-left-radius: 4px
}

#loanpaymenttable table tr:nth-last-child(2) td:nth-last-child(2) {
	border-bottom-right-radius: 4px
}

#principalheader {
	/*background: none repeat scroll 0 0 #88a825 !important;*/
	background: none repeat scroll 0 0 #28a745 !important;
	color: #fff
}

#interestheader {
	background: none repeat scroll 0 0 #ffc107 !important;
	color: #fff
}

#balanceheader {
	background: none repeat scroll 0 0 #e10000 !important;
	color: #fff
}

.yearlypaymentdetails .toggle:before {
	content: "\f0fe"
}

.yearlypaymentdetails .toggle-open:before, .yearlypaymentdetails .toggle:before
	{
	position: relative;
	top: 0;
	left: -3px;
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.yearlypaymentdetails .toggle-open:before {
	content: "\f146"
}

.toggle {
	cursor: pointer
}

.toggle-hidden {
	display: none;
	visibility: hidden
}

.toggle-visible {
	display: block;
	visibility: visible;
	margin-bottom: 0 !important
}

td.paymentyear {
	text-align: center !important;
	font-weight: 700 !important
}

td.currency {
	border-left: 0 none !important;
	text-align: right !important
}

td.monthyearwrapper {
	margin: 0;
	padding: 0 !important
}

td.paidtodatemonthyear, td.paidtodateyear {
	border-left: 0 none !important;
	text-align: right !important
}

.monthlypaymentdetails td {
	border: 0 none !important
}

.monthlypaymentcontainer table td {
	background: #f9f9f9;
	font-size: 11px;
	white-space: nowrap
}

.monthlypaymentcontainer table tr td, .monthlypaymentcontainer table tr th
	{
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.monthlypaymentcontainer table tr td:first-child {
	border-left: 1px solid #ccc !important
}

.monthlypaymentcontainer table tr td, .monthlypaymentcontainer table tr th
	{
	border-radius: 0 !important
}

.sidebar .widget_nav_menu, .sidebar .widget_recent_entries {
	background: #eee !important;
	border: 1px solid #ccc !important
}

.sidebar .widget_nav_menu h3, .sidebar .widget_recent_entries h3,
	.sidebar .widget_text h3 {
	border-bottom: 3px double #ccc !important
}

.sidebar .widget ul li {
	border-bottom: 1px dashed #ccc !important
}

.sidebar .widget ul li:last-child {
	border-bottom: 0 none !important
}

.homepagebanner {
	margin: 0 0 15px !important
}

.ecalprint {
	margin-right: 10px
}

#ecalprintandshare a i {
	width: 32px;
	height: 32px;
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #0072aa;
	margin-right: 5px;
	padding: 5px
}

#ecalprintandshare a:hover i {
	color: #005077
}

#loader {
	display: none;
	text-align: center;
	margin: 5px auto;
	font-size: 20px;
	overflow: hidden;
	vertical-align: middle
}

#ecalprintandshare {
	margin: 20px auto 0;
	text-align: center
}

#ecalprintandsharetext {
	font-size: 18px;
	font-weight: 700
}

#ecalsharelink {
	margin: 10px auto 0;
	text-align: center;
	width: 300px
}

#sharelink {
	font-weight: 700;
	color: #00f;
	background: #fff
}

#yearheader {
    background-color: #333 !important;
    color: #fff;
}

#totalheader {
    background-color: #1c00e1 !important;
    color: #fff;
}

#paidtodateheader {
    background-color: #5000ca !important;
    color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #333;
}

@media ( min-width :480px) {
	.loancalculatorcontainer {
	/*	border: 2px dashed #ccc;*/
		padding: 10px
	}
	ul.loancalculator-nav li a {
		border: 1px solid #ccc;
		display: block;
		overflow: hidden;
		padding: 10px;
		background: #007bff;
		margin-bottom: 20px !important;
		text-decoration: none;
		color: #fff !important;
		font-weight: 700;
		font-size: 13px;
		line-height: 1.3;
		height: auto;
		width: auto;
		text-align: center;
		outline: 0 none;
		border-bottom: 3px solid transparent;
		 border-left: 1px solid transparent;
		 border-right: 1px solid transparent;
	
	}
	ul.loancalculator-nav li a:hover {
		/*background: #eee !important;*/
		background:#000 !important;
		color:#fff;
		           transition: ease-in-out all .4s; 
	-moz-transition: ease-in-out all .4s;
	-webkit-transition: ease-in-out all .4s;
		margin: 0 !important;
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	  
	}
	
	ul.loancalculator-nav li.active a {
		/*background: #eee;*/
		background:#000;
		color:#fff;
		border-bottom-color: transparent;
		 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		 border-bottom: 3px solid #fff;
		 border-left: 1px solid #fff;
		 border-right: 1px solid #fff;
		 border-radius:5px;
	}

	.emischemes label {
		max-width: none;
		white-space: nowrap
	}
	#loanpaymenttable table th {
		font-size: 12px
	}
	#loanpaymenttable table td, .monthlypaymentcontainer table td {
		font-size: 12px
	}
}
@media ( max-width :768px) {
	#loansummary {
		border: 0 none
	}
	#loancalculatorinnerform {
		border-bottom: 1px solid #ccc;
		padding: 10px 20px
	}
	#loancalculatorinnerformwrapper {
		
		border-radius: 4px;
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}
	ul.loancalculator-nav {
		padding: 0
	}
	#loansummary-piechart {
		border: 0 none;
		border-left: 1px solid #ccc;
		border-radius: 0
	}
	#loancalc-message {
		margin-bottom: 0 !important;
		border-bottom: 1px solid #ccc
	}
	#loancalc-message p {
		border-radius: 0 !important
	}
}

@media ( min-width :992px) {
	.loancalculatorcontainer {
		/*border: 3px dashed #ccc*/
	}
	.loancalculatorcontainer .control-label {
		display: block;
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
	#loancalculatorinnerform {
		padding: 20px 20px 10px
	}
	ul.loancalculator-nav li a {
		width: 113px
	}

	#loanpaymenttable table tr:first-child th:last-child {
		border-top-right-radius: 4px
	}
	#loanpaymenttable table tr:nth-last-child(2) td:last-child {
		border-bottom-right-radius: 4px
	}
	#loanpaymenttable table tr:first-child th:nth-last-child(2) {
		border-top-right-radius: 0
	}
	#loanpaymenttable table tr:nth-last-child(2) td:nth-last-child(2) {
		border-bottom-right-radius: 0
	}
		#loanpaymenttable table td, .monthlypaymentcontainer table td {
		font-size: 14px !important;
	}
}


@media ( min-width :992px) {

		#loanpaymenttable table td, .monthlypaymentcontainer table td {
		font-size: 16px !important;
	}
	#loanpaymenttable table th {
		font-size: 16px
	}
}







@media print {
	body {
		visibility: hidden
	}
	.calculatorcontainer {
		visibility: visible
	}
	#ecalprintandshare, #ecalsharelink {
		visibility: hidden
	}
}
/*# sourceMappingURL=loancalculator.css.map */