.graph_container,.pieGraphContainer{
	border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fcfcfc;
	padding-top: 10px;
}
.dateRange>.col-sm-3:first-child,
.dateRange>.col-sm-3:nth-child(2),
.dateRange>.col-sm-5{
	padding-left: 0px;
}
#Xscale_container{
    margin-right: 15px;
}
#Xscale_container label{
	float: right;
    font-size: 12px;
    margin-right: 5px;
}
#Xscale{
	float: right;
    font-size: 12px;
    padding: 0px 5px;
	border: 1px solid #ccc;
}
.dateRange{
	width: 380px;
	float: left;
}
.graph_container{
	margin-top: 10px;
}
.dateRange .form-control{
	height: 22px;
    font-size: 12px;
    padding: 5px;
}
.dateRange .form-group label{
    font-size: 12px;
	margin: 0px;
}
h4.graph_heading {
    height: 40px;
}
#GraphsLoader .loader{
	margin: 20% auto;
}
#txn_result_header, .pieGraphsContainer{
	position: relative;
	margin-top: 30px;
}
#txn_result_container{
	position: relative;
}
canvas {
	margin: 0 auto;
	max-height: 400px;
}
.nav-pills>li>a{
	color: #57bc90;
	border-bottom: 2px solid transparent;
}
.nav-pills>li>a:hover{
	border-bottom: 2px solid #57bc90;
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #57bc90;
    background-color: transparent;
    border-bottom: 2px solid;
    border-radius: 0;
	font-weight: bold;
}
#DrawChart,#Todaybtn{
    margin-top: 10px;
    font-size: 12px;
    float: right;
	width: 69px;
}
#DrawChart{
	margin-right: 5px;
}
#graphSelect{
	float: left;
	margin-bottom: 5px;
}
#country_select{
	display: block;
}
#country_select ul.dropdown-menu{
	width: 100%;
}
#country_select button.dropdown-toggle{
	width: 100%;
}
#country_select ul.dropdown-menu li a img, #country_selected img{
	width: 32px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
#country_select ul.dropdown-menu li.selected{
	background-color: #377ab5;
    color: #fff;
}
#country_select ul.dropdown-menu li.selected a{
    color: inherit;
}
#country_select ul.dropdown-menu li.selected a:hover{
    color: #333;
}
.Legend_Color{
	padding: 0px 9px;
    background-color: #efefef;
}
.legend_container{
	width: 100%;
    display: block;
}
.legend_option{
	width: 20%;
    display: inline-block;
	text-align: center;
}
.legend_grp{
	width: 35px;
    display: inline-block;
}
.single_pm_legend{
}
.single_pm_legend:first-child{
	margin-top: 20px;
}
.single_pm_legend:last-child{
	margin-bottom: 20px;
}
#txnStatsFilters{
	display:none;
	border: 2px solid #57bc90;
	color: #57bc90;
    padding: 20px;
    border-radius: 10px;
	border-top-right-radius: 0px;
	float: left;
    width: 100%;
	margin-top: 0px;
}
#btn_txnStatsFilters{
	text-align: right;
    font-weight: bold;
    font-size: 15px;
	height: 34px;
	margin-top: 6px;
}
#btn_txnStatsFilters a{
	padding: 8px;
    color: #FFF;
    background: -webkit-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
    text-decoration: none;
    cursor: pointer;
	border-radius: 7px;
    position: relative;
    bottom: -6px;
    z-index: 1;
    vertical-align: middle;
}
#btn_txnStatsFilters a:hover{
    background: -webkit-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
}
#btn_txnStatsFilters a.opened{
	padding: 21px 10px 24px 10px;    
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-bottom: none;
}
#refresh_txn{
	margin-left: 10px;
}
.prm_txnStatsFilters{
	text-transform: capitalize;
	margin-right: 5px;
}
.prm_txnStatsFilters[data-id="txn_y_units"]::after{
	content: none !important;
	margin-right: 0px;
}
.prm_txnStatsFilters img{
	vertical-align: baseline;
}
.prm_txnStatsFilters[data-id="country_select"] img{
	width: 30px;
}
#txt_txnStatsFilters{
	display: none;
}

#txn_result_container::-webkit-scrollbar {
    width: 0.5em;
	height: 0.5em;
} 
#txn_result_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
#txn_result_container::-webkit-scrollbar-thumb {
  background-color: rgba(125,125,125, 0.5);
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.latest_txn_btns .btn{
	background: -webkit-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	color: #FFF;
}

.latest_txn_btns .btn:hover{
	background: -webkit-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
}

#country_select .dropdown-toggle{
	border: none;
	background: -webkit-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	color: #FFF;
}
#country_select .dropdown-toggle:hover{
	background: -webkit-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
}


.doughnut_container{
	margin: 0 auto;
	max-width: 300px;
}
/**** Responsive ****/

/* bootsrap XS (<768) */
@media (max-width: 767px) {
	.legend_option{
		width: 50%;
		display: inline-block;
		text-align: left;
	}
	
	.graph_heading{
		text-align: center;
	}
	
	.dateRange{
		width: 225px;
		margin: 0 auto;
		display: block;
		float: none;
		height: 112px;
	}
	
	.dateRange>.col-sm-3:first-child,
	.dateRange>.col-sm-3:nth-child(2),
	.dateRange>.col-sm-5{
		padding-left: 15px;
	}
	
	.dateRange_btns{
		width: 145px;
		margin: 0 auto;
	}
	
	#DrawChart, #Todaybtn {
		margin: 0 auto;
		width: 70px;
	}
	
	#DrawChart{
		margin-right: 5px;
	}
	
	#btn_txnStatsFilters{
		text-align: center;
		margin-top: 0px;
	}
	
	#btn_txnStatsFilters a{
		padding: 7px 10px;
		float: none;
	}
	#btn_txnStatsFilters a.opened{
		padding: 7px 10px;
	}
	#txnStatsFilters {
		border-top-right-radius: 10px;
		margin-top: 0px;
	}
	#graphSelect{
		float: none;
		margin: auto;
		width: 100%;
		text-align: center;
	}
	
	#graphSelect>li{
		position: relative;
		display: inline-block;
		float: none;
	}
	
	#country_select {
		float: none;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	#country_select button {
		float: none;
	}
	
	#country_select ul.dropdown-menu{
		position: absolute;
		top: 32px;
	}
}

/* bootsrap sm (>=768) (<992) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* bootsrap md (>=992) (<1199) */
@media (min-width: 992px) and (max-width: 1199px) {
}


.desiredloan {
	background-color: #fcfcfc;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	max-height: 345.25px; 
	max-width: 453.34px;
	/* margin-left: 0px;
	margin-right: auto; */
}

.lb {
	border-top: 2px solid #d4d4d4;
	margin-top: 10px;
}

.btn-apply{
	background-image: none;
	/* background:-webkit-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(left,#54a2ad 0%,#57bc90 100%); */
	background-image: linear-gradient(to right, #004aeb, #5fafff);
	color: #fff;
	border: 1px solid #5dafff !important;
	border-radius: 5px;
	padding: 6px;
	font-weight: normal;
	text-shadow : none;
	width: 170px;
	height: 50px;
}

.btn-apply:hover{
	/* background:-webkit-linear-gradient(right,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(right,#54a2ad 0%,#57bc90 100%); */
	background-image: linear-gradient(to right, #004aeb, #5fafff);
	color: #fff;
}

.btn-apply:focus, .btn-apply.active.focus, .btn-apply.active:focus, .btn-apply.active:hover, .btn-apply:active.focus, .btn-apply:active:focus, .btn-apply:active:hover, .open>.dropdown-toggle.btn-apply.focus, .open>.dropdown-toggle.btn-apply:focus, .open>.dropdown-toggle.btn-apply:hover {
	color:#fff;
}

.btn-apply[disabled], .btn-apply[disabled]:focus, .btn-apply[disabled]:hover{
	opacity:0.8;
	color: #fff;
	/* background: -webkit-linear-gradient(left,#54a2ad 0%,#57bc90 100%);
	background: -ms-linear-gradient(left,#54a2ad 0%,#57bc90 100%); */
	background-image: linear-gradient(to right, #004aeb, #5fafff);
	cursor: no-drop;
}

.form-loan {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	height: 40px;
}

.form-loan:focus {
	outline:1px solid #d5d5d5;
}

.form-loan[readonly]{
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	pointer-events: none;
}

.lblTnC {
	font-weight: 500;
}

.loanTnC {
	color: #3c576b;
	text-decoration-line: underline;
}

.img-loan {
	max-height: 345.25px; 
	max-width: 478.32px;
}

@media (min-width: 0px) and (max-width: 768px) {
	.text-right {
		text-align: center;
	}

	.text-left {
		text-align: center;
	}

	.img-loan {
		max-height: 425.26px; 
		max-width: 478.32px;
	}

	.desiredloan {
		/* margin-top: 15px;
		margin-left: auto;
		margin-right: auto; */
		max-width: 478.31px;
		max-height: 100%;
	}
}