
.dashboard-footer{
	z-index: 999;
}
@media (max-width: 767px) {
	.clear-sm{ display: block; }
	.clear-xs{ display: block; }
	.clear-md{ display: none; }
	.clear-lg{ display: none; }
	.nav .nav-up-tag{display: none !important;}
    .navbar {padding:0 0.5em;}
    
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {color: #fff;background-color: #344d64;}
	.border-orange-v2 {width:100%;}
	.dashboard-footer{width:100%;border-radius: 15px;line-height: 3em;background-color:#f2f2f2;position:static;text-align: left;padding:0 1em 0 1em;}
	.dashboard-footer div {
		/*display: inline-block;*/
		/*float: left;*/
		margin-right:2em;
	}
	.dashboard-footer .status-tag{float: left;}
	.dashboard-footer .status-tag-normal{float: left;}
	.left-content {border-bottom: 1px solid #344d64;border-right: 0px solid #344d64}
	.table-div{overflow:scroll;}
	.table-div table {min-width:1000px;}
	.btn-margin-right-0-xs { margin-right:0;float:left !important; }
	.btn-margin-left-0-xs { margin-left:0;float:right !important; }
	.p-r-22{ padding-right:15px !important; }
	.p-l-9{ padding-left:15px !important; }
	/*.selectwrap-black { background-position: 95% 50% !important; }*/
	.xs-full{ width:100%; }
    .margin-r { margin-right: 0 !important; }

}
/* pad >= 768px */
@media (min-width: 768px) {
	.clear-sm{ display: block; }
	.clear-xs{ display: none; }
	.clear-md{ display: none; }
	.clear-lg{ display: none; }
	.navbar-nav > li {margin-left:0em;}
    .nav .nav-up-tag{background-image: url(../images/up.png);}
	.border-orange-v2 {width:100%;}
	.dashboard-footer{margin-top:3em;width:100%;border-radius: 1em;line-height: 3em;background-color:#f2f2f2;position:absolute;left:0px;bottom:0px;text-align: center;padding:0 1em 0 1em;}
	.dashboard-footer div {display: inline-block;margin-right:2em;}
	.dashboard-footer .status-tag{float: left;}
	.dashboard-footer .status-tag-normal{float: left;}
	.right-content {padding-left:3em;}
	.left-content {border-right: 1px solid #ffa900;border-bottom: 0px solid #ffa900;}
	.btn-margin-right-0-xs { margin-right:0.5em; }
	.btn-margin-left-0-xs { margin-left:0.5em; }
}
/* small >= 992px */
@media (min-width: 992px) {
	.clear-sm{ display: none; }
	.clear-xs{ display: none; }
	.clear-md{ display: block; }
	.clear-lg{ display: block; }
	.navbar-nav > li {margin-left:1.5em;}
    .nav .nav-up-tag{background-image: url(../images/up.png);}
	.border-orange-v2 {width:95%;}
	.dashboard-footer{width:100%;height:3em;line-height: 3em;background-color:#f2f2f2;position:absolute;left:0px;bottom:0px;text-align: center;padding:0 auto;}
	.dashboard-footer div {display: inline-block;margin-right:3em;}
	.dashboard-footer .status-tag{float: left;}
	.dashboard-footer .status-tag-normal{float: left;}
	.right-content {padding-left:3em;}
	.left-content {border-right: 1px solid #ffa900;border-bottom: 0px solid #ffa900;}
	.btn-margin-right-0-xs { margin-right:0.5em; }
	.btn-margin-left-0-xs { margin-left:0.5em; }
}
/* large >= 1200px */
@media (min-width: 1200px) {
	.clear-sm{ display: none; }
	.clear-xs{ display: none; }
	.clear-md{ display: none; }
	.clear-lg{ display: block; }
	.navbar-nav > li { margin-left:1.5em;	}
    .nav .nav-up-tag{ background-image: url(../images/up.png);    }
	.border-orange-v2 { width:95%;	}
	.dashboard-footer{width:100%;height:3em;line-height: 3em;background-color:#f2f2f2;position:absolute;left:0px;bottom:0px;text-align: center;padding:0 auto;	}
	.dashboard-footer div {display: inline-block;margin-right:3em;	}
	.dashboard-footer .status-tag{ float: left; }
	.dashboard-footer .status-tag-normal{ float: left; }
	.right-content {padding-left:3em;}
	.left-content {border-right: 1px solid #ffa900;border-bottom: 0px solid #ffa900;}
	.btn-margin-right-0-xs { margin-right:0.5em; }
	.btn-margin-left-0-xs { margin-left:0.5em; }
}
/* ----------------  end media. ---------------------- */

.selectwrap { 
	/*Chrome and Firefox 'border diff ，rewrite*/ 
	border: solid 1px #ccc; 
	/*important：clean default select style*/ 
	appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
	background: url(../images/down.png) 
	no-repeat center transparent; 
	background-attachment:relative;
	background-position: 95% 50%;
	background-size:12px;
	background-color:#fff;
	/*padding-right: 5%; */
}
.selectwrap-search {
	background-position: right 15px center !important;
}
.selectwrap-black { 
	/*Chrome and Firefox 'border diff ，rewrite*/ 
	border: solid 1px #ccc; 
	/*important：clean default select style*/ 
	appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
	background: url(../images/down-black.png) 
	no-repeat center transparent; 
	background-attachment:relative;
	background-position: 95% 50%;
	background-size:24px;
	background-color:#fff;
	padding-right: 3.5em;
}
.navbar-inverse {padding-top:0.5em;background-color: #FFFFFF;border-color: #eee;}
#wrapper {margin-top:80px;}
a:hover{
	color:#333;
	text-decoration: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding:1.5em;border:0;
	word-break:break-word;
}
.table-th-gray th{
	background-color:#eee;
}
.table-th-orange th{
	background-color:#feeac3;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #feeac3;
}
/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ffa900;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f8d38b;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f8d38b;
  border-color: #f8d38b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #feae00;
  border-color: #efaa00;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.sort > .dropdown-menu{
	background-color:#f2f2f2;
}
.sort > .dropdown-menu > li > a {
	background-color:#f2f2f2;
}
.sort > .dropdown-menu > .active > a {
	color:#ffa900;
}
.sort > .dropdown-menu > li > a:hover,
.sort > .dropdown-menu > li > a:focus {
  color: #ffa900;
  text-decoration: none;
  background-color: #f2f2f2;
  border-radius: 0px;
}
.sort > .dropdown-menu > .active > a:hover,
.sort > .dropdown-menu > .active > a:focus {
  color: #ffa900;
  text-decoration: none;
  background-color: #f2f2f2;
  border-radius: 0px;
}

/* default self */
.height-34 {
	height:34px;
	line-height: 34px;
}
.height-55 {
	height:55px;
	line-height: 55px;
}
.align-l-10 {
	margin-left:10px;
}
.pm-0 {
	margin:0px;
	padding:0px;
}
.p-l-0{
	padding-left:0px;
}
.p-r-0{
	padding-right:0px;
}
.m-l-0{
	margin-left:0px;
}
.m-r-0{
	margin-right:0px;
}
.table-form {
	width:99%;
	padding:25px 0px;
	border:1px solid #eee;
	margin-bottom: 20px;
	border-radius:5px;
	box-shadow: #eee 5px 5px 5px;
}
.search-btn a {
	text-decoration: none;
}
.btn-blue {
	color:#3BA9E9;
	border-color:#4BB9F0;
}
.btn-80 {
	width:80%;
}
.font-white{
	color:white;
}
.font-gray{
	color:#333;
}
.btn-cancel {
	color:black;
	background-color:#eee;
}
.btn-cancel:hover{
	color:#333;
	background-color:#eee;
}
.btn-padding-2{
	color:black;
	background-color:#fefefe;
	padding:0.5em 2em;
}
.btn-padding-2:focus{
	background-color:#f2f2f2;
}
.btn-padding-2:hover{
	background-color:#f2f2f2;
}
.btn-padding-2:active{
	background-color:#f2f2f2;
}
.btn-black {
	color:#fff;
	background-color:#333;
}
.btn-black:hover{
	color:#fff;
	background-color:#222;
}
.btn-black:active{
	color:#fff;
	background-color:#232323;
}
.btn-black:focus{
	color:#fff;
	background-color:#232323;
}
.border-radius{
	padding: 0.5em 2.5em;
	border-radius:2em;
}
.break-word-all{
	word-break:break-all;
}
.back-link-img {
	margin:10px 0px;
	color:#3BA9E9;
	background:url(../images/back.png)
	no-repeat left transparent;
	background-size:10px 13px;
	padding-left:20px;
}
.back-link-img a {
	color:#3BA9E9;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	background-color: #eee;
	border:1px solid #eee;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs > li > a {
	color:#555;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #eee;
    border-radius: 4px 4px 0 0;
}
.btn-green {
	background-color:rgb(153,204,51);
}
.btn-orange{
	color:#fff !important;
	background-color: #344d64;
}
.btn-orange:hover{
	color:#fff;
	background-color: #344d64;
}
.btn-orange-v2{
	color:#ffa900 !important;
	border:1px solid #ffa900;
}
.btn-orange-v2:hover{
	color:#fff !important;
	border:1px solid #ffa900;
	background-color: #ffb911;
}
.btn-orange-v3{
	color:#ffa900 !important;
	border:1px solid #ffa900;
	background-color: white;
	width: 130px;
	height: 35px;
	font-size: 15px;
}
.btn-orange-v3:hover{
	color:#fff !important;
	border:1px solid #ffa900;
	background-color: #ffb911;
	width: 130px;
	height: 35px;
	font-size: 15px;
}
.btn-orange:focus{
	color:#fff;
	background-color: #344d64;
}
.btn-orange-upload{
	color:#fff;
	background-color: #344d64;
	font-size: 15px;
	width: 130px;
}
.btn-orange-upload:hover{
	color:#fff;
	background-color: #344d64;
	font-size: 15px;
	width: 130px;
}
.btn-default{
	color:#000;
	border:1px solid #ccc;
	background-color: #f2f2f2;
}
.btn-default:hover{
	color:#000;
	border:1px solid #ccc;
	background-color: #e3e3e3;
}
.btn-default:focus{
	color:#000;
	border:1px solid #ccc;
	background-color:#e3e3e3;	
}
.btn-default:active{
	color:#000;
	border:1px solid #ccc;
	background-color:#e3e3e3;	
}
.btn-red{
	color:#d43f3a;
	background-color: #ffffff;
}
.font-red{
	color:#d43f3a!important;
}
.font-origin{
	color:#eea236;
}
.font-green{
	color:rgb(153,204,51)!important;
}
.font-purple{
	color:#8a2be2;
}
.font-gray{
	color:gray;
}
.font-blue{
	color:#3BA9E9;
}
.line {
	height:1px;
	background-color:#344d64;
	/*background-color:#fee000;*/
}
.line_thin_gray {
	border-top: 0.1rem solid #ddd;
}
.group span{
	float:left; 
	margin-right:15px;
}
.group input{
	float:left; 
	margin-right:15px;
}
.group input{
	width:auto;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.upper {
	text-transform: uppercase;
}
.f-upper {
	text-transform: capitalize;
}

.bg-upload {
	background:url("../images/upload.jpg") no-repeat;background-position:relative;left:15px;
}
.bg-uploaded{
	background:url("../images/uploaded.png") no-repeat;
}
.file-active {
	/*border:0px dashed #3BA9E9 !important;*/
	/*background-color:#fbfbca;*/
	padding:1em;
	border:2px dashed #ffb911;
	border-radius:4px;
	background-color: white;
	/*height:8em;*/
}
.file {
	padding:1.5em;
	border:2px dashed #ffb911;
	border-radius:4px;
	background-color: white;
	/*height:8em;*/
}
.img-show {
	/*padding:1.5em; */
	border:2px dashed #ddd; 
	border-radius:4px;
	height:8em;
	text-align: center;
    vertical-align:middle;
    line-height: 7.5em;
}
.img-show img {
	max-width: 100%;
	max-height:7.5em;
}
.table th{
	/*cursor:pointer;*/
}
.td-loading {
	background:url("../images/loading3.gif") no-repeat center 50%;
}
.bold {
	/* font-weight: bold; */
}
.margin-t-10{
	margin-top:10px;
}
.input-group {
	padding-left: 15px;
	padding-right: 15px;
}
.btn-f-red {
	color:#d43f3a;
	border:1px solid #d43f3a;
	background-color:#fff;
}
.btn-f-red:hover {
	color:#fff;
	background-color:#d43f3a;
}
.btn-f-blue {
	border:1px solid #3BA9E9;
	background-color:#fff;
}
.btn-f-blue:hover {
	color:#fff;
	background-color:#3BA9E9;
}
.table .clear-boder {
  border:0px;
  background-color: #fff;
}
/* password hide/show */
.password-eye{
    position: relative;
}
.password-eye .n-txtCss{
    width:100% !important;
}
.password-eye .fa{
    position: absolute;
    right: 10px;
    top:0.3em;
    font-size: 20px;
    cursor: pointer;
}
.border-orange{
	border:1px solid #ffa900;
	border-radius: 15px;
	padding:1.5em 1.5em 0.5em 1.5em;
}
.border-orange-v2{
	border:1px solid #ffa900;
	border-radius: 15px;
	padding:1.5em 0;
	min-height:20em;
	/*width:95%;*/
}
#dashboard_page ul{
	padding-left:2.5em;
}
#dashboard_page ul li {
	/*list-style: disc;
	color: #ffa900;*/
	line-height: 3em;
	padding-right:2em;
	/*content:".";*/
	color: #ffa900;
	padding-left: 8px;
}
#dashboard_page ul li span {
	color: #333;
}
.status-tag {
	width:20px;height:20px;background-color:#ccc;float:right;margin-top:0.7em;border-radius: 5em;
}
.status-tag-normal {
	width:20px;height:20px;background-color:#ccc;float:right;margin-top:0.7em;
}
.status-tag-success{
	background:url("../images/status_success.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-2em;
}
.status-tag-error{
	background:url("../images/status_rejected.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-2em;
}
.status-tag-pending{
	background:url("../images/status_pending.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-2em;
}
.status-tag-warning{
	background:url("../images/status_inforequired.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-2em;
}
.gray-list {
	background-color:#f2f2f2;
	padding:1em 1em;
}
#tableForm a {
	color:#000;
}
.uploadedFile{
	color:#fff;
	background: #000;
	padding: 1px 20px;
	border-radius: 20px;
}
.digital_signature{
	color: #ddd;
	text-align: center;
	border: 1px solid #ffa900;
	height: 50px;
}
.icon-waring{
	width: 150px;
	height: auto;
}
.loan-acce{
	text-align: center;
}
.loan-acce > p{
	color:#9b9b9b;
	font-size: 18px;
}
.status_icon{
    max-width: 20px;
    max-height: 20px;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.p-r-22 {
	padding-right:22px;
}
.p-l-9 {
	padding-left:9px;
}
.break-all {
	word-break: break-all;
}
.table-div {
	padding-left:15px;padding-right:15px;
}
.progress{
	height: 5px;
}
hr{
	background-color:#ffa900;
	height:1px;border:none
}
.img-radius-5 {
	border-radius:5em;
	height: 10em;
	width: 10em;
	float:left;
	border:1px solid #ccc;
	box-shadow: 5px 5px 10px #ccc;
}
.photo-mask {
	display:none;
	height:10em;
	width:10em;
	border-radius:5em;
	background: url("../images/photo_mask.gif") no-repeat center;
	/*background-color: red;*/
	float:left;
	position:relative;left:-10em;
	filter:alpha(opacity:50); opacity:0.5;  -moz-opacity:0.5;-khtml-opacity: 0.5
}
.searchFormContainer {
	border-radius: 5px;
	background:#feeac3;
	padding:2.5em;
}
.searchListForm {
	/*background:#ffa911;*/
	/*padding:15px;*/
}
.status-tag {
	width:20px;height:20px;background-color:#ccc;float:right;margin-top:0.7em;border-radius: 5em;
}
.status-tag-normal {
	width:20px;height:20px;background-color:#ccc;float:right;margin-top:0.7em;
}
.status-tag-success{
	background:url("../images/status_success.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.status-tag-error{
	background:url("../images/status_rejected.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.status-tag-pending{
	background:url("../images/status_pending.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.status-tag-warning{
	background:url("../images/status_inforequired.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.status-tag-repaid{
	background:url("../images/status_repaid.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.status-tag-defaulted{
	background:url("../images/status_rejected.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}
.input-date{
	background:#fff !important;
}
.input-group-addon {
	color:#ffa900;
	background:#fff !important;
}
.margin-r {
    margin-right:1em;
}
.dashboard-charts{
	display: flex;
	justify-content: space-between;
	padding: 0 5em;
}
/* circle progress*/
.circle { /* default max */
	/*cursor: pointer;*/
	width:180px;height: 180px;
	position: relative;
	float:left;
	margin:7.5px;
}
.circle-normal{
	width:132px;height:132px;
}
.circle-min{
	width:130px;height:130px;
}
.circle-max .tag{
	z-index: 11;
	position:absolute;
	left:150px;
	top:0;
	width:0px;
	height:0px;
	border:10px solid;
	border-color: red red transparent transparent;
	display:none;
}
.circle-normal .tag{
	z-index: 11;
	position:absolute;
	left:130px;
	top:0;
	width:0px;
	height:0px;
	border:7px solid;
	border-color: red red transparent transparent;
	display:none;
}
.circle-min .tag{
	z-index: 11;
	position:absolute;
	left:110px;
	top:0;
	width:0px;
	height:0px;
	border:6px solid;
	border-color: red red transparent transparent;
	display:none;
}
.circle-max .circle-num {
	font-size:26px;
	font-weight: bold;
	top:45px;
	color:#333;
}
.circle-max .circle-tit {
	font-size:16px;
	padding:5px;
	line-height: 20px;
	/*font-weight: bold;*/
	top:85px;
	color:#666;
}
.circle-normal .circle-num {
	font-size:24px;
/* 	font-weight: bold; */
	top:35px;
	color:#333;
}
.circle-normal .circle-tit {
	font-size:13px;
/* 	padding:5px; */
	line-height: 18px;
	/*font-weight: bold;*/
	top:65px;
/* 	color:#666; */
	color:#464343;
}
.circle-min .circle-num {
	font-size:22px;
	font-weight: bold;
	top:30px;
	color:#333;
}
.circle-min .circle-tit {
	font-size:14px;
	padding:5px;
	line-height: 16px;
	/*font-weight: bold;*/
	top:55px;
	color:#666;
}
.circle .circle-canvas{
	position: absolute;
	z-index:11;
	float:left;
}
.circle .circle-canvas-bg {
	position: absolute;
	left:0;
	z-index:5;
}
.circle .circle-num, .circle .circle-tit {
	position:absolute;
	text-align: center;
	width:100%;
	z-index: 10;
	margin-top: -10px;
}
.circle-act .circle .tag{
	/*display: none !important;*/
}
/* circle progress end */

.title-v2 {
	color:#888;
	font-size:16px;
	padding-bottom:0.7em;
	border-bottom:2px solid #eee;
	margin-bottom:0.5em;
}
.title-v2 i{
	color:#aaa;
	font-size:0.7em;
	padding-top:0.5em;
}
.title-v2 a:hover{
	color:#e85;text-decoration: underline;
}
.title-v2 a:focus{
	color:#eea236;
	text-decoration: none;
}
#FundOnTabs{
    /*border: 1px solid red;*/
}
#FundOnTabs li.active > a{
    background-image: url(../images/icon_tab_selected.png);
    background-size: 100% 100%;
    background-color: transparent;
    color: #FFFFFF;
}

#FundOnTabs li > a{
    /*width: 15%;*/
    /*height: 4%;*/
    padding: 0.5em 1.6em;
    background-image: url(../images/icon_tab_unselected.png);
    background-size: 100% 100%;
    background-color: transparent;
    color: #9b9b9b;
    border: none;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.icon-info {
	font-size:22px;
	color:#f90;
	line-height: 30px;
}
.icon-div{
	float:left;
	margin-left:5px;
	border:2px solid; 
	width:2.5em;
	height:2.5em;
	border-radius: 2.5em;
	text-align:center;
	line-height:30px;
	cursor: pointer;
}
.icon-plus {
	border-color: #f90;
	color:#f90;
}
.icon-cut {
	border-color:#FB4374; 
	color:#FB4374;
}
.loan_type_periods_row{
	margin-bottom:1em;
}
.is-not-read{
	color: #000000;
	font-weight: bolder;
}
.m-b-1{
	margin-bottom:1.5em !important;
}
.pop-tit{
    position: relative;
}
.pop-tit .pop-content{
    display: none;
    border:1px solid #ffa900;
    width:70%;
    line-height: 1.7em;
    background-color:rgba(255,255,255,1); 
    /*float:left;*/
    border-radius:5px;
    padding:1em;
    position:absolute;
    word-break: all;
    /*top:0;*/
    right:3.2em;
    bottom:1.8em;
}
.pop-tit .pop-btn{
    cursor: pointer;
}
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/* select include search input */
.bootstrap-select .text{
	height:1em !important;
}
.bootstrap-select .btn-default{
	color:#555;
	background-color:transparent;
}
.bootstrap-select .btn-default .bs-caret{
	display: none;
}
.bootstrap-select .btn-default{
	background-color:transparent !important;
}
.bootstrap-select.open .btn-default,.bootstrap-select.open .btn-default:hover,.bootstrap-select.open .btn-default:focus,.bootstrap-select.open .btn-default:active,.bootstrap-select .btn-default:active{
	border-color: #ffa900;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 150, 0, .6);
}

.bootstrap-select .dropdown-menu li a:hover{
	background-color:#eee;
	border-radius: 0px;
	color:#333;
}
.bootstrap-select .dropdown-menu li a.active{
	background-color:#eee;
	border-radius: 0px;
	color:#333;
}
.status-tag-repaid{
	background:url("../images/status_repaid.png") no-repeat center;
	background-size:20px 20px;
	position:relative;right:-1em;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.w-100{
	width:100%!important;
}
.h-100{
	height:100%!important;
}
.h-100vh{
	height:100vh!important;
}
.max-h-100v{
	max-height:100vh!important;
}
.h-5em{
	height:5em!important;
}
.h-10em{
	height:10em!important;
}
.h-35px{
	height:35px!important;
}
.line-height-35px{
	line-height: 35px!important;
}
.w-50 {
	width:50%!important;
}
.w-25 {
	width:25%!important;
}
.w-20 {
	width:20%!important;
}
.w-60px {
	width:60px !important;
}
.w-110px {
	width:110px !important;
}
.w-10em {
	width:10em !important;
}
.w-20em {
	width:20em !important;
}
.w-25em {
	width:25em !important;
}
.w-30em {
	width:30em !important;
}
.flex {
	display: flex;
}
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.bold{
	font-weight: bold;
}
.green-color{
	color: rgb(14,57,0);
}
.font-14{
	font-size: 16px !important;
}
.font-20{
	font-size: 20px !important;
}
.btn-green-bg{
	color: #FFFFFF !important;
	border:none;
	font-size: 12px;
	padding: 6px 20px;
	background-color:  #00614F;

}
.btn-green-bg:focus,
.btn-green-bg:hover{
	color: #00614F;
	border-color: #00614F;
}
.btn-border{
	border: 1px solid #00614F;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #00614F;
	padding: 6px 20px;
	border-radius: 18px;
	background-color: transparent;
	line-height: 16px;

}

.btn-border:focus,
.btn-border:hover{
	color: #00614F;
	border:1px solid #00614F;
}
.main-content{
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background:url('../images/bg-screens.svg') ;

	-moz-background-size: 100% 100%;

}