html {
	font-size: 14px;
}
body {
    padding-top: 70px;
}
body.rise {
    padding-top: 0px;
}
body.rise .navbar-light {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
a {
	color: #337ab7;
}
label {
    font-size: 12px;
    font-weight: 200;
}
.disabledPayment {
    color: maroon;
    font-weight: 500;
    text-decoration: line-through;
}

.disabledPayment a {
    color: maroon;
    font-weight: 500;
}

.disabledPayment a:hover {
    color: maroon;
    font-weight: 500;
    text-decoration: underline;
}

.activePayment, .statusActive {
    color: darkgreen;
    font-weight: 500;
}

.expiredPayment, .statusCanceled {
    color: maroon;
    font-weight: 500;
}

.update-person-address i.fa {
	display: none;
}
.update-person-address:hover i.fa {
	display: inline;
}
tr.inactive td {
	text-decoration: line-through;
	color: #999999;
}