
.m-t-60{margin-top:60px;}
.m-t-70{margin-top:70px;}
.p-t-70{padding-top:70px;}
.p-b-70{padding-bottom:70px;}
.p-t-90{padding-top:90px;}
.p-b-90{padding-bottom:90px;}



.financial_inner{background:#fff; border:solid 1px #dcdcdc; 
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
padding:0px;
}

.financial_inner .navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'Open Sans'; font-weight:700; font-size:12px;
	border-top-left-radius:5px; border-top-right-radius:5px;
	-moz-border-top-left-radius:5px; -moz-border-top-right-radius:5px;
	-o-border-top-left-radius:5px; -o-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;
	background:transparent; width:120px; text-align:center; text-transform:uppercase;
	color:#4c4c4c; padding-top:10px; padding-bottom:10px;
}

.financial_inner .navbar-expand-lg .navbar-nav li.active a, .financial_inner .navbar-expand-lg .navbar-nav li:hover a{
	font-family:open-sans; font-weight:700;
	background: #2b3a90;
background: -moz-linear-gradient(left, #2b3a90 0%, #02a39d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b3a90 0%,#02a39d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b3a90 0%,#02a39d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3a90', endColorstr='#02a39d',GradientType=1 ); /* IE6-9 */
	color:#fff;
}
.financial_inner .navbar {align-items: flex-start; padding:0px; margin: -2px 0 0 -1px; border-bottom:solid 1px #dcdcdc; height: 41px;
    min-height: auto;}

.fintble{padding:30px;}
.financial_inner .table{border:solid 1px #dcdcdc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px;}
.financial_inner .table th{font-family: 'Open Sans'; font-weight:700; font-size:12px; color:#4d4d4d; background:#f7f7f7; padding:12px 0; border-right:solid 1px #dcdcdc;}
.financial_inner .table tr td{font-family: 'Open Sans'; font-weight:600; font-size:14px; color:#404040; padding:10px 0 10px 25px; text-align:left; line-height:40px;}
.financial_inner .table tr td i.fa{float:left;}
.financial_inner .table th:first-child{border-top-left-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-top-left-radius:5px; -o-border-top-left-radius:5px;}
.financial_inner .table th:last-child{border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-top-right-radius:5px; -o-border-top-right-radius:5px; border-right:none;}
.financial_inner .table tr:last-child td:first-child{border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px; -o-border-bottom-left-radius:5px;}
.financial_inner .table tr:last-child td:last-child{border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px; -o-border-bottom-right-radius:5px;}


/* bitcoin icons */

.table_layfixed{table-layout:fixed;}

.fa-xrc:before{content:url(../images/currency/xrp_ico.png); width:40px; height:40px; margin-right:20px;}
.fa-itc:before{content:url(../images/currency/ltc_ico.png); width:40px; height:40px; margin-right:20px;}
.fa-eur:before{content:url(../images/currency/eur_ico.png); width:40px; height:40px; margin-right:20px;}
.fa-eth:before{content:url(../images/currency/eth_ico.png); width:40px; height:40px; margin-right:20px;}
.fa-btc:before{content:url(../images/currency/btc_ico.png); width:40px; height:40px; margin-right:20px;}
.fa-bch:before{content:url(../images/currency/bch_ico.png); width:40px; height:40px; margin-right:20px;}


.t_view_button{background:#2b3a90;
background: -moz-linear-gradient(left, #2b3a90 0%, #02a39d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b3a90 0%,#02a39d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b3a90 0%,#02a39d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3a90', endColorstr='#02a39d',GradientType=1 ); /* IE6-9 */
	color:#fff; width:130px; height:30px; line-height:30px; display:inline-block; font-family: 'Open Sans'; font-weight:600; font-size:12px; text-align:center;
	border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px;}

	.financial_inner .table.t_description tr td{font-family: 'Open Sans'; font-weight:400; font-size:14px; line-height:22px; }
	
	

/* currency tab */

.currency-tabs {
    margin-bottom: 20px;
}

.currency-tabs ul li.active {
    background: #23398f;
    background: -moz-linear-gradient(top, #00a79d 0%, #23398f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a79d), color-stop(100%, #23398f));
    background: -webkit-linear-gradient(top, #00a79d 0%, #23398f 100%);
    background: -o-linear-gradient(top, #00a79d 0%, #23398f 100%);
    background: linear-gradient(to right, #00a79d 0%, #23398f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00a79d, endColorstr=#23398f);
}
.currency-tabs ul li.active a{color:#fff;}


.currency-tabs ul{display:flex; align-items:flex-start; margin:0px; padding:0px;}

.currency-tabs ul li {
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
    width: 14%;
    text-align: center; 
    border-radius: 5px; margin-right:10px;
}
.currency-tabs ul li:last-child{margin-right:0px;}



.currency-tabs ul li a {
    padding: 15px 0;
    height: 80px;
    display: block; font-size:12px;
    color: #4c4c4c; font-family: 'Open Sans';
    font-weight: 600;
}
.currency-tabs ul li a span {
    display: block; font-size:16px; margin-top:8px;
}


/* loan vault */

.modified_loanchart .row{margin:0px; align-items: center;}



.loan_chart_left .hr_select .dropdown select{color: #8b9099;
    border: 1px solid #e5e5e5;
    border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; padding: 5px 15px;
     font-size: 13px; font-weight:600;
    margin: 0px 0 10px;
    min-width: 134px;}


.loan-aside .row.loan_vault_buttons{display:block;}
.loan-aside .row.loan_vault_buttons a, .loan-aside .row.loan_vault_buttons form{display:inline-block; margin-bottom:20px; margin-top:0px;}




.colt_button .collateral_value_button{background:#23398f; min-width:260px; min-height:40px; text-align:center; display:inline-block; border-radius:30px;
-moz-border-radius:30px; -webkit-border-radius:30px; -o-border-radius:30px; font-size:18px; color:#fff; line-height:40px;}
.colt_button{text-align:center;}
.colt_button span{font-size:13px; font-weight:600; color:#808080; display:block;}

#loan_element.tprogress .progress-bar{line-height:12px; height:15px !important; font-size:10px;}
#loan_element.tprogress .progress.m-t-20{height:21px;}
#loan_element.tprogress .lt_prog{float:left; width:100%; margin-bottom:0px;}
#loan_element.tprogress .lt_prog span{width:50%; box-sizing:border-box;}

#loan_element.tprogress .progress {
    height: 14px;
    background-color: transparent;
    margin: 7px 0 0 0;
}


.loan_vltside #auto_pay_setting{width:100%; float:left; box-sizing:border-box; padding:5px;}
.loan_vltside #auto_pay_setting h6{float:left; margin-left:15px;}


#loan_element .progress.m-t-20{background:#f2f2f2; border:none;}


.nmodified .loan_chart_left{display:inherit;}

.nmodified .loan_chart_block{margin:0px;}

.loan_vault_section .vault_bal_block:last-child{margin-right:0px;}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 20px;
}
.swicton span.slider:after {
    position: absolute;
    left: -29px;
    color: #23398f;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1px 0 0 0;
    content: 'On';
}
.swicton input:checked + .slider:after {
    content: 'Off';
}
.swicton strong{
    display: none;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left:0px;
    height: 17px;
    right: 18px;
  bottom: 0;
  background-color: #02a19c;
 -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -1.5px;
    background-color: #23398f;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #fff; box-shadow: inset 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

input:focus + .slider {
 box-shadow: inset 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round1 {
  border-radius: 34px;
}

.slider.round1:before {
  border-radius: 50%;
}

.xswitch{width:100%; float:left; border:solid 1px #ccc; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; -o-border-radius:30px; padding:5px 0px 5px 10px;}
.xswitch .t_heading, .xswitch .swicton{width:50%; float:left; padding-top: 9px;}
.xswitch .swicton strong{float:left; padding-right:10px; color: #23398f;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
	padding-top: 0px;
}
.xswitch .t_heading{color: #1b223c;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
	    padding-top: 11px;
}



.atpaysetting{display:inline-block;}
.atpaysetting a span{font-size:12px; color:#8b9099; font-weight:600;}
.atpaysetting a span i{color: #fff;
    margin: 2px 0 0 5px;
    font-size: 9px;
    background: #233990;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: normal;}

.atpaysetting .custom-control{padding:0px;}
.atpaysetting .custom-control input{margin: 4px 0 0 11px; opacity:0; cursor:pointer;
    right: -24px;}
.atpaysetting label a{color:#8b9099; float:left; font-size:10px; line-height:19px;}

.atpaysetting .custom-control-label::after, .atpaysetting .custom-control-label::before {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem; left:inherit;
    content: ""; top:0px;
    right: -22px;
}
.lendo_ico_new .form-group{display:inline-block; margin-bottom:5px; width:100%;}
.lendo_ico_new .form-group label{margin: 11px 0;}
.lendo_ico_new .form-group select{height:40px; font-size:12px; color:#8b9099; font-weight:600;}
.loan_chart_left .panel{box-shadow:none; border:none;}
#loan_extention label{font-size:10px; color:#1b223c; font-weight:600; text-transform:uppercase;}
#loan_extention select{max-width:300px; margin-left:0px;}

#apply_extension{margin-top:22px;}

.nmodi_table .table th{color:#1b223c; font-size:12px; font-weight:600; text-transform:uppercase; padding:10px 0px;}
.nmodi_table .table tr td {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 12px !important;
    vertical-align: middle !important;
    line-height: normal;
    border: 1px solid #a7aab5 !important;
} 

.nmodi_table .table td a:hover i, .nmodi_table .table td a:hover {color:#233990;}
.nmodi_table .table td a i{color:#233990; }
.payinvoice.ninvoice{background:#233990; color:#fff; font-size:10px; font-weight:600; text-transform:normal; padding: 8px 22px;}
.nmodi_table .table td span.invoice_td_text{padding-left:23px;}

.card_application_table .table tr th{border-top-left-radius:5px; border-top-right-radius:5px;
-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;
-moz-border-top-left-radius:5px; -moz-border-top-right-radius:5px;
-o-border-top-left-radius:5px; -o-border-top-right-radius:5px; border:none; padding:15px 0px; font-size:22px; font-weight:600; color:#262626;}
.bg-tbdefault{background:#dcdcdc;}
.bg-tbgold{background:#e1cf93;}
.bg-tbblack{background:#0f0f0f;}

.card_application_table .table tbody tr:first-child td:first-child{border-top-left-radius:5px; -moz-border-top-left-radius:5px; -o-border-top-left-radius:5px; 
-webkit-border-top-left-radius:5px;}

.card_application_table .table tbody tr:last-child td:first-child{border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px;
-o-border-bottom-left-radius:5px;}

.card_application_table .table tbody tr:last-child td:last-child{border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px;
-o-border-bottom-right-radius:5px;}

.card_application_table .table tbody{border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.card_application_table{padding-top:20px;}
#card_value_td{font-size:17px; font-weight:600; color:#747880;}
.card_application_table .table tbody tr:last-child td{border:none;}


.xlabel{color:#000; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; -o-border-radius:30px; height:50px; width:100%; text-align:center; line-height:46px;
border:solid 2px transparent; cursor:pointer;}
.xcardm input{visibility:hidden;}
.xcardm input.silvercard + label{background:#dcdcdc;}
.xcardm input.goldcard + label{background:#e1cf93;}
.xcardm input.blackcard + label{background:#0f0f0f; color:#fff;}
.xcardm input:checked + label {
border: solid 2px #dcdcdc;
box-shadow: inset 0 0 0px 3px #fff;
}

.xcardm input.goldcard:checked + label {
border: solid 2px #e1cf93;
}
.xcardm input.blackcard:checked + label {
border: solid 2px #000;
}
.button_pading_t_b59{padding-top:59px; padding-bottom:59px;}


.new_ln_btn{height:50px; min-width:280px; text-align:center; line-height:50px; padding:0px;}

.nshad_img .white-block .row{display:inline-block;}

.dataTables_wrapper .dataTables_paginate .paginate_button{padding:0.4em 0.8em;}




.nshad_img .image_block .shadow{
display:inline-block;
    background: url(../images/shadown.png) no-repeat;
	width: 100%;
    height: 40px;
    background-size: 100% 100%;
    margin-top: -20px;
  }

.loan_vltside .g-block select{background:none; }

.loan_vltside .col-md-4:last-child .g-block p{width: 100%;
    border: solid 1px #23398f;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 7px 0;
    text-align: center; font-size:14px;
    -o-border-radius: 30px;
    color: #23398f;}

	#setting_form .xswitch{width:200px; margin-top:28px;}
	
	
.loan_outer_box select{
    color: #8b9099;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    width: 140px;
    height: 40px;
    display: table-cell;
    vertical-align: top;
    max-width: inherit;
    margin: 0 0 0 20px;
}
.loan_id_box{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border: solid 1px #233990;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #233990;
    width: 160px;
    line-height: 39px;
    margin-left: 20px;
    display: table-cell;
    vertical-align: top;
}

	
 .nmodi_table .table td a.ninvoice:hover{
    color: #fff;	
}

/*   .atpaysetting .custom-control-label:before {
    background: #fff;
    border: solid 1px #acafb5;
    width: 18px;
    height: 18px;
    top: 0px;
    content: " ";
    font-family: 'FontAwesome';
    color: #2d2d2d !important;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    padding: 0 1px 0 0!important; 
}*/
	
 /*.atpaysetting input:checked + .custom-control-label:before{background-color:#244992 !important; content: "\f00c"; color:#fff !important; border:none;}	*/
/*.atpaysetting .custom-control-input:active~.custom-control-label::before{background:transparent !important;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:none !important;}*/
	
#apply_extension[disabled]{background:#ccc;}
	
	#apply_extension{font-size:13px;}
table strong {  white-space: nowrap;    color: #000;}
.admin_table .nmodi_table .table th {padding: 20px 12px; background: #394263; color: #fff;}  
.nmodi_table .table-striped>tbody>tr:nth-of-type(odd) { background: #ccc !important;}
.nmodi_table .table-striped>tbody>tr:nth-of-type(even) {  background:#f5f5f5 !important;} 
.nmodi_table .table-striped>tbody>tr:nth-of-type(odd) td {  color: #000;}
	
	.invoice_block .primary-select, .button_size_13{font-size:13px;}
	
	.invoice_block h4.loan_euro_text{line-height:16px;}
	
	
.loan_outer_box .xswitch {
    width: 200px;
    border: solid 1px #ccc;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 2px 0px 2px 10px;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.outer-head {
    float: right;
    display: flex;
}

.loan_outer_box .xswitch .swicton strong{padding-top:0px;}

.custom_width_divider{margin-left:-20px; margin-right:-20px;}
	
.no-border-table .table tr td, .no-border-table .table{border:none;}	
	
	
.no-border-table #dataTable_wrapper .table tr td{padding:15px 5px !important; font-weight:400; line-height:normal;}
	
	.no-border-table #dataTable_wrapper .dataTables_length select{
		width: 15%;
    padding: 5px 10px; display:inline-block;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;
	}
	
	.no-border-table #dataTable_wrapper div.dataTables_length label{width: 50%; padding-left:0px;}
	.no-border-table #dataTable_wrapper .dataTables_filter input{border-bottom:none; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; 
	-o-border-radius:3px; padding:5px 10px; border: 1px solid #d0d0d0;}
	

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#23398f; color:#fff;
border-color:#23398f;}	
	

.hr_select .dropdown .sm-select{min-width:132px; margin-top:-5px; margin-bottom:10px;}	


/* alert page */

.card_alert_section .custom-table .table > tbody > tr > td {
    width: auto;
    color: #4c4c4c;
}

.card_alert_section .custom-checkbox input[type=checkbox]:not(old) + label {
    padding: 0 0 0 30px;
}

 .custom_alert_table td{
    text-transform: none !important;
}
.card_alert_section .custom-checkbox input[type=checkbox]:not(old) + label:before {
    right: inherit;
    left: 0;
}
.card_alert_section .custom-table .table > tbody > tr > td strong {
    color: #4c4c4c;
    text-decoration: underline;
}
/* contact less page */

.contactless_section {
    max-width: 400px;
    margin: 20px auto;
}
.contactless .btn-off.active
{
	background-color: #244992; color: white;border: none !important;    border-radius: 30px !important;
}
.contactless .btn-on.active
{
 background-color: #01a69d; color: white; border: none !important;   border-radius: 30px !important;
}
.contactless .btn:focus, .contactless .btn:hover, .contactless .btn:active{
    opacity: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.contactless .btn.focus{
    opacity: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.edit_col a {
    color: #244992;
    font-size: 13px;
    margin: 3px 0 0;
    display: block;
    line-height: 12px;
}
.edit_col a:hover, .edit_col a:focus{
    color: #244992;
}
.contactless_section .btn-default, .btn-default.disabled {
    background: #e8e8e8;
    border: none !important;
    color: #c0c0c0;
    border-radius: 120px !important;
    float: left;
    margin: 0;
    padding: .7rem 1.5rem;
    font-size: 12px;
}

.switch_button_toggle {
    background: #e8e8e8;
    border-radius: 30px;
    float: left;
}

.contactless h4.contactless_title {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
}
.contactless h4 {
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 10px;
}
td.border-right {
    border-right: 1px solid #d0d0d0 !important;
}
.rateandfees h4 {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
}
.rateandfees .custom-table-striped.m-0 td {
    padding: 10px 16px !important;
    border: 1px solid #d0d0d0 !important;
    font-weight: 400;
    color: #404040;
    width: 50%;
}
.rateandfees .custom-table-striped.m-0 td strong {
    font-size: 14px;
}
.rateandfees p{
    color: #404040;
    margin-bottom: 2rem;
}
.rateandfees p a{
    color: #404040;
    text-decoration: underline;
}
.rateandfees p a:hover, .rateandfees p a:focus{
    color: #404040;
}
.fancybtn{
    text-decoration: none !important;
}
    /* Unrecongized page */

.unrecognized .sub_title {
    color: #969696;
    font-size: 15px;
    font-weight: 600;
}
.unrecognized .head_title {
    color: #244992;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 0 0;
}
.unrecognized .q-mark {
    position: relative;
    display: inline-block;
    margin: 0 0 0 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    right: 0;
}
.unrecognized .textbox{
    border:0;
}
.unrecognized hr {
    border-color: #dcdcdc;
}
.unrecognized .size-16 {
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 10px 0 20px 0;
}
.text-area {
    height: 130px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    max-width: 100%;
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #2b3990;
    border: 0;
    resize: none;
}



/* 1 Dec 2018 */

.admin_title_section h2 {
    font-size: 13px;
    white-space: nowrap;
}

.table-responsive {
    max-width: 99.9%;
} 

.admin_balance .flex-box p, .flex-box p strong {
    font-weight: 700;
    font-size: 14px;
}

.title_section {
    color: #333 !important;
    background: transparent !important;
}

.custom-table-striped .table > thead > tr > th {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #394263;
    padding: 20px 8px !important;
} 

.custom-table-striped.m-0 td {
    padding: 15px 5px !important;
    text-align: center;
    /*border: 1px solid #a7aab5 !important;*/
}

.loan_filterBtn {	
margin-bottom: 10px; 
}    

table.dataTable thead .sorting:after {
    color: #fff;
}  
  
	
@media only screen and (min-width: 1200px){
.loan_vltside .col-md-4{width:260px;}
#apply_extension{min-width:170px;margin-left:10px;}

}




