@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*body {
	height: initial;
}*/
/* Vaibhao CSS Start*/
.font-size-12 {
	font-size: 12px
}
/* Vaibhao CSS End*/
.my_nav {
	background-color: rgba(0, 0, 0, 0.7) !important;
	border-color: none;
	height: 65px;
}
.md-nav-bar {
	background-color: rgba(0, 0, 0, 0.7) !important;
	border-color: none;
	height: 65px;
}
.get_start_btn {
	background: #059e4b none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	float: right;
	font-size: 19px;
	font-weight: 300;
	min-width: 172px;
	padding: 0 20px;
	margin: 15px 140px 0 0;
}
.get_start_btn:hover {
	background-color: #059e4b !important;
}
.my_nav .brand_logo {
	width: 239px;
	height: auto;
	margin: 6px 0 0 140px;
}
._md-nav-bar-list .get_start_btn {
	float: right;
}
_md-nav-button md-accent md-button ng-scope md-ink-ripple md-active md-primary ._md-right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: none;
}
md-nav-bar.md-default-theme md-nav-ink-bar, md-nav-bar md-nav-ink-bar {
	background: none;
}
md-nav-ink-bar._md-right {
	transition: none;
}
form#login_form {
	background: rgba(255, 255, 255, 0.84) none repeat scroll 0 0;
	border: medium none;
	border-radius: 10px;
	box-sizing: border-box;
	/*margin: 8% auto 98px;*/
	margin: 72px auto 98px;
	max-width: 570px;
	padding: 42px 40px 33px 40px;
	position: relative;
	width: 100%;
	z-index: 1;	 
  	/*transform: translateY(-50%)*/;
}
form#login_form h3 {
	margin: 0 0 40px;
	font-size: 22px;
	color: #18b460;
	text-align: center;
	font-weight: 400;
}
.big-cover {
	/*background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;*/
	height: auto;
	background-size: cover;
	background-attachment: fixed;/*min-height: 681px;*/
}

.white-bg {
	background: #225c34;
}
#main_box {
	min-height: 100%;
}
#main_box .content_bg {
	background-color: transparent;
	/* color: rgba(0, 0, 0, 0.87);*/
    /* height:100%;*/
	padding: 0 0 80px 0;
}
.inner_box {
	width: 93%;
	margin: 18px 0 0;
}
md-input-container.md-icon-left {
	padding-left: 40px;
	padding-right: 0;
}
.login_btn {
	/*min-width: 225px;*/
	font-size: 18px;
	color: #fff;
	padding: 6px 16px;
	background: #059e4b !important;
	text-transform: capitalize;
	font-weight: 300;
	margin: 20px 0 0 0;
	box-shadow: none !important;
}
.input_icon {
	top: 0px;
}
#login_form label {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 4px 0;
}
.reset_form h3 {
	padding: 0 25px;
}
.mar100 {
	margin: 100px 0 0 0;
}
.footer_bg {
	background: rgba(0, 0, 0, 0) url("../images/footer_bg.png") no-repeat scroll 0 0 / cover;
	height: 80px;
	bottom: 0;
	border-top: 1px solid #333333;
}
.footer_bg.footer_sec {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
}
.footer_links {
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 25px 140px 0 0;
	text-align: right;
}
.footer_links li {
	display: inline-block;
	margin: 0 0 0 20px;
}
.footer_links li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.footer_bg h6 {
	padding: 25px 0 0 140px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
.apply_btn {
	/*min-width: 225px;*/
	font-size: 18px;
	color: #fff;
	padding: 6px 20px;
	background: #059e4b !important;
	text-transform: capitalize;
	font-weight: 300;
	box-shadow: none !important;
}
.other_forms input {
	border-color: #999999;
	color: #020202;
	font-weight: 300;
	margin: 0 0 4px 0;
}
#login_form input {
	border-color: rgba(0, 0, 0, 0.12);
	color: rgba(0, 0, 0, 0.87);
	font-weight: 300;
}
.other_forms label {
	color: rgba(255, 255, 255, 0.6);
}
form#register_form.other_form {
	margin: 72px auto 20px !important;
}
/*css for new password page added by Tarun  at 09-09-2016*/

form.other_forms {
	background: rgba(255, 255, 255, 0.84) none repeat scroll 0 0;
	border: none;
	margin: 72px auto 98px;
	padding: 40px 40px 25px;
	position: relative;
	max-width: 570px;
	width: 100%;
	z-index: 1;
	border-radius: 10px;
	box-sizing: border-box;
}
form.other_forms h3 {
	font-size: 22px;
	color: #18b460;
	text-align: center;
	margin: 0 0 35px 0;
	font-weight: 400;
}
/*span.white_text{ color:#fff;}*/

.captcha_img {
	width: 167px;
	height: 50px;
}
.Tmar50 {
	margin: 50px 0 0 0;
}
.other_forms label {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 4px 0;
}
/*css for logged out btn*/

form.logout h3 {
	color: #18b460;
}
.logout_btn {
	min-width: 230px;
	font-size: 18px;
	color: #fff;
	padding: 6px 50px;
	background: #059e4b !important;
	text-transform: capitalize;
	font-weight: 300;
	box-shadow: none !important;
}
a.forgot_text {
	margin: 12px 0 0px 0px;
	float: right;
	color: #225c34 !important;
	font-size: 15px;
	text-decoration: none;
}
.reset_btn {
	min-width: 225px;
	font-size: 18px;
	color: #fff;
	padding: 6px 20px;
	background: #059e4b !important;
	text-transform: capitalize;
	font-weight: 300;
}
md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) .md-input, md-input-container.md-input-focused:not(.md-input-invalid) .md-input, md-input-container.md-default-theme.md-input-resized:not(.md-input-invalid) .md-input, md-input-container.md-input-resized:not(.md-input-invalid) .md-input {
	border-color: rgba(87, 187, 169, 0.95);
	border-bottom-width: 1px;
}
.other_forms md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) label, .other_forms md-input-container.md-input-focused:not(.md-input-invalid) label, .other_forms md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) md-icon, .other_forms md-input-container.md-input-focused:not(.md-input-invalid) md-icon {
	color: #333333;
}
.other_forms md-input-container .md-input {
	padding: 2px 2px 4px;
}
#login_form md-input-container .md-input {
	padding: 2px 2px 4px;
}
/*css for date picker*/

.date_box {
	padding: 0 0 0 40px;
}
.date_box .md-datepicker-expand-triangle {
	border-top-color: #999;
}
.date_box .md-datepicker-input-container {
	/*border-bottom: 1px solid #999;*/
	border-bottom: 1px solid #d9d9d9
}
.date_box .md-datepicker-input-container {
	width: 100%;
}
.other_forms .date_box input {
	border: none;
}
/*css for setings page added by Tarun at 12-09-16*/

.sidebar_bg {
	background-color: #225c34;
	max-width: 249px;/* overflow: hidden;*/
}
.mgcard {
	margin: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.dashboard_sec {
	background: #225c34;
	padding:0px 0 ;
	border-bottom: 1px solid #1f532f;
}
.dashboard_logo {
/*	width: 179px;
	height: 57px;*/
}
.user_bg {
	background: url(../images/user_bg.jpg) no-repeat;
	max-width: 100%;
	max-height: 100%;
	min-height: 110px;
	padding: 32px 0 14px;
	border-bottom: 1px solid #1f532f;
}
.menu_icons {
	height: 70px;
	width: 70px;
}
.side_menu {
	background: #225c34 none repeat scroll 0 0;
	border-bottom: 1px solid rgba(31, 83, 47, 1);
	color: #fff;
	padding: 0px 0;
}
md-card.side_menu:last-child {
	border-bottom: none;
}
.user_img {
	width: 72px;
	height: 72px;
}
.card_text {
	padding: 0px 0 0;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.side_menu:hover {
	background: #1ab360;
}
.side_menu:hover .card_text {
	color: #fff;
}
.user_overlay {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 77, 64, 0.64);
	height: 100%;
	width: 100%;
	opacity: 0.2;
}
.user_name {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.toolbar_sec {
	border-bottom: 1px solid #d7dadd;
	background: #fff !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	min-height: 40px;
}
.toolbar_sec h3 {
	color: #2b613a;
	font-size: 20px;
	font-weight: 300;
	margin: 5px 0 0 38px;
}
.toggle_btn {
	display: none;
}
.content_bg {
	background: #eff3f6;
}
.main_box_content {
	padding: 32px 32px 22px;
}
.form_box {
	padding: 78px 0 34px;
	background: #fff;
	border: 1px solid #e6eaee;
	border-radius: 4px;
}
#profile_page {
	/*width: 84%;*/
	width: 94%;
}
#profile_page label {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	left: 48px;
	margin: 0 0 8px 0;
}
.profile_icon {
	width: 30px;
	height: 30px;
}
#profile_page .input_container {
	padding-left: 50px;
}
#profile_page .input_icon {
	top: -5px;
}
.change_pass_btn {
	background: #059e4b none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	min-width: 245px;
	padding: 8px 0;
	text-align: center;
	text-transform: capitalize;
	margin: -25px 0 62px 0;
}
.change_pass_btn:hover {
	background: #157D40 !important;
	-webkit-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	-moz-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	color: #fff;
}
/*.btn_box .change_pass_btn.md-button.md-default-theme:hover:not([disabled]), .btn_box .change_pass_btn.md-button:hover:not([disabled]) {  background-color:#059e4b !important;}*/


/*.md-button.md-default-theme:hover:not([disabled]), .md-button:hover:not([disabled]) {
  background-color: transparent;
}*/

.md-button.md-default-theme.md-focused:not([disabled]), .md-button.md-focused:not([disabled]) {
	background-color: #059e4b;
}
#profile_page md-input-container.md-default-theme .md-input, #profile_page md-input-container .md-input {
	border-color: #999;
}
.bank_details md-select.md-default-theme .md-select-value, .bank_details md-select .md-select-value {
	border-bottom-color: #999;
	margin: 0 0 30px 0;
}
#profile_page md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) .md-input, #profile_page md-input-container.md-input-focused:not(.md-input-invalid) .md-input, #profile_page md-input-container.md-default-theme.md-input-resized:not(.md-input-invalid) .md-input, #profile_page md-input-container.md-input-resized:not(.md-input-invalid) .md-input {
	border-color: rgba(87, 187, 169, 0.95);
	border-bottom-width: 1px;
}
.btn_box {
	text-align: center;
}
#profile_page .input_container.address {
	padding-left: 0;
}
#profile_page .address label {
	left: 0px;
}
.add_bank_btn {
	background: #059e4b none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	width: auto;
	padding:6px 20px;
	text-align: center;
	text-transform: capitalize;
	margin: 10px 15px 25px;
}
.add_bank_btn:hover {
	background: #157D40 !important;
	-webkit-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63) !important;
	-moz-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63) !important;
	box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63) !important;
	color: #fff;
}
.change_pass_btn {
	background: #059e4b !important;
	color: #fff;
}
.footer_content h6 {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0;
}
.user_main_box {
	background: #fff;
	border: 1px solid #e6eaee;
	padding: 0 0 38px 0;
	margin: 0 0 33px 0;
	border-radius: 4px;
}
.green_box {
	background: #84d3ab none repeat scroll 0 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	min-height: 160px;
	padding: 0px 0 0;
	text-align: center;
	position: relative;
}
.green_box .userProImg {
	width: 156px;
	height: 156px;
	position: absolute;
	bottom: -30px;
	left: 43%;
	right: auto;
}
.profile_img {
	border: 2px solid #ffffff; 	
	border-radius: 50%;
	height: 156px;
	width: 156px;
}
.profile_img svg {
	margin: 40px 0 0 0;
}
span.add_plus {
	font-size: 25px;
	font-weight: 600;
	line-height: 5px !important;
}
.edit_box {
	border: 1px solid #c4c4c4;
	border-radius: 50%;
	bottom: 8px;
	position: absolute;
	right: -10px;
}
.profileImage.md-button.md-default-theme.md-focused:not([disabled]), .profileImage.md-button.md-focused:not([disabled]) {
	background-color: #fff;
}
.edit_circle {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	text-align: center;
	width: 40px;
}
.edit_icon svg {
	height: 16px;
	width: 16px;
	margin: 12px 5px;
}
#profile_page input.date_note {
	margin: 0 0 20px 0;
}
#profile_page .note_box {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}
#profile_page span.green_note {
	color: #18b460;
	font-size: 14px;
}
.bank_details {
	/*width: 110%;
	border-right: 1px solid #059e4b;*/
	position: relative;
}
.bank_details .input_container {
	width: 90%;
}
.msg {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	margin: 0 0 10px;
}
.notification {
	width: 30px;
	height: 37px;
}
.notify_box {
	margin: 14px 40px 0 0;
	text-align: right;
	width: 100%;
	position: relative;
}
.notify_circle {
	background: #225c34 none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 21px;
	position: absolute;
	right: -10px;
	top: -5px;
	width: 21px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 2px;
}
.cross_box {
	position: absolute;
	right: -55px;
	top: 44%;
}
.side_close svg {
	width: 38px;
	height: 38px;
}
#profile_page md-select.md-default-theme:focus:not([disabled]) .md-select-value, #profile_page md-select:focus:not([disabled]) .md-select-value {
	border-bottom-color: #059e4b;
	border-bottom-width: 1px;
	box-shadow: none;
}
#profile_page input {
	color: #333;
	font-weight: 300;
	margin: 0 0 6px 0;
}
/*css for seeting_amount page added by Tarun at 13-09-16*/

.menua {
	text-align: center;
	text-decoration: none;
}
.buttona {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding:10px 0 10px;
	width: 100%;
	line-height: 20px;
}
.buttona .md-button.md-default-theme:hover:not([disabled]), .buttona .md-button:hover:not([disabled]) {
	background-color: #059e4b;
	display: inline-block;
}
.buttona:hover {
	background-color: #059e4b !important;
	display: inline-block;
}
.side_menu .docUpload {
	background: url(../images/Upload.png) no-repeat 0 0;
	background-size: 94%;
	text-align: center;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	display: inline-block;
}
.side_menu .bg_menu {
	background: url(../images/sprite_menu.png) no-repeat 0 0;
	background-size: 100%;
	text-align: center;
	width: 40px;
	height: 44px;
	top: 0;
	right: 0;
	display: inline-block;
}
.side_menu .lend .bg_menu {
	background-position:0px 4px;
}
.side_menu .borrow .bg_menu {
	background-position: 0 -63px;
}
.side_menu .loans .bg_menu {
	background-position: 0 -132px;
}
.side_menu .settings .bg_menu {
  background-position: 0 -122px;
  background-size: 94% auto;
}
/*.side_menu .logout .bg_menu {
  background-position: 0 -153px;
  background-size: 90% auto;
}*/
.side_menu .logout .bg_menu {
  background-position: 0 -177px;
  background-size: 100% auto;
}
/*.side_menu .lend:hover .bg_menu{ background-position: -323px -56px;}
.side_menu .borrow:hover .bg_menu{ background-position: -323px -218px;}
.side_menu .loans:hover .bg_menu{ background-position: -323px -378px;}
.side_menu .settings:hover .bg_menu{ background-position: -323px -533px;}
.side_menu .logout:hover .bg_menu{ background-position: -323px -683px;}*/


/*css for dialog page added by tarun at 14-09-16*/


/*.md-dialog-container{ background:rgba(16,56,49,0.94);}*/

.dialogbox {
	background: rgba(255, 255, 255, 0.95);
	opacity: 1;
	box-shadow: none;
	width: 100%;
	overflow: hidden;
	height: 100%;
	padding: 165px 0 0 0;
	max-height: 100%;
	max-width: 100%;
}
.dialogbox label {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 12px 0;
}
.dialogbox input {
	border-color: #999999;
	padding: 0 0 6px 0;
	color: #333333;
}
.dialogbox md-select.md-default-theme .md-select-value, .dialogbox md-select .md-select-value {
	border-bottom-color: #999;
}
.dialogbox md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) label, .dialogbox md-input-container.md-input-focused:not(.md-input-invalid) label, .dialogbox md-input-container.md-default-theme.md-input-focused:not(.md-input-invalid) md-icon, .dialogbox md-input-container.md-input-focused:not(.md-input-invalid) md-icon {
	color: #020202;
}
.dialogbox md-input-container {
	margin: 18px 0 0px;
}
.dialogbox md-input-container > md-select {
	margin: 20px 0;
	order: 2;
}
.dialogbox .md-select-icon {
	color: rgba(255, 255, 255, 0.5);
}
.dialogbox .apply_btn {
	background: #059e4b;
	font-size: 22px;
	min-width: 195px;
	color: #fff;
	padding: 7px;
	font-weight: normal;
	text-transform: capitalize;
}
.dialogbox .add_btn {
	background: #059e4b;
	/*font-size: 22px;
	min-width: 195px;*/
	color: #fff;
	padding: 7px;
	font-weight: normal;
	text-transform: capitalize;
}
.md-button.md-default-theme:hover:not([disabled]), .md-button:hover:not([disabled]) {
	background: #157D40 !important;
	-webkit-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63)  !important;
	-moz-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63) !important;
	box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63) !important;
	color: #fff;
}
.dialogbox .add_btn:hover {
	background: #157D40 !important;
	-webkit-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	-moz-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	color: #fff;
}
.dialogbox .lending_head {
	color: #225c34;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 20px;
}
#change_pass.lending_head {
	margin: 0 0 55px 0;
}
.dialogbox md-dialog-content {
	overflow-y: auto;
}
.dialogbox .input_icon {
	top: -6px;
}
.close_btn {
	display: block;
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 99;
}
.close_icon svg {
	width: 35px;
	height: 35px;
}
.dialogbox md-input-container.md-icon-left {
	padding-left: 48px;
}
.dialogbox md-input-container.md-icon-left > label {
	left: 45px;
}
.form_dialog_box {
	width: 40%;
}
.dialogbox md-select.md-default-theme:focus:not([disabled]) .md-select-value, .dialogbox md-select:focus:not([disabled]) .md-select-value {
	border-color: rgba(87, 187, 169, 0.95);
	border-bottom-width: 1px;
	box-shadow: none;
}
/*css for tab box added by tarun at 15-09-16*/

.tab_box md-content {
	background: transparent;
}
.tab_box md-ink-bar {
	background: transparent;
	display: none;
}
.tab_box md-pagination-wrapper {
	width: 100% !important;
}
.tab_box md-tab-item {
	min-width: 260px !important;
}
.tab_box md-tab-item:first-child {
	min-width: 260px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #184a41;
	color: #fff;
	padding: 12px 0;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	left: 2;
	margin: 0;
}
 .tab_box md-tab-item:first-child:hover, .tab_box md-tab-item:first-child:actice, .tab_box md-tab-item:first-child:focus {
 background: #225c34;
}
.tab_box md-tab-item:first-child:hover .tab_box md-tab-item:nth-child(2) {
	background: #184a41 !important;
}
.tab_box md-tab-item:nth-child(2) {
	min-width: 260px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #225c34;
	color: #fff;
	padding: 12px 0;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
	right: 2;
	margin: 0;
}
.tab_box md-tab-item:nth-child(2):hover {
	background: #184a41;
}
.tab_box md-tab-item:nth-child(2):hover .tab_box md-tab-item:first-child {
	background: #225c34 !important;
}
.tab_box md-tabs-wrapper {
	border-color: transparent;
}
.card_info md-input-container.ccv {
	margin: -2px 0 0px;
}
.tab_box md-input-container.md-icon-left {
	padding-left: 48px;
}
.tab_box md-input-container.md-icon-left > label {
	left: 45px;
}
.tab_box .ccv {
	border-left: 1px solid #999;
	margin: 0 0 0 -4px;
}
.captcha_box {
	margin: 0 0 0 35px;
}
/*css for select borrower tab */

#borrower_tabs.borrower_tab md-tab-item {
	width: 25% !important;
	margin: 0 0 50px 0;
}
/*css added by tarun at 19-09-16*/

.ssn_box {
	position: relative;
}
.error_icon {
	position: absolute;
	right: 0;
	top: 0;
}
#profile_page .input_container.address_info {
	padding-left: 20px;
}
#profile_page .input_container.address_info md-select.md-default-theme .md-select-value, #profile_page .input_container.address_info md-select .md-select-value {
	border-bottom-color: #999;
}
#profile_page .address_box {
	margin: -18px 0 -18px 50px;
}
.Lmar50 {
	margin: 0 0 10px 50px;
}
#profile_page md-select.md-default-theme:focus:not([disabled]) .md-select-value, #profile_page md-select:focus:not([disabled]) .md-select-value {
	border-color: rgba(87, 187, 169, 0.95);
	border-bottom-width: 1px;
	box-shadow: none;
}
/*css for main popup box added by Tarun at 19-09-16*/

#mainpopup_box.dialogbox {
	padding: 0;
}
#mainpopup_box .close_btn {
	top: 5px;
}
#mainpopup_box .close_btn.md-button.md-icon-button {
	height: 50px;
	width: 50px;
}
#mainpopup_box md-toolbar.md-default-theme:not(.md-menu-toolbar), #mainpopup_box md-toolbar:not(.md-menu-toolbar) {
	background-color: transparent;
}
#mainpopup_box md-dialog-content {
	max-width: inherit !important;
}
/*start css of virendra */


/*start css for inline editing by virendra 15092016*/

.ng-inline-edit--validating .ng-inline-edit__input {
	background: #fff;
	opacity: .4;
}
.ng-inline-edit--error .ng-inline-edit__input {
	color: #f00;
}
.ng-inline-edit__button {
	font-size: 0;
	margin-left: 5px;
	visibility: hidden;
	opacity: .6;
}
.ng-inline-edit__button:hover {
	opacity: 1;
}
.ng-inline-edit:hover .ng-inline-edit__button, .ng-inline-edit .ng-inline-edit__button--save, .ng-inline-edit .ng-inline-edit__button--cancel {
	visibility: visible;
}
.ng-inline-edit__button:after {
	font-size: 18px;
	line-height: 24px;
}
.ng-inline-edit__button--edit:after {
	content: "\270E";
	color: #00f;
}
.ng-inline-edit__button--save:after {
	content: "\2714";
	color: #157d40;
}
.ng-inline-edit__button--cancel:after {
	content: "\2716";
	color: #f00;
}
/*end css for inline editing by virendra 15092016*/

.ng-inline-edit--validating:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(ajax-loader.gif);
}
/*end css of virendra */


/*css add */

.footer_bg .layout-xs-column > .flex {
	min-height: inherit;
}
md-input-container label:not(.md-container-ignore) {
	left: 40px;
	width: auto !important;
}
md-input-container .md-input {
	margin: 0 0 4px 40px;
	width: 92%;
}
md-input-container .inputIcon {
	height: 30px;
	left: 0;
	position: absolute;
	width: 30px;
	top: -3px;
}
.inputEmail {
	background: rgba(0, 0, 0, 0) url("../images/letter.png") no-repeat scroll left center !important;
}
.inputPass {
	background: rgba(0, 0, 0, 0) url("../images/key.png") no-repeat scroll left center !important;
}
.inputFName {
	background: rgba(0, 0, 0, 0) url("../images/username.png") no-repeat scroll left center !important;
}
.inputDate {
	background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll left center !important;
}
.inputUsername {
	background: rgba(0, 0, 0, 0) url("../images/username.png") no-repeat scroll left center !important;
}
.inputEmailId {
	background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll left center !important;
}
.inputCalendar {
	background: rgba(0, 0, 0, 0) url("../images/big_calendar.png") no-repeat scroll left center !important;
}
.inputSsn {
	background: rgba(0, 0, 0, 0) url("../images/ssn.png") no-repeat scroll left center !important;
}
.inputPhone {
	background: rgba(0, 0, 0, 0) url("../images/receiver.png") no-repeat scroll left center !important;
}
.inputFlag {
	background: rgba(0, 0, 0, 0) url("../images/flags.png") no-repeat scroll left center !important;
}
.inputRouting {
	background: rgba(0, 0, 0, 0) url("../images/number1.png") no-repeat scroll left center !important;
}
.inputAccounting {
	background: rgba(0, 0, 0, 0) url("../images/number1.png") no-repeat scroll left center !important;
}
#profile_page md-input-container .md-input {
	width: 100%;
	margin-left: 48px;
	
}
#profile_page md-input-container .inputIcon {
	height: 35px;
	width: 35px;
	top: -8px;
}
.date_box input.md-datepicker-input.md-input {
	margin: 0 0 4px 0px;
	width: 92%;
}
/*css for menu wizard */


/*#borrower_tabs md-tab-item {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	min-width: 25%;
	padding: 18px 25px;
	text-transform: capitalize;
}*/

/*#borrower_tabs md-tab-item {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	min-width: 23%;
	padding: 18px 8px;
	text-transform: capitalize;
}*/
#borrower_tabs md-tab-item {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    min-width: 23%;
    padding: 12px 8px 27px;
    text-transform: capitalize;
    line-height: 16px;
}
#borrower_tabs md-pagination-wrapper {
	background: #245d35 none repeat scroll 0 0;
	border-radius: 3px;
	height: 120px !important;
	width: 100% !important;
}
#borrower_tabs md-pagination-wrapper md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
	background: transparent none repeat scroll 0 0;
}
.or_text {
	color: #18b460;
	font-size: 18px;
	margin: 50px 0;
	text-align: center;
}
#borrower_tabs md-input-container .md-input {
	margin: 0 0 4px 0px;
	width: 99%;
}
.continue_btn {
	background: #059e4b none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	height: 46px;
	line-height: 30px;
	margin: 30px 0 0;
	min-width: 196px;
	padding: 7px;
	text-transform: capitalize;
}
#borrower_tabs md-tabs-canvas {
	height: 120px;
}
#borrower_tabs md-tab-item img {
	display: block;
	height: 51px;
	margin: 5px auto 10px;
	text-align: center;
}
#borrower_tabs md-tab-item .borrowericon {
	min-height: 50px;
}
#borrower_tabs md-tabs-wrapper md-prev-button {
	display: none;
}
#borrower_tabs md-tabs-wrapper md-next-button {
	display: none;
}
#borrower_tabs md-tabs-canvas.md-paginated {
	margin: 0;
	width: 100%;
}
.borrow-padding.ng-scope._md {
	padding: 35px 0 0 10px;
}
/*css added by Mukesh*/

.leftPopUp {
	border-right: 1px solid #bfe3dd;
	box-sizing: padding-box;
	height: auto;
	left: 0;
	position: absolute;
	width: 250px;
	min-height: 300px;
	margin-top: 50px;
}
.userImg {
	text-align: center;
	margin: 0 10px;
}
.leftPopUp h2 {
	color: #18b460;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 40px;
	margin-left: 20px;
}
.leftPopUp h2.userName {
	color: #18b460;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.leftPopUp .priceInfo {
	color: #18b460;
	font-size: 22px;
	font-weight: normal;
	padding-left: 40px;
	text-align: left;
}
.userBackInfo ul {
	margin: 0;
	padding: 0;
}
.userBackInfo ul li {
	padding: 0;
	list-style: none;
}
.userBackInfo ul li a {
	border: 0 none;
	color: #18b460;
	display: block;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 0;
	padding: 10px 10px 10px 42px;
	text-decoration: none;
}
.userBackInfo ul li a:hover, .userBackInfo ul li.act a {
	background: #1ab360 none repeat scroll 0 0;
	color: #ffffff;
}
.back_btn {
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 99;
}
.close_btn {
	height: 35px;
	top: 20px;
	width: 35px;
}
.dialogInfo.dialogbox md-input-container.md-icon-left {
	padding-left: 0;
}
.dialogInfo .priceHead {
	color: #18b460;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}
.dialogInfo #change_pass.lending_head {
	margin: 0 0 30px;
}
.dialogInfo md-input-container .md-input {
	width: 86%;
	margin: 0 0 4px 40px;
}
/*.dialogInfo md-input-container.md-input-focused label:not(.md-no-float), .dialogInfo md-input-container.md-input-has-placeholder label:not(.md-no-float), .dialogInfo md-input-container.md-input-has-value label:not(.md-no-float) {
	transition: none;
	transform: none;
}*/

.dialogInfo.dialogbox label {
	margin: 0 0 4px;
}
.dialogInfo .flagInput {
	background: url(../images/flags.png) no-repeat left;
}
.dialogInfo md-input-container .inputIcon.flagInfo {
	width: 40px;
}
.dialogbox label.flagLabel {
	margin: 0 0 4px 20px;
}
.dialogbox .addNewBank {
	margin: 20px 0;
	text-align: center;
}
.dialogbox a {
	border-bottom: 1px solid;
	color: #18b460;
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 4px;
	text-decoration: none;
}
.Scenario_btn {
	background: #257466;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	width: 360px;
	padding: 0 7px;
	text-transform: capitalize;
	margin-top: 10px;
}
.Scenario_btn:hover {
	background: #257466;
}
.dialogbox .form_dialog_box {
	/* margin-left: 20%;*/
	overflow: initial;
	width: 40%;
}
.dialogbox #change_pass.lending_head {
	margin: 0 0 30px 60px;
}
.md-select-value .md-select-icon::after {
	content: "V";
	color: #666666;
}
.dialogbox .md-select-icon {
	color: #666666;
}
.dialogInfo .paymentInfo {
	margin-top: 70px;
	margin-bottom: 100px;
}
/*.dialogInfo .paymentInfo md-input-container .md-input {
	margin: 0 0 4px 9%;
	width: 90%;
}*/
.dialogInfo .paymentInfo md-input-container .md-input {
	margin: 0 0 4px 42px;
	width: 90%;
}
.dialogbox.changePass md-input-container .md-input {
	margin: 0 0 4px 8%;
	width: 92%;
}
.dialogbox.changePass md-input-container {
	margin: 10px 0 0;
}
.dialogbox .recaptcha {
	margin: 10px 0 34px;
	text-align: center;
}
.dialogbox.changePass label {
	margin: 0 0 5px;
}
.dialogbox {
	overflow: auto;
	padding: 130px 0 0;
}
.dialogbox .tab_box md-tab-item:first-child {
	width: 50%;
	min-width: 50% !important;
	background: #225c34 none repeat scroll 0 0;
}
.dialogbox .tab_box md-tab-item:hover {
	background: #014d41 none repeat scroll 0 0;
}
.dialogbox .tab_box md-tab-item:nth-child(2) {
	width: 50%;
	min-width: 50% !important;
}
.dialogbox md-input-container {
	margin: 18px 0 0 70px;
}
.dialogbox .paymentInfo md-input-container {
	margin: 18px 0 0;
}
.dialogbox .form_dialog_box {
	overflow: initial;
	width: 40%;
	margin-top: 66px;
}
.dialogbox .secondInfo .form_dialog_box, .dialogbox .thirdInfo .form_dialog_box, .dialogbox forthInfo .form_dialog_box {
	margin-left: 10%;
}
/*new css 22092016*/

.msgEInfo {
	margin-left: 40px;
}
.dialogbox a.backbtnP {
	border-bottom: 0 none;
	height: auto;
	left: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 50px;
	z-index: 111;
}
#main_box md-input-container .md-input {
	margin: 0 0 4px 0px;
	width: 100%;
}
.big-cover {
	position: relative;
}
#main_box md-input-container .md-input-messages-animation {
	bottom: 14px;
	position: absolute;
}
#main_box md-input-container.md-icon-left {
	position: relative;
}
.captcha_box {
	margin: 0 0 20px;
}
.captcha_box .ng-isolate-scope > div {
	height: 78px;
	margin: 0 auto 20px!important;
}
#login_form md-input-container {
	margin: 0 0 10px;
}
#login_form label {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 4px;
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
	background: #1ab360 none repeat scroll 0 0 !important;
}
.buttona {
	height: auto;
}
.change_pass_btn.editAc {
	margin: 0 0 22px;
	/*min-width: 270px;*/
}
.ng-inline-edit__button--edit::after {
	color: #225c34;
}
.dialogbox .md-block.inputKeep {
	margin: 18px 0 0;
}
md-select[disabled] .md-select-value {
	background: none;
	color: #333;
	font-weight: 300;
}
 .md-default-theme .md-datepicker-input::-moz-placeholder, .md-datepicker-input::-moz-placeholder {
 color: #333 !important;
 font-size: 18px;
 opacity: 1;
}
.form_dialog_box.addBankInfo {
	margin: 0 auto;
}
.form_dialog_box.addBankInfo .md-icon-left {
	margin: 0;
	padding-left: 0;
}
.dialogbox md-input-container > md-select.cardDate {
	margin-left: 38px;
	margin-top: 0;
}
md-input-container > md-select.endDateInfo {
	width: 75%;
}
md-input-container textarea {
	border: 1px solid #ccc !important;
	font-size: 12px;
	height: 135px !important;
	line-height: 16px !important;
	margin: 0 !important;
	overflow: auto;
	padding: 20px !important;
	width: 100% !important;
}
md-select.bankchoose {
	margin: 0 0 0 40px !important;
}
md-autocomplete.emailAc {
	border-radius: 2px;
	display: block;
	height: 40px;
	margin-left: 40px;
	min-width: 190px;
	overflow: visible;
	position: relative;
}
.md-whiteframe-1dp, .md-whiteframe-z1 {
	box-shadow: none;
}
.dialogbox md-autocomplete button {
	display: none;
}
.input_Nickname {
	background: rgba(0, 0, 0, 0) url("../images/username.png") no-repeat scroll left center !important;
}
/* start css added by Tarun at 21-09-16*/

.month_box {
	display: inline-block;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
}
.month_box h2 {
	font-size: 48px;
	color: #014d41;
	margin: 0 0 10px 92px;
	font-weight: 400;
}
.month_box h2 span {
	font-size: 24px;
	color: #18b460;
	font-weight: 400;
}
.month_box a {
	border-bottom: none !important;
}
#change_pass.final_page_head {
	margin: 0 0 50px 70px !important;
}
.risk_box md-pagination-wrapper {
	border: 1px solid #18b460;
	border-radius: 5px;
	height: 46px;
	transform: translate3d(0px, 0px, 0px);
	width: 99% !important;
}
.risk_box md-tabs-canvas {
	width: 100%; margin-left: 0;
}
.risk_box md-tab-item {
	border-right: 1px solid #7ecbbd;
	width: 33.3%;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	text-transform: capitalize;
}
.risk_box md-tab-item:last-child {
	border-right: none;
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
	color: #fff;
	background: #014d41;
}
.MTop90 {
	margin: 90px 0 0 0;
}
.borrow_info {
	text-align: center;
	font-size: 18px;
	color: #18b460;
	font-weight: 300;
	margin: 0 0 15px 0;
}
.dollar_info {
	font-size: 22px;
	color: #18b460;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-align: center;
}
.inputNickname {
	background: rgba(0, 0, 0, 0) url("../images/nickname.png") no-repeat scroll left center !important;
}
/* end css added by Tarun at 21-09-16*/

.tab_box md-content {
	padding-left: 14px;
	padding-top: 35px !important;
}
.tab_box md-input-container {
	margin: 0 0 25px !important;
}
.msgEInfo-popup {
	margin-left: 40px;
}
.searchBigContact .msgEInfo-popup {
	margin-left: 60px;
}
/*css add 23092016*/

.buttona.leftAct {
	background-color: #059e4b !important;
}
.myaccountDsp md-input-container .md-input, .myaccountDsp md-select[disabled] .md-select-value {
	border: 0;
}
.myaccountDsp .md-select-value .md-select-icon {
	display: none;
}
.summaryInfo #change_pass.final_page_head {
	margin: 10px !important;
	text-align: center;
	font-weight: 400;
}
.summaryInfo .dollar_info, .summaryInfo .borrow_info {
	margin: 0 0 10px 0;
}
.summaryInfo.form_dialog_box {
	margin-left: 0%;
	width: 66%;
	padding-bottom: 50px;
}
.dialogbox .summaryInfo md-input-container {
	margin: 18px 0 0 0px;
}
.dialogbox .summaryInfo md-input-container textarea {
	-webkit-box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 1);
	box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 1);
}
.dialogbox .searchtab md-input-container {
	margin: 18px 0 0 0;
}
.dialogbox .searchtab .searchBigContacts {
	margin-left: 16px;
}
.dialogbox .searchtab .md-input {
	margin: 0 0 4px 17px;
	width: 92%;
}
.dialogbox .searchtab md-input-container .md-input {
	margin: 0 0 4px 17px;
}
.dialogbox .searchtab .profile_icon {
	margin-left: 10px;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
	height: 100px !important;
}
.risk_box.basicD {
	margin: 20px 0;
}
.month_box .spinerInput {
	font-size: 48px;
	color: #014d41;
	margin: 0 0 10px 0;
	font-weight: 400;
	border: none;
	width: 90px;
	text-align: center;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*css add 26092016*/

md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-weight: 300;
}
md-dialog.md-default-theme, md-dialog {
	margin-bottom: 100px;
}
.dialogbox md-input-container.cardAc {
	margin-top: 30px;
}
/*css add by Mukesh 28092016*/

.dialog_form.dialogInfo.bankSummari {
	width: 90%;
	text-align: center;
}
.dialog_form.dialogInfo.bankSummari .form_dialog_box {
	width: 100%;
}
.dialog_form.dialogInfo.bankSummari .lending_head {
	margin: 0;
	color: #225c34;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 30px;
}
.dialog_form.dialogInfo.bankSummari .borrow_info {
	margin: 0 0 10px;
}
.clear-fix {
	clear: both;
}
.inputRoutingIcon {
	background: rgba(0, 0, 0, 0) url("../images/routing_number_icon.png") no-repeat scroll left center !important;
}
.inputANumberIcon {
	background: rgba(0, 0, 0, 0) url("../images/account_number_icon.png") no-repeat scroll left center !important;
}
.inputBankIcon {
	background: rgba(0, 0, 0, 0) url("../images/bank_icon.png") no-repeat scroll left center !important;
}
.inputIcon {
	background: rgba(0, 0, 0, 0) url("../images/view_icon.png") no-repeat scroll left center;
}
.inputAmountIcon {
	background: rgba(0, 0, 0, 0) url("../images/last_payment_icon.png") no-repeat scroll left center !important;
}
.inputCCIcon {
	background: rgba(0, 0, 0, 0) url("../images/cc_card_icon.png") no-repeat scroll left center !important;
}
.actLoanIcon {
	background: rgba(0, 0, 0, 0) url("../images/active_loan_icon_sm.png") no-repeat scroll left center !important;
}
.inputEmail {
	background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll left center !important;
}
md-input-container .inputIcon {
	width: 34px;
}
.greenBtn {
	background: #059e4b none repeat scroll 0 0;
	color: #fff!important;
	font-size: 20px;
	font-weight: 300;
	min-width: 200px;
	padding: 5px 0;
	text-align: center;
	text-transform: capitalize;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #059e4b;
}
.dialogbox label {
	margin: 0 0 4px;
}
.dialogbox label.iconLabel {
	margin: 0 0 4px 0px;
}
#profile_page input {
	margin: 0 0 6px 10px;
}
md-input-container > md-select.endDateInfo {
	margin-left: 49px;
}
.dialogbox md-input-container > md-select.cardDate {
	margin-left: 40px;
	margin-top: 0;
}
.tab_box md-input-container.md-icon-left > label {
	left: 37px;
}
/*css add by Mukesh 29092016*/

.dashboard-padding {
	padding: 25px 40px;
}
md-card.sd-myemails-theme {
	border-radius: 50%;
	height: 230px;
	width: 230px;
	background-color: #ffffff;
}
.myemails {
	border: 10px solid #059e4b !important;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.sd-card-content {
	padding: 30px;
}
.myemails, .mytasks, .mytransactions, .myappointments, .mycontacts, .mycampaigns, .myalerts, .mysearches {
	color: #333;
}
.md-db-font {
	font-size: 75px;
	font-weight: 400;
	line-height: 1;
	color: #225c34;
}
.customerImg {
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 33px;
	height: 70px;
	margin-bottom: 20px;
	width: 70px;
}
.customerName {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 6px;
	text-align: center;
}
.secondInfo {
	position: relative;
}
.secondthird .form_dialog_box {
	margin-left: 19%;
}
.paymentInfo md-select.cardDate {
	margin-bottom: 4px;
	margin-left: 0 !important;
}
.card_info.cardRsp.layout-row .msgEInfopayment {
	margin-left: 0;
}
.user_bg a.buttona {
	background: rgba(24, 92, 52, 0.8) none repeat scroll 0 0;
	padding: 18px 0 0 0;
	height: 181px;
}
.user_bg a.buttona:hover {
	height: 181px;
}
.user_bg {
	padding: 0;
}
.topLogo.md-button:hover {
	background: none;
}
a.topLogo.md-button .md-ripple-container {
	display: none!important;
}
.dialogbox md-input-container > md-select {
	margin: 20px 0 4px;
	order: 2;
	width: 86%;
}
.cardPayInfo.card_info.cardRsp.layout-row md-input-container.md-icon-left {
	padding-left: 40px;
}
md-select-menu {
	max-height: 100px;
}
/*css add by Mukesh 30092016*/

#change_pass.basicDetails.final_page_head {
	margin: 0 0 50px !important;
}
.succssfullH3 {
	color: #225c34;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 40px;
}
.footer_content.ng-scope {
	background: #ffffff none repeat scroll 0 0;
	display: flex;
	height: 34px;
	padding-left: 30px;
}
.md-button {
	line-height: unset;
	 font-size: 20px;
	 font-weight: 300;
	  height: auto;
}
.md-whiteframe-z2 {
	box-shadow: none;
	
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
	-webkit-transform: translate3d(0, 14px, 0) scale(0.75);
	transform: translate3d(0, 14px, 0) scale(0.75);
}
md-autocomplete.md-default-theme, md-autocomplete {
	background: none !important;
}
.leftBtnRsp {
	display: none;
}
.leftBtnRspPUp {
	display: none;
}
.leftPopUp {
	display: block;
}
.toolbar_sec .md-button {
	background: #059e4b none repeat scroll 0 0;
	min-width: 48px;
	display: block;
}
.proBxo {
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background: #eff3f6;
	margin: 0 2% 30px;
	/*padding: 20px 70px;	*/
	padding: 20px 30px 20px 100px;
	border: 2px solid #fff;
}
.proBxo.proAddbank {
	margin: 0 1% 30px 2%;
}
#profile_page .proBxo .input_icon {
	top: 3px;
}
#profile_page .proBxo .inputIcon {
	top: -4px;
}
#profile_page .bank_details md-input-container.md-default-theme .md-input, #profile_page .bank_details md-input-container .md-input {
	border-color: #999;
	font-weight: 400;
}
.bankfullInfo {
	max-height: 320px;
	overflow-y: auto;
	padding-top: 10px;
	overflow-x: hidden;
}
#profile_page .bank_details .md-errors-spacer {
	display: none;
}
#profile_page .bank_details .cross_box {
	/*	position: absolute;
	right: -50px;
	top: -30px;*/
	position: absolute;
	right: -20px;
	top: -28px;
	width: 40px;
	height: 40px;
}
.proBxo.proAddbank md-input-container.nickName {
	margin-bottom: 0;
}
.bank_details .proBxo.proAddbank md-select .md-select-value {
	margin: 0;
}
.bank_details .proBxo.proAddbank .cardNumberDsp {
	margin-bottom: 0;
}
.dashboardgrid {
	/*display: inline-flex;*/
	float: left;
	/*margin-bottom: 70px;*/
	width: 100%;
}
.form_box.dbMain {
	padding: 2px 0 34px;
}
.dashboardgrid .dashboardBox {
	width: 98%;
	min-height: 120px;
	border: 2px solid #157D40;
	margin: 0 auto;
	padding: 4px 0;
	box-sizing: border-box;
	text-align: center;
	background: #049F4C;
	font-size: 18px;
	color: #6c6c6c;
	border-radius: 4px;
}
.dashboardgrid a:hover .dashboardBox {
	/*border: #225C34 solid 2px;*/
	background: #157D40;
	-webkit-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	-moz-box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	box-shadow: inset 0px 0px 50px 1px rgba(0,0,0,0.63);
	border: 2px solid #049f4c;
}
.dashboardgrid .dashboardBox .md-db-font {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
.dashboardgrid .dashboardBox .dbIcon {
	margin-bottom: 0px;
	width:30%;
	float:left;
	text-align: center;
}
/*.dashboardgrid .dashboardBox .dbLoanCount {
  float: left;
  padding-top: 0px;
  width: 70%;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}*/
.dashboardgrid .dashboardBox .dbLoanCount {
    float: left;
    padding-top: 10px;
    width: 66%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding-right: 4%;
}

.dashboardgrid .dashboardBox .dbBoxdName {
}
.mgcard.side_menu.actMenu {
	background: #1ab360;
}
.dashboardgrid i {
	color: #999;
	font-size: 50px;
}
md-dialog.md-default-theme, md-dialog {
	margin-bottom: 100px;
	width: 400px;
}
md-dialog .md-button {
	background: #059e4b none repeat scroll 0 0;
	color: #fff!important;
}
md-dialog h2 {
	margin: 0;
	color: #225c34;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 30px;
	text-align: center;
}
md-dialog md-input-container .md-input {
	/*margin: 0 0 4px 0px;*/
	width: 100%;
}
md-dialog .md-button.md-default-theme.md-primary, md-dialog .md-button.md-primary {
	width: 50%;
}
.form_box.myloanList {
	padding: 18px 30px 34px;
}
.searchMyLoan {
}
.searchMyLoan label:not(.md-container-ignore) {
	left: 0;
}
.searchMyLoan .md-input {
	margin: 0 0 4px 0px;
	width: 100%;
}
table thead {
	background: #e8e8e8;
}
/*table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
	padding: 10px 20px 10px 0 !important;
}*/
table.md-table th.md-column {
	font-size: 14px;
	font-weight: 500;
}
table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
	padding: 0 6px;
	text-align:left;
}
/*table tr td:nth-child(2), table tr td:nth-child(3), table tr td:nth-child(4) {
	text-align: right!important;
}*/
table.md-table th.md-column:nth-child(6) {
/*text-align: left!important;*/
}
md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder {
	color: #666;
}
#profile_page .proBxo.proAddbank.proCardBank .cross_box {
	position: absolute;
	right: 30px;
	top: 10px;
}
.tab_box.addbankPopup .md-input {
	margin: 0 0 4px 38px;
	width: 80%;
}
.greenLink {
	color: #059e4b;
	text-decoration: none;
}
.addBankNew md-input-container .md-input {
	margin: 0 0 4px 40px;
	width: 90%;
}
.inputdueAmt {
	background: rgba(0, 0, 0, 0) url("../images/last_payment_icon.png") no-repeat scroll left center !important;
}
.inputloanBalance {
	background: rgba(0, 0, 0, 0) url("../images/loan_balance_icon.png") no-repeat scroll left center !important;
}
.inputloandue {
	background: rgba(0, 0, 0, 0) url("../images/big_calendar.png") no-repeat scroll left center !important;
}
.inputInst_icon {
	background: rgba(0, 0, 0, 0) url("../images/interest_icon.png") no-repeat scroll left center !important;
}
.h3Head {
	margin:0 0 10px;
	text-align: center;
	font-weight: 400;
	color: #225c34;
	font-size: 18px;
}
#profile_page .proAddbank.loanDetail .md-input {
	width: 90%;
}
.proBxo.makePay {
	margin: 6px 1% 30px 2%;
}
.makePaymentBox {
	/*padding: 78px 0 34px;*/
	padding:14px 0 14px;
	background: #fff;
	border: 1px solid #e6eaee;
	border-radius: 4px;
}
.makePaymentBox .form_box {
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
}
.makePaymentBox md-input-container.bankInfobox {
	margin:  0;
}
md-dialog.passwordCh md-input-container .md-input {
	margin: 0 0 4px 40px;
	width: 94%;
}
.dialogbox.makePopUp .dueAmtInput .md-input {
	background: #fff;
}
.actLnSrch .actLoanSearch {
	width: 38%;
	float: left;
	margin-left: 1%;
}
.actLnSrch .actLoanFrom {
	width: 24%;
	float: left;
	margin-left: 1%;
}
.actLnSrch .actLoanTo {
	width: 24%;
	float: left;
	margin-left: 1%;
}
.actLnSrch .actLoanbtn {
	width: 10%;
	float: left;
	margin-left: 1%;
}
.actLnSrch .actLoanbtn button.md-button {
	color: rgba(255,255,255,1)!important;
	font-size: 18px;
	height: auto;
	min-width: auto;
	padding: 4px 10px;
	width: 100%;
	float: right;
	margin: 0;
}
.actLnSrch .actLoanbtn button.md-button i {
	display: none;
}
.actLnSrch label {
	font-weight: 300
}
table.md-table th.md-column {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: normal;
}
md-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.actLoanList table tbody tr:nth-child(odd) {
	background: #fff;
}
.actLoanList table tbody tr:nth-child(even) {
	background: #f4f4f4;
}
.actLoanList table thead th {
	background: #06a04d;
	color: #fff;
}
.actLoanList table thead th.md-column {
	color: #ffffff;
	text-align: center;
	position: relative;
	border-left: 1px solid rgba(50, 60, 100, 0.2);
}
.actLoanList table thead th.md-column:last-child {
	border-left: 1px solid rgba(50, 60, 100, 0.2);
}
.actPayLaon button {
	background: none;
	padding: 4px;
	margin: 0;
	width: auto;
	min-width: inherit
}
.actPayLaon button:hover {
	background: none!important
}
.actPayLaon md-input-container {
	margin: 4px 0;
}
table.md-table td.md-cell:last-child, table.md-table th.md-column:last-child {
	padding: 0 10px 0 0;
	text-align: center;
}
md-input-container {
	/*  margin: 0;*/
	padding: 0;
}

table.md-table td.md-cell {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  color: #6c6c6c;
  font-size: 12px;
}
table.md-table td.md-cell:last-child {
  border-right: 1px solid #eaeaea;}
.proBxo.closeLoan {
  background: #eff3f6 none repeat scroll 0 0;
  border: 2px solid #ffffff;
  margin: 10px 1% 10px;
  padding: 10px 10px 10px 100px;
  overflow:hidden;  
}
.proBxo .closeCheckbox {
	margin: 30px 0
}
.proBxo.closeLoan .add_bank_btn {
	min-width: 190px;
	width: 190px;
}
md-sidenav.md-closed {
	display: block;
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
	transform: translate3d(0%, 0px, 0px);
}
.emiLink a.md-button {
	margin: 0;
	min-height: inherit;
	padding: 0;
	text-align: left;
	color: #059e4b;
}
.emiLink a.md-button:hover {
	background: #fff;
	color: #225c34;
}
/*amit*/
/*.actLoanList a.add_bank_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	min-width: auto;
	height: auto;
	padding: 4px;
}*/
.actLoanList a.add_bank_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline;
  height: auto;
  margin: 0;
  min-width: auto;
  padding: 0 4px;
  vertical-align: middle;
}
.actLoanList a.add_bank_btn:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.actLoanList table.md-table td.md-cell:last-child, .actLoanList table.md-table th.md-column:last-child {
	width: 110px;
}
a {
	text-decoration: none;
}
.bank_details md-input-container.md-icon-left {
	padding-left: 0px;
	padding-right: 0;
}
.proBxo.proAddbank md-input-container.cardBoxInp .md-input {
	margin-left: 50px!important;
}
.makePayBankInnfo {
	margin-left: 48px;
}
.boxshadow {
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 0 2% 30px;
	padding: 20px 70px;
}
.userImgNav {
	text-align: center;
	margin-top: 8px;
}
.userImgNav img {
	border: 2px solid #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	width: 100px;
}
.user_name {
	padding: 6px;
}
table.md-table td.md-cell.md-numeric.tdLeft, table.md-table th.md-column.md-numeric.thLeft {
	text-align: left!important;
}
table.md-table td.md-cell.md-numeric.tdRight, table.md-table th.md-column.md-numeric.thRight {
	text-align: right!important;
}
.proBxo.closeLoan.emitable {
	padding: 20px 30px;
}
md-sidenav {
	position: inherit;
}
.expMonthInfo .md-select-value {
	font-weight: 400;
}
.dashboardgrid .dbBoxdName {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 16px;
	text-align: center;
	background: #225c34 none repeat scroll 0 0;
	padding: 4px 0;	
	border-bottom: 1px solid #049f4c;
	border-top: 1px solid #049f4c;
}
/*.dashboardgrid .dbBoxdName:hover{
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-bottom: 1px solid #049f4c ;
  border-top: 1px solid #049f4c ;
  
  color: #02330b;
}*/
/*.dashboardBg {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 20px;
	margin: 4px 20px;
}*/
.dashboardBg {
  margin: 0px 20px;
  padding: 6px 0 ;
}
.form_box.dbMain .h3Head {
	margin: 0px;
}
.dbboxLanding {
	width: 33.3%;
	float: left;
}
.dbboxBorrowing {
	width: 33.3%;
	float: left;
}
.dbboxFncls {
	width: 20%;
	float: left;
}
.cardRightInp .md-required {
	left: 0;
}
.card_info.cardRsp .cardRightInp .md-required {
	left: 40px;
}
.md-autocomplete-suggestions li {
	height: auto;
	line-height: 30px;
}
md-option {
	height: auto;
	line-height: 30px;
	font-size: 14px;
}
.totalPlanned {
	background: #c4c4c4 none repeat scroll 0 0;
	padding: 10px;
	margin-bottom: 1px;
}
.totalPlanned input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	min-width: 130px;/*width: 110px;*/
}
a:focus, a:hover {
	outline: 0;
	border: 0
}
.inputIcon.inputActDB {
	background: rgba(0, 0, 0, 0) url("../images/activeDrop_db.png") no-repeat scroll left center;
}
.inputIcon.inputPlanneddropDB {
	background: rgba(0, 0, 0, 0) url("../images/Planneddrop_db.png") no-repeat scroll left center;
}
.inputIcon.inputCloseDB {
	background: rgba(0, 0, 0, 0) url("../images/close_drop_db.png") no-repeat scroll left center;
}
.docList {
	margin-right: 10px;
	margin-left: 10px;
}
.docMagInfo {
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0 30px;
}
.proBxo.docMagAmt {
	background: #12ac58 none repeat scroll 0 0;
	border: 1px solid #2b623b;
	box-shadow: none;
	color: #ffffff;
	margin: 6px 0 30px;
	padding: 0 30px 0 20px;
}
.listingBtnTop {
	background: #1ab360 none repeat scroll 0 0;
	border: 1px solid #2c633c;
	box-shadow: none;
	color: #ffffff;
	margin: 6px 1% 30px;
	padding: 0 30px 0 20px;
}
md-progress-circular.md-default-theme.md-hue-3.md-accent path, md-progress-circular.md-hue-3.md-accent path {
	stroke: #059E4B!important;
}
.btnTableTop {
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	min-width: inherit;
	padding: 6px 10px;
	width: auto;
}
/*table alignment css Left Right*/
table .tableTR {
	text-align: right!important;
}
table .tableTL {
	text-align: left!important;
}
.emitable .table1Wd25 {
	width: 22%;
	/*padding-left: 3%!important;*/
}
.emitable .table2Wd25 {
	width: 30%
}
.emitable .table3Wd25 {
	width: 25%
}
.emitable .table4Wd25 {
	width: 20%
}
/*.emitable .tableLast {
	padding-left: 5% !important;
}*/
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
	padding: 0 10px 0 6px!important;
}
.dashboardgrid .dashboardBox .longSmlText {
	width: 100%;
	font-size: 100%;
	display: table-cell;
	vertical-align: middle;
}
.padL20 {
	padding-left: 20px!important;
}
.padR20 {
	padding-right: 20px!important;
}
.noPage .greenBoxBl {
	width: 200px;
	height: 200px;
	text-align: center;
	background: #049f4c;
	border: 2px solid #157d40;
	border-radius: 50%;
	box-sizing: border-box;
	color: #6c6c6c;
	font-size: 18px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.noPage .greenBoxBl .iconImg {
	color: #6c6c6c;
	padding: 24px 10px 10px;
	text-align: center;
}
.noPage .greenBoxBl .textInfo {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	margin: 4px 0;
}
.noPage .nameBlank {
	color: #225c34;
	font-size: 30px;
	font-weight: 300;
	margin-top: 10px;
	text-align: center;
}
.noPage p {
	color: #666666;
	margin: 0;
	text-align: center;
}
/*for progress bar green on data table*/
md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
	background-color: #06a04d !important;
}
.main_box_content.breadcrum_content {
	padding-top: 6px;
}
.main_box_content.breadcrum_content .breadcrum {
	text-align: left;
	margin-bottom: 6px;
	color: #225c34;
	font-size: 12px;
}
.main_box_content.breadcrum_content .breadcrum span {
	margin-right: 2px;
	margin-left: 2px;
}
.main_box_content.breadcrum_content .breadcrum i {
	margin-right: 2px;
	margin-left: 2px;
}
.main_box_content.breadcrum_content .breadcrum a {
	text-decoration: none;
}
a, a:focus, a:hover {
	outline: 0;
	border: 0;
	color: #225c34
}
.searchTable md-input-container {
	margin-top: 0;
}
.searchTable md-input-container .md-errors-spacer {
	display: none;
}
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
	border-color: #059e4b;
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
	background-color: #059e4b;
}
md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on {
	background-color: #059e4b;
	border-color: #059e4b;
}
md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off {
	border-color: #059e4b;
}
table.md-table th.md-column md-icon.md-sort-icon {
	/* float: right;*/
	position: absolute;
	right: -3px;
	top: 30%; 
	 z-index: 1;
}
table.md-table th.md-column.md-numeric {
	text-align: center;
}
table.md-table td.md-cell.md-numeric.dateCenter {
	text-align: center;
}
table.md-table td.md-cell.md-numeric.statusCenter {
	text-align: center;
}
table.md-table td.md-cell.md-numeric.textCenter { 
	text-align: center;
}
.actLoanList table.md-table a.add_bank_btn:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	box-shadow: none !important;
}
.actLoanList table.md-table .md-button.md-default-theme:hover:not([disabled]), .actLoanList table.md-table .md-button:hover:not([disabled]) {
	background: none !important;
	box-shadow: none !important;
}
.edit_circle .md-button.md-default-theme:hover:not([disabled]), .edit_circle .md-button:hover:not([disabled]) {
  background: none!important;
  box-shadow: none;
}
.sidenav_bg .md-button { border-radius:0;}


.date_box.lenderDate  input.md-datepicker-input.md-input {
  border: 0 none;
 
}

.date_box.lenderDate .md-button.md-default-theme:hover:not([disabled]), .date_box.lenderDate .md-button:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  box-shadow: none !important;
}

table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
  height: auto;
}


.actLoanList.paySchTable table.md-table tbody.md-body > tr.md-row, .actLoanList.paySchTable table.md-table tfoot.md-foot > tr.md-row {
  height: 30px;
}

.actLoanList.paySchTable table .tableTL {
    text-align: center !important;
}
table.md-table thead.md-head > tr.md-row {
  height: 36px;
}

#profile_page .proBxo.proEdit md-input-container .md-input{ margin-left: 0; width: auto;}
.date_box.lenderDate .md-button.md-default-theme.md-focused:not([disabled]), .date_box.lenderDate .md-button.md-focused:not([disabled]) {
  background: none;
}

.searchTable md-input-container.dayWeekInfo{ margin-left: 20px;}
.searchTable md-input-container.dayWeekInfo .md-text { color: #666;

}
md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
   color: #225c34;
}

md-select.md-default-theme:focus:not([disabled]) .md-select-value, md-select:focus:not([disabled]) .md-select-value {
  border-bottom-color:#d9d9d9;
  color: rgba(0, 0, 0, 0.87);
}
.resendAct{ text-align: center; display: block;}
.resendAct a{
    display: block;
    margin-bottom: 16px;
    text-align: center;}
	
	md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
  color: #333;
}
	
.dashboardBg.dBFinancials .dashboardgrid  {
    margin-bottom: 20px;
}
	.proBxo.closeLoan.emitable.loanRep {
  padding: 0px 30px 20px;
}
	table tbody tr:nth-child(2n+1) {
  background: #ffffff none repeat scroll 0 0;
}
	table tbody tr:nth-child(2n) {
  background: #f4f4f4 none repeat scroll 0 0;
}

table.md-table td {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  color: #6c6c6c;
  font-size: 12px;
   padding: 6px;
}

table.md-table td:last-child {
  border-right: 1px solid #eaeaea;
} 
.emitable.loanRep .actLoanList.paySchTable table.md-table tbody.md-body > tr.md-row, .emitable.loanRep  .actLoanList.paySchTable table.md-table tfoot.md-foot > tr.md-row {
  height: auto;
}

.emitable.loanRep .loanRepL{ margin-right: 10px;}

.emitable.loanRep .totalPlanned {
  font-size: 14px;

}

.emitable.loanRep .totalPlanned input {
  font-size: 16px;
  color: #333;
  width:auto;
  
  
}
.earnedInt table tr td:first-child{ width: 20%;}

.earnedInt .totalPlanned input{ width: auto;}

table.md-table tfoot.md-foot > tr.md-row {
    height: 40px;
}
.totalAmtBtm{ width: 200px;}

.dashboardgrid.eq10 .dashboardBox .dbLoanCount {
     font-size: 28px;}



.dashboardgrid.gt10 .dashboardBox .dbLoanCount {
     font-size: 24px;}
.content_bg:before { background-color: #225c34; content: ''; position: absolute; left: -100%; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;  }
.content_bg { position: relative }

.md-dialog-content md-input-container .md-input {
  margin: 0;
}
.borrowerSelectbank{ width: 300px; margin: 0 auto; text-align: left;}
.user_id img{max-width: 100%;}

.user_id  .edit_btn {
   
     border: 1px solid #c4c4c4;
    border-radius: 50%;
    bottom: 8px;
    position: absolute;
    right: 25px;
}

.user_id  .edit_box {
    right: 30px;
}

.user_id .md-button.md-icon-button {
    margin: 0 0px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
}
.edit_circle .md-button.profileImage {
    width: 40PX;
}
.edit_circle .md-button.md-icon-button {
    margin: 0 0px;}



.proEdit { position:relative;}

.proEdit  .edit_btn {
   
     border: 1px solid #c4c4c4;
    border-radius: 50%;
    bottom: 8px;
    position: absolute;
    right: 25px;
}

.proEdit .edit_box {
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
}

.proEdit .md-button.md-icon-button {
    margin: 0 0px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
}
md-input-container .inputIcon.cityIcon{
     background: rgba(0, 0, 0, 0) url("../images/cityscape.png") no-repeat scroll left center; 
}
md-input-container .inputIcon.zipIcon{
     background: rgba(0, 0, 0, 0) url("../images/zip_code.png") no-repeat scroll left center; 
}
md-input-container .inputIcon.countryIcon{
     background: rgba(0, 0, 0, 0) url("../images/country.png") no-repeat scroll left center; 
}
md-input-container .inputIcon.phoneIcon{
     background: rgba(0, 0, 0, 0) url("../images/receiver.png") no-repeat scroll left center; 
}
md-input-container .inputIcon.stateIcon{
     background: rgba(0, 0, 0, 0) url("../images/cityscape.png") no-repeat scroll left center; 
}
md-input-container .inputIcon.homeIcon{
     background: rgba(0, 0, 0, 0) url("../images/home_icon2.png") no-repeat scroll left center; 
}

.dialogbox .form_dialog_box.box{width: 100%;}
.modal-width{width: 650px;}

.dialogInfo .paymentInfo md-input-container .md-input.inputNn
{
    margin-left: -7px;
    width: 100%;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: #157D40!important;
}
md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(21, 125, 64,0.5)!important;
}

/*media query start from here*/
@media(min-height:1200px) {
.big-cover {
	height: 100%;
}

}
@media(min-width:768px) {
.toolbar_sec .md-button {
	display: none;
}
}

@media(min-width:768px) and (max-width:1160px) {
.dialogbox .secondInfo .form_dialog_box, .dialogbox .thirdInfo .form_dialog_box, .dialogbox forthInfo .form_dialog_box {
	margin-left: 28%;
}
.dialogbox .form_dialog_box {
	width: 60%;
}
#borrower_tabs md-tab-item {
	min-width: 25%;
	padding: 18px 0;
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
	transform: translate3d(0%, 0px, 0px);
}
md-sidenav {
	position: inherit;
	width: auto;
}
md-sidenav.md-closed {
	display: block;
}
.proBxo.proAddbank {
	padding: 20px 30px 20px 20px;
}
}

@media(min-width:768px) and (max-width:800px) {
.dashboardgrid .dashboardBox {
	height: 130px;
	width: 130px;
}
}

@media(min-width:768px) and (max-width:1024px) {
/*.dashboardgrid {
	width: 49%;
}*/
.proBxo {
	padding: 20px 10px 20px 10px;
}
.actLnSrch .actLoanbtn button.md-button i {
	display: block;
}
.actLnSrch .actLoanbtn button.md-button span {
	display: none;
}
.proBxo.closeLoan {
	padding: 20px 30px 20px 20px;
}
.proBxo.closeLoan {
	margin: 10px 4% 30px;
}
.dbboxFncls {
	width: 33%;
	margin-bottom: 30px;
}
.form_box.dbMain .h3Head {
	margin: 0px 0 0px;
}
.dashboardBg {
	margin: 0px 20px 32px;
}
.dashboardgrid .dbBoxdName {
	font-size: 16px;
}
.form_box.dbMain {
	padding: 20px 0 34px;
}
.dashboardgrid .dashboardBox .dbIcon img {
	width: 35px;
}
.form_box.dbMain {
	padding: 20px 0 0;
}
.dashboardBg .dbboxFncls:nth-child(5), .dashboardBg .dbboxFncls:nth-child(4) {
    margin-bottom: 0;
}
#profile_page label {
  font-size: 14px;
}
.dialogbox .form_dialog_box {
  width: 80%;
}
.secondthird .form_dialog_box {
  margin-left: 30%;
}
.form_box.myloanList {
  padding: 18px 0px 34px;
}
.proBxo.closeLoan.emitable.loanRep {
  padding: 0 10px 20px;
}
.searchTable.layout-align-end-center.layout-row {
  padding: 0 10px 0 0;
}
}

@media(max-width:980px) {
.toggle_btn {
	display: block;
}
.dbboxLanding {
  width: 100%;
  margin-bottom: 10px;
}
.dbboxBorrowing {
  width: 100%;
  margin-bottom: 10px;
}
.dashboardgrid .dashboardBox {
  width: auto;
}
.dashboardBg.dBFinancials .dashboardgrid {
  margin-bottom: 0px;
}
}

@media(max-width:890px) {
.footer_links li {
	margin: 0 0 0 10px;
}
.footer_links {
	padding: 25px 80px 0 0;
}
.footer_bg h6 {
	padding: 25px 0 0 80px;
}
.get_start_btn {
	margin: 15px 80px 0 0;
}
.my_nav .brand_logo {
	margin: 6px 0 0 80px;
}
}

@media(max-width:768px) { 
form#login_form { margin-top: 28%; }
.dashboardBg { margin-bottom: 0; }
.dbboxLanding, .dbboxBorrowing { width: 48%; margin: 0 1% 10px 1%; }
.form_box.dbMain .h3Head { text-align: left; margin-left: 30px; }
.dialogbox #change_pass.lending_head { text-align: center; }
}
@media(max-width:767px) {
.footer_links {
	padding: 25px 40px 0 0;
}
.footer_bg h6 {
	padding: 25px 0 0 40px;
}
.footer_links li {
	margin: 0 0 0 5px;
}
.get_start_btn {
	margin: 15px 40px 0 0;
}
.my_nav .brand_logo {
	margin: 6px 0 0 40px;
}
form#login_form {
	padding: 25px 20px 20px;
}
form.other_forms {
	padding: 25px 20px 20px;
}
#profile_page {
	width: 70%;
}
/*.edit_box {
	right: 27%;
}*/
#main_box .content_bg {
	margin: 0 13px;
}
#main_box .content_bg {
	height: auto;
	padding: 0;
}
#borrower_tabs md-tab-item {
	font-size: 14px;
	padding: 8px 4px 7px;
}
#borrower_tabs md-pagination-wrapper {
	height: 81px !important;
}
.dialogbox .form_dialog_box {
	margin-left: 0;
	width: 92%;
}
#borrower_tabs md-tab-item img {
	height: 32px;
}
#borrower_tabs md-tab-item .borrowericon {
	min-height: auto;
}
.dbboxFncls {
	width: 33%;
	margin-bottom: 30px;
}
md-sidenav {
	position: fixed;
}
.dialogbox md-input-container > md-select {
	width: 86%;
}
.searchBigContact .msgEInfo-popup {
	margin-left: 55px;
}
.bankdataInfo md-select.bankchoose {
	margin: 0 0 0 40px !important;
}
md-select.bankchoose {
	margin: 0 0 0 40px !important;
}
.user_name {
	padding: 4px;
	font-size: 12px;
}
.user_bg {
	min-height: 100px;
}
.buttona {
	padding: 10px 0;
}
.side_menu .borrow .bg_menu {
	background-position: 0 -30px;
	background-size: 100% auto;
	height: 30px;
	width: 30px;
}
.card_text {
	font-size: 12px;
}
.side_menu .loans .bg_menu {
	background-position: 0 -63px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.side_menu .settings .bg_menu {
	background-position: 0 -97px;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
.side_menu .docUpload {
	height: 30px;
	width: 30px;
	background-size: 94%;
}
.side_menu .logout .bg_menu {
	background-position: 0 -128px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.sidebar_bg {
	background-color: #225c34;
	max-width: 240px;
	min-width: 150px;
}
.totalPlanned input {
	font-size: 14px;
	min-width: 100px;
}
.totalPlanned {
	background: #c4c4c4 none repeat scroll 0 0;
	font-size: 12px;
	margin-bottom: 1px;
	padding: 10px;
}
.green_box {
	min-height: 60px;
}
.green_box .userProImg {
	bottom: -30px;
	height: 80px;
	left: 40%;
	width: 80px;
}
.profile_img {
	height: 76px;
	width: 76px;
}
.edit_box {
	right: -14%;
}
.edit_circle .md-button.profileImage {
	border-radius: 50%;
	height: auto;
	line-height: 38px;
	margin: 0 0px;
	min-width: 0;
	padding: 0px;
	width: auto;
}
.edit_circle {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
}
.dbboxLanding {
  margin-bottom: 10px;
  width: 48%;
  margin-right: 2%;
}
.dbboxLanding {
  margin-bottom: 10px;
  width: 48%;
  margin-right: 2%;
}
.dbboxBorrowing {
  margin-bottom: 10px;
  width: 48%;
  margin-right: 2%;
}
body{ height:auto !important}
.userImgNav {
  margin-top: -40px;
}

}
@media(max-width:750px) { 
.dbboxLanding, .dbboxBorrowing { width: 100%; margin: 0 0 10px; }
}

@media(max-width:600px) {
.footer_bg h6 {
	padding: 15px 0 0 0px;
	text-align: center;
}
.footer_links {
	padding: 10px 0px 0 0;
	text-align: center;
}
.get_start_btn {
	margin: 15px 0px 0 0;
	text-align: center;
}
.my_nav .brand_logo {
	margin: 6px 0 0 0px;
	text-align: center;
}
.my_nav {
	height: auto; padding: 0 0 10px 0; overflow: hidden;
}
.my_nav .layout-xs-column { display: inline-block; width: 100%; }
.my_nav .flex { display: block; }
.my_nav .flex-xs-100 {
	text-align: center;
}
.get_start_btn {
	float: none;
	margin: 10px 0 0 0;
}
.footer_bg.footer_sec {
	position: relative;
}
#profile_page {
	padding: 0 0 0 40px;
	width: 85%;
}
.cross_box {
	bottom: -25px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
}
.bank_details {
	border-right: medium none;
	position: relative;
	width: 95%;
}
#profile_page {
	padding: 0 0 0 25px;
}
.userImgNav img { 
}
form#login_form { margin-top: 15%; }
.myloanList form .layout-row { display: block; }
.myloanList form .layout-row md-input-container { display: block; width: 100%; margin: 0; }
.form_box.myloanList { padding: 15px 15px 15px; }
.proBxo.closeLoan.emitable.loanRep { padding: 0px 15px 15px; }
.user_bg a.buttona { padding-top: 70px; }

}

@media(max-width:480px) {
md-input-container .md-input {
	margin: 0 0 4px 40px;
	width: 90% !important;
}
#profile_page {
	padding: 0 10px;
}
.change_pass_btn.editAc {
	min-width: 100%!important;
}
.add_bank_btn {
	min-width: 100%!important;
}
.cross_box {
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
	top: 100%;
	width: 40px;
}
.dbboxLanding {
	width: 100%;
	margin-bottom: 10px
}
.dbboxBorrowing {
	width: 100%;
	margin-bottom: 10px
}
.dbboxFncls {
	width: 100%;
	margin-bottom: 10px
}
.add_bank_btn {
	margin: 10px 15px 25px 0;
}
.dashboardBg {
	margin: 6px 6px 6px;
	padding: 40px 6px 6px;
}
.dbboxLanding {
	width: 100%;
}
.dashboardgrid .dashboardBox {
	height: 130px;
	padding: 10px 0;/*  width: 130px;*/
}
.dashboardgrid .dbBoxdName {
	font-size: 14px;
	font-weight: 500;
}
.dashboardgrid .dashboardBox .dbIcon img {
	width: 30px;
}
.dbboxBorrowing {
	width:100%;
}
.dbboxFncls {
	width: 50%;
}
.regInfo #login_form label span{ display:none;}
.regInfo #login_form  md-input-focused label span{ display: inline-block;}

.regInfo .md-input-messages-animation  .font-size-12 {
    font-size: 9px;
}
}

@media(max-width:360px) {
md-input-container .md-input {
	margin: 0 0 4px 40px;
	width: 86% !important;
}
.other_forms label {
	font-size: 15px;
}
}

@media(max-width:767px) {
#main_box md-input-container .md-input-messages-animation {
	bottom: -9px;
}
#login_form md-input-container {
	margin: 0 0 30px;
}
.cross_box {
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	display: block;
	height: 70px;
}
.dialogbox .form_dialog_box {
	margin-left: 2%;
	padding-bottom: 30px;
	width: 94%;
	margin-top: 0;
}
.cardRsp .cardLeftInp {
	width: 50%;
}
.cardRsp .cardRightInp {
	width: 50%;
}
.dialogbox .lending_head {
	color: #225c34;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 20px 0 20px;
}
.close_btn {
	right: 10px;
}
.main_box_content {
	padding: 32px 6px 22px;
}
.or_text {
	margin: 10px 0 30px;
}
.dialogbox #change_pass.lending_head {
	margin: 0 0 30px;
}
.dialogbox md-input-container {
	margin: 18px 0 0;
}
.dialogbox label.iconLabel {
	margin: 0 0 4px;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder {
	padding-left: 0;
}
md-select.bankchoose {
	margin: 0 0 0 32px !important;
}
.dialogbox .secondInfo .form_dialog_box, .dialogbox .thirdInfo .form_dialog_box, .dialogbox forthInfo .form_dialog_box {
	margin-left: 2%;
	margin-top: 40px;
}
#change_pass.basicDetails.final_page_head {
	margin: 0 0 40px !important;
}
.month_box .spinerInput {
	font-size: 38px;
	margin: 0 0 10px;
}
.risk_box md-tab-item {
	font-size: 14px;
}
.md-tab {
	font-size: 14px;
	line-height: unset;
	padding: 12px 3px;
}
.risk_box md-pagination-wrapper {
	height: auto;
}
md-tabs-canvas.md-paginated {
	margin: 0;
}
md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
	display: none;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
	border-width: 0;
}
.leftBtnRspPUp {
	color: #059e4b;
	margin-left: 50px;
	margin-top: 10px;
	display: block;
}
.leftBtnRsp {
	background: #059e4b none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #ffffff;
	padding-bottom: 1px;
	display: block;
}
.leftPopUp {
	background: #ffffff none repeat scroll 0 0;
	z-index: 100;
	margin-top: 10px;
	display: none;
}
.msgEInfo-popup {
	margin-left: 34px;
}
.dialogInfo md-input-container .md-input {
	margin: 0 0 4px 40px;
}
.proBxo.proAddbank {
	padding: 20px 30px 0px 20px;
}
.dashboardgrid {
	width: 100%;
}
.makePaymentBox .proBxo.makePay {
	padding: 20px 0;
}
.makePaymentBox md-input-container.md-icon-left {
	padding-left: 10px;
}
.makePaymentBox md-input-container.md-icon-left.selectDrop {
	padding-left: 50px;
}
.actLnSrch .actLoanSearch {
	width: 100%;
	margin-left: 0;
	margin-bottom: 12px
}
.actLnSrch .actLoanFrom {
	width: 100%;
	margin-left: 0;
	margin-bottom: 12px
}
.actLnSrch .actLoanTo {
	width: 100%;
	margin-left: 0;
	margin-bottom: 12px
}
.actLnSrch .actLoanbtn {
	width: 100%;
	margin-left: 0;
	margin-bottom: 12px
}
md-sidenav.md-closed {
	display: none;
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
	transform: translate3d(0%, 0px, 0px);
}
.proBxo.closeLoan {
	padding: 20px 30px 20px 0;
}
.proBxo.closeLoan.emitable {
  padding: 20px 0px;
}
.bank_details {
	width: 100%;
}
#profile_page md-input-container .md-input {
	margin-left: 38px;
}
#profile_page .bank_details .cross_box {
	right: -10px;
	top: -28px;
	left: inherit;
}
.proBxo {
	padding: 20px 30px 20px 10px;
}
#profile_page {
	width: 96%;
}
#profile_page {
	padding: 0 10px;
}
.add_bank_btn {
  margin: 10px 0px 10px 0;
}
.md-table-pagination > * {
  height: auto;
}
#main_box.regInfo .md-button.md-default-theme:hover:not([disabled]), #main_box.regInfo .md-button:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;

}
md-input-container
}
table.md-table td.md-cell.stClose {
	color: #FF0000!important;
}
table.md-table td.md-cell.stPadding {
	color: #FFA500!important;
}
table.md-table td.md-cell.stActive {
	color: #32CD32!important
}
.alert.alert-danger{ position: absolute; color: red;}
.country_select .md-select-value{ padding-top: 0; border: 0;}
.loanCreation_month {
    position: relative;
    width: 240px;
    margin: 0 auto;
}
.loanCreation_month h3{
    position: absolute;
    right: 0;
    top: 0;
}
.dialogInfo .paymentInfo md-input-container .md-input.inputNn
{
    margin-left: -7px;
    width: 100%;
}