.btn-valid-address{ display: block; }
/** Search CSS **/
.searchfilter-box {
	border:1px solid #eaeaea;
	margin-bottom:10px;
	border-top: 0px;
	background-color: #ffffff;
}
.searchfilter-box .search-head{
	padding:8px 10px 6px;
	color:#bd1f14;
	font-family:'Lato-Regular';
	font-size:16px;
	line-height:18px;
	position:relative;
	border-bottom:1px solid #eaeaea;
	border-top: 2px solid #bd1f14;
}
.searchfilter-box .search-head .zmdi{
	margin-right: 10px;
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
}
.search-content .form-horizontal{padding:10px 10px 0px;}
.search-content .form-horizontal .form-group,
.search-content .form-type1 .form-group{ margin-bottom: 10px; }
.search-content .form-type1{ padding: 10px 10px 0px; }
.search-content .group-btn{ border-top:1px solid #eaeaea; background-color:#ffffff; padding: 10px;}
/** Action CSS **/
.action-dd {
    display: inline-block;
    min-height: 1px;
    position: relative;
    vertical-align: middle;
}
.action-dd.open .dropdown-toggle {
    box-shadow: 0 0 0;
}
.action-dd .action{
    color: #9e9e9e;
    cursor: pointer;
    display: inline-block;
    vertical-align: text-top;
    font-size: 21px;
    line-height: 17px;
}
.action-dd .action-dd-data {
    position: absolute;
    top: -10px;
    left: auto;
    right: 30px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    text-align: left;
    padding: 0px;
    min-width: 160px;
    border-radius: 0px;
}
.action-dd .action-dd-data:before {
    content: "\f2f6";
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    top: 4px;
    right:-9px;
    font-size: 40px;
    line-height: 22px;
    color: #d6d6d6;
}
.action-dd .action-dd-data .action-dd-lnk {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding:7px 6px 7px 30px;
    border-bottom: 1px solid #d6d6d6;
}
.action-dd .action-dd-data .action-dd-lnk.disabled,
.action-dd .action-dd-data .action-dd-lnk.disabled:hover{
    cursor:default;
    background-color:#f1f1f1;
    color:#333333;
    pointer-events: none;
}
.action-dd .action-dd-data .action-dd-lnk:first-child{
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
.action-dd .action-dd-data .action-dd-lnk:last-child{
    border-bottom:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
.action-dd .action-dd-data .action-dd-lnk .zmdi{
    margin-right:8px;
    font-size:14px;
    position:absolute;
    left:10px; margin-top: 1px;
}
.action-dd .action-dd-data .action-dd-lnk:hover {
    background-color: #f2f2f2;
    color: #444444;
}
/*===============
 Pageination Style
===============*/
ul.pagination{ padding:0px; margin:0px; }
.tools-dropdown{ position:relative; }
.tools-dropdown ul.dropdown-menu{ right:0px; top:31px; left:inherit; }
.tools-dropdown .btn .glyphicon{ vertical-align:middle;}
.pagi-nation {
    padding: 5px 10px;
	border:1px solid #e7e7e7;
	margin-bottom:10px;
	background-color:#ffffff;
}
.pagi-nation input,
.pagi-nation select {
	padding: 2px;
	min-height: 24px !important;
	vertical-align:middle;
	display:inline-block;
	border:1px solid #e2e2e2;
}
.pagi-nation .pg-gobtn {
	height:24px; width:30px;
	padding:0px; text-align:center;
	padding-top:3px; vertical-align:middle;
}
.pagi-nation .page-navigate{ text-align:right; }
.pagi-nation .page-navigate .btn-type2 {
	height:24px; width:24px;
	padding:0px; text-align:center;
	padding-top:2px; vertical-align:middle;
}
.pagi-nation .page-navigate .btn-type2.disable{
	cursor:not-allowed;
	background-color:#cecece;
	color:#ffffff;
	border:1px solid #cecece;
    pointer-events: none;
}
.pagi-nation .page-navigate .btn-type2 .fa{
	font-size:18px;
	line-height:18px;
}
.pagi-nation.popup-pagination{
	padding:0;
	border:0;
	background:none;
}
.pagi-nation .page-navigate.text-left{
	text-align:left;
}
.pagi-nation .btn-type2{
	background-color: #a2a2a2;
	border: 1px solid #a2a2a2;
}
.pagi-nation .form-control{ width:45px; }
.pagi-nation .chosen-container{ width: 65px !important; }
.cus-chkbox1 input[type="checkbox"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.cus-chkbox1 span {
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    padding-left: 23px;
    display: inline-block;
}
.cus-chkbox1 span:before {
    border: 2px solid #cecece;
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    display: inline-block;
}
.cus-chkbox1 input[type="checkbox"]:checked + span:after {
    font-family:'FontAwesome';
    font-size: 11px;
    line-height: 11px;
    color: #333333;
    content: "\f00c";
    position: absolute;
    top: 3px;
    left: 3px;
}
.sortingColoum .jspVerticalBar{ right: 0px; width: 4px; }
.sortingColoum .jspVerticalBar .jspDrag{ background: #be1f16; }
.sortingColoum .jspVerticalBar .jspTrack{ background: #e0e0e0; }

/* Is the loan for business purposes? CSS */
.loan-business-note {
    background-color: #fff5f5;
    border: 1px solid #de1c12;
    color: #de1c12;
    font-size: 15px;
    line-height: 18px;
    font-family: 'roboto-bold';
    padding: 7px 15px;
    border-radius: 4px;
    letter-spacing: 1px;
    margin-top: 10px;
}

/***********************
    Details Page CSS
************************/

@media(max-width:767px){
    .action-dd .action-dd-data{ right: auto; left: 30px; }
    .action-dd .action-dd-data:before{ content: '\f2f4'; right: auto; left: -8px; }
}

/** table CSS **/
.table thead tr th a {
    color: #ffffff;
    text-decoration: none;
}
.table-hover>tbody>tr:hover{ background-color:#fff5f5; }
.table-type1{ border:1px solid #d6d6d6; margin-bottom:10px; background-color:#ffffff; }
.tablemrg0-B{ margin-bottom:0px;}
.table-type1 thead tr th{
	background-color:#525252;
	color:#ffffff;
	font-size:12px;
	line-height: 15px;
	font-weight:normal;
	font-family:''Lato-Regular'';
	vertical-align:middle;
	border:1px solid #d6d6d6;
	border-width:1px 1px 2px 1px;
}
.table-type1 tbody tr td{
	border:1px solid #e7e7e7;
	color:#666666;
	font-size: 12px;
	line-height:15px;
	vertical-align:middle;
}
.table-type1 tbody tr.totalRow td{
	background-color:#f3fcff;
	font-family: ''Lato-Regular'';
	color:#333;
	}
.table-type1 tbody tr.totalRow1 td{
	background-color:#f5f5f5;
	font-family: ''Lato-Regular'';
	color:#333;
	}
.table-type1 tbody tr.f-gray td{ color:#989898; }
.table-type1 thead tr th.inner-table{padding:0px;}
.table-type1 thead tr th.inner-table table{ margin-bottom:0px;}
.table-type1 thead tr th.inner-table table tr th{ border:0px; border-right:1px solid #d6d6d6;}
.expandRow .table-striped>tbody>tr:nth-of-type(odd){ background-color:#fffcec; }
.checkbox-outer{ width:24px; display:inline-block; vertical-align: middle; margin-top:-2px; }
.table-type1 tbody tr.filterSection td{	background-color: #f1f1f1; padding: 5px 8px; }
.table-type1 tbody tr.filterSection td .form-control{
	font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    height: 30px;
}
.table-type1 tbody tr.filterSection td .multiselect.dropdown-toggle{
	height: 30px;
	font-size: 12px;
}
.table-type1 tbody tr.filterSection td .dropdown-menu{ font-size: 12px; }