.page-titles {
    padding: 14px 10px;
    margin: 0 -25px 25px;
}

.form-control {
	margin-bottom: 1rem;
}

.form-control.custom {
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	font-size: 1rem;
	padding-bottom: .375rem;	
	
}

.form-control.custom:focus {
	border-color: #66afe9;
	outline: 0;
}

.input > label {
	font-size: .90rem;
	margin-bottom: 0;
}

.space {
	padding-bottom: 1.5rem;
}
.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.tasks {
	padding: 10px;
	border-radius: 0.5rem;
	background: #e6e8ed;
}

.tasks .card {
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(20, 20, 31, .12);
	border-radius: .25rem;
}

.card-header {
	padding: 1rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0;
}

.tasks .card .card-body {
	flex: 1 1 auto;
	padding: 1rem;
	padding-top: 0 !important;
}

.card-body .box {
	padding: .5rem;
	box-shadow: 0 0 0 1px rgba(20,20,31,.05), 0 1px 3px 0 rgba(20,20,31,.15);
}

.card-footer {
	background-color: transparent;
	border-top: 1px solid rgba(20, 20, 31, .12);
}

/*
.card-body .title-box {
	position: relative;
	margin-top: 5px;
	background: #ef2020;
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 60px;
} 
*/
.tasks h5 {
	padding-top: 2px;
	font-size: 1.2rem;
	font-weight: bold;
}

.tasks h5 i {
	margin-top: 5px;
}

.tasks h6 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}

.tasks h7 {
	font-size: 1.1rem;
	font-weight: 500;
}

.tasks h8 {
	font-size: .9rem;
	color: #888c9b !important;
}

.input.text {
	width: 100%;
}
