
/* Info
================================================== 
     Author: http://bootstraptemplates.net 
 ================================================== 
 Info */

/*Write your custom code here.*/



/************* Tools and calc Start *************/
.emitotalinterest {
    border-bottom: 1px dotted #DBDAD7;
    padding: 10px;
    text-align: center;
}

.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0 0 35px !important;
    position: relative;
    width: 100%;
}
.tick {
    color: #000000;
    font-size: 11px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    width: 48px;
}
.marker {

    border: 1px solid rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    text-align: center;

}
.slider {
	width: 100% !important;
	box-shadow: none !important;
	 margin-top: 20px;
}
.inside_emi{
	padding:25px;
}
.small_line{
	border:1px solid #f3f3f3;
}
#emi {
    float: left;
    width:100%;
}
#emi input[type="text"] {
    background: none repeat scroll 0 0 #73b66b;
    border: 1px solid #73b66b;
    font-size: 14px;
    height: 30px;
    margin: 0;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border-radius:5px;
    float:right;
    margin-top: 20px;
}

.slider-handle {
	opacity: 1 !important;
}

.slider-track {
    background-color: #eee !important;;
    background-image: none !important;;
}
#emipiechart {
    float: left;
    height: 387px;
    overflow: hidden;
    width: 100%;
    margin-bottom:10px;
    text-align:center;
   	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    transition: .3s;
}
#emipiechart:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
#emipaymentsummary {
    float: left;
    width: 100%;
    background: #fff;
   	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    transition: .3s;
}
#emipaymentsummary:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
#emitotalinterest {
    border-bottom: 1px dotted #DBDAD7;
    padding: 18px;
    text-align: center;
}
#emitotalamount {
    padding: 18px;
    text-align: center;
}
#emipaymentsummary h4 {
    color: #888888;
    font-size:14px;
    margin-bottom:10px;
}
#emipaymentsummary p {
    font-size: 18px;
    font-weight: bold;
    margin:0px;
    font-family:arial;
}

.hide {
    display: none!important;
}
.amfi-title {
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    background: #005e96;
    padding: 10px 10px;
}
.chart_calendar {
    background-color: #EDEDED;
    border: 1px solid #DBDAD7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.color-khojorange{
	color: red;
}
#compositechart {
    float: left;
    height: 400px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    webkit-box-shadow: 0px 2px 12px 1px rgba(237,234,237,1);
    -moz-box-shadow: 0px 2px 12px 1px rgba(237,234,237,1);
    box-shadow: 0px 2px 12px 1px rgba(237,234,237,1);
}

.inside_emi{
	font-size: 14px;
	margin-bottom: 8px;
    background-color: #fff;
  	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    transition: .3s;
	border-radius: 3px;
}
.inside_emi {
    padding: 35px;
}
.inside_emi:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.slider-selection {
    background-color: #3276cb !important;
    background-image: linear-gradient(to bottom, #3276cb, #3276cb);
}
/*********** Tools end*************/

.toolcalc{
	padding-top: 1rem !important;
	padding-bottom: 4rem !important;
}
a.anim-link-2.active{
	background-image: linear-gradient(to right,#1e2022 0%,#1e2022 100%);
}
a.anim-link-2.active {
    background-size: 100% 2px;
}
a.text-dark.active{
    color: #121416 !important;
}

.btn-default, .btn-default.active, .btn-default:hover {
    background: 0 0;
    border: rgba(0,0,0,.2) 1px solid;
    padding: 8px 18px;
}

.multiselect-container .checkbox {
    padding: 0 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 400;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}