
/* Global */

.row{ line-height: 13px; }
.form-control { height: 35px; }
.red-text { color: #9F0000; }
.main-border{
	border: 1px solid #999999;
	padding: 20px 10px 10px 10px;
}
.flex-container {
	display: flex;
}
.item.flex-container {
	border-bottom: 1px dashed #999999;
	padding-top: 10px;
}
.drag-handler {
	background-color: #e9e9e9;
	/*border: 1px solid #ddd;*/
	color: #8a8a8a;
	height: 70px;
	font-size: 15px;
	padding: 25px 0 0 0;
	cursor: move;
}
.remove-item {
	height: 22px;
	margin: 23px 0 0 10px;
}
.drag-handler-column {
	background-color: #e9e9e9;
	color: #8a8a8a;
	cursor: move;
	font-size: 24px;
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.drag-handler-column .remove-item {
	margin: 0 0 20px;;
}
.row .field-label {
	text-align: right;
}
a.need-help i {
	margin-top: -5px;
}
hr.compact {
	margin: 0 0 10px;
}
.indented {
    padding-left: 15px;
}
.hint-block {
	margin-top: 5px;
}
.form-group.compact {
	margin-bottom: -5px;
}
.currency {
	text-align: right;
}
label[for="sum-total"] {
	margin-top: 10px;
}
label.regular {
	font-weight: normal;
}

/** Sidebar **/

li.active li.active > a {
	background-color: #6cc9ff;
}
li.active li.active li.active > a {
	background-color: red;
}

/* Manage Borrowers */


#manage-borrowers table.detail-view td {
	height: 68px;
}

/* Borrower information */

.co-borrower-information, #remove-co-borrower{
	display:none;
}
#borrower-dependent-age-table td{
	display: table-cell;
	vertical-align: top;
}
.co-borrower-action{
	text-align: center;
	border: 2.5px solid #999999;
	background-color: #F5F5F5;
	padding: 10px;
	cursor:pointer;
}

/* Address */

/*h5 { text-align: center; }*/
.borrower-address {
	border: 1px solid #999999;
	padding: 10px 0 0 0;
}
.address{ padding: 0 15px; }

/* Finish */
.finish ul {
	 list-style-type: none;
}
.finish ul li {
	 margin: 5px;
}