.label{
	text-transform: uppercase;
	font-weight: 700;
	color: #8b3744;
	display: block;
	margin-bottom: .5em;
}

.job-status {
	margin-bottom: 2rem;
}

.job-status > label {
	    margin-bottom: 1rem;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #8b3744;	
}

.job-status > div {
		margin-bottom: 1rem;
}

ul.pagination {
	list-style: none;
	padding: 0;
}

.pagination li {
	display: inline-block;
	text-align: center;
	width: 1.6rem;
}

.pagination li.active {
	cursor: default;
	font-weight: bold;
	pointer-events: none;
}

.pagination li.disabled {
	cursor: default;
	pointer-events: none;
}

/*
  NEW PASSWORD
*/

.page-new-password #page {
	background-color: #ffffff;
	height: 100%;
}

.page-new-password .branding-login strong {
	background-position: center;
	height: 8rem;
}

.page-new-password #primary {
	padding-left: 0;
	max-width: 850px;
	margin: 0 auto;
}

.page-new-password .header-box h2 {
    color: #000000;
}
