.header .careerCentre-header #header-image-part {
	background-image: url('../img/header_650.png');
}

@media print, screen and (min-resolution: 2dppx) {
	/* standard retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_650.png');
	}
}

@media print, screen and (-webkit-min-device-pixel-ratio: 2) {
	/* safari retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_650.png');
	}
}

@media print, screen and (min-width: 651px) {
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_980.png');
	}
}

@media print, screen and (min-resolution: 2dppx) and (min-width: 651px) {
	/* standard retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_980.png');
	}
}

@media print, screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 651px) {
	/* safari retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_980.png');
	}
}

@media print, screen and (min-width: 981px) {
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1200.png');
	}
}

@media print, screen and (min-resolution: 2dppx) and (min-width: 981px) {
	/* standard retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1200.png');
	}
}

@media print, screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 981px) {
	/* safari retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1200.png');
	}
}

@media print, screen and (min-width: 1201px) {
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1920.png');
	}
}

@media print, screen and (min-resolution: 2dppx) and (min-width: 1201px) {
	/* standard retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1920.png');
	}
}

@media print, screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1201px) {
	/* safari retina 2x */
	.header .careerCentre-header #header-image-part {
		background-image: url('../img/header_1920.png');
	}
}

.bold {
	font-weight: bold;
}

.careerCentre .page-title {
	margin-bottom: 2rem;
}

i[class^="icon"] {
	color: #00a499;
	cursor: pointer;
}

.inline-form {
	margin-bottom: 1.5rem;
}

.inline-form i[class^="icon"] {
	margin-top: 1px;
	display: inline-block;
}

.inline-form .wrapper {
	padding: 1rem;
}

.inline-form .form-group {
	margin-top: 1.5rem;
	position: relative;
}

.inline-form .form-group.vsbCheckbox {
	margin-bottom: 0;
}

.inline-form .form-group.vsbCheckbox.wide input[type="checkbox"] {
	width: 0;
	margin: 0;
	display: block;
	visibility: hidden;
}

.inline-form .form-group.vsbCheckbox.wide label:before,
.inline-form .form-group.vsbCheckbox.wide label:after {
	top: 0;
	transform: none;
}

.inline-form .form-group.vsbCheckbox.wide label:after {
	margin-top: .25rem;
}

.inline-form .form-group .vsbCheckbox.withSelect {
	margin-top: 1rem;
	margin-bottom: 0;
}

.inline-form .form-group label {
	margin-bottom: 3px;
	display: block;
}

.inline-form .form-group input,
.inline-form .form-group select,
.inline-form .form-group textarea {
	font-family: 'Drive', 'Verdana', sans-serif;
	font-size: 13pt;
	width: 100%;
	border: 1px solid #abb0b2;
	padding: 8px 10px;
	box-sizing: border-box;
}

.inline-form .form-group p.error {
	color: #f00;
	margin: 8px 0 0;
}

.inline-form input[type="submit"] {
	width: auto;
	padding: .7rem 1.5rem;
	margin-top: 1.5rem;
	border: none;
}

.inline-form input[type="file"] {
	border: none;
}

.inline-form button {
	padding: .7rem 1.5rem !important;
}

.inline-form .mce-btn button {
	padding: 4px 8px !important;
}

@media print, screen and (min-width: 661px) {
	.inline-form .form-group {
		width: 100%;
		overflow: hidden;
	}

	.inline-form .form-group.vsbCheckbox.wide label {
		line-height: 1.4;
		width: auto;
		height: auto;
		display: block;
		float: none;
	}

	.inline-form .form-group.vsbCheckbox.wide p.error {
		margin-left: 0;
		float: none;
	}

	.inline-form .form-group .vsbCheckbox {
		margin-top: 1rem;
	}

	.inline-form .form-group .vsbCheckbox label {
		width: 100%;
	}

	.inline-form .form-group label {
		width: 30%;
		height: 38px;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		float: left;
	}

	.inline-form .form-group label.inline {
		display: inline-block;
	}

	.inline-form .form-group label.no-flex {
		height: auto;
		display: block;
	}

	.inline-form .form-group input,
	.inline-form .form-group select,
	.inline-form .form-group textarea,
	.inline-form .form-group .textarea {
		width: 69%;
		float: left;
	}

	.inline-form .form-group p.error {
		margin-right: 5px;
		float: right;
	}
}

@media print, screen and (min-width: 1201px) {
	.inline-form .form-group.vsbCheckbox.wide label {
		max-width: none;
	}

	.inline-form .form-group.vsbCheckbox p.error {
		display: block;
	}

	.inline-form .form-group .vsbCheckbox.withSelect {
		margin-top: 0rem;
		margin-left: 1rem;
	}

	.inline-form .form-group .vsbCheckbox.withSelect label {
		width: 100%;
	}

	.inline-form .form-group label {
		max-width: 200px;
	}

	.inline-form .form-group input,
	.inline-form .form-group select {
		max-width: 350px;
	}

	.inline-form .form-group p.error {
		margin: 9px 0 0 10px;
		display: inline-block;
		float: none;
	}
}

.ui-widget {
	font-family: 'Drive', 'Verdana', sans-serif !important;
	font-size: 1em !important;
}

.ui-widget .ui-widget-header {
	background: #00a499;
	color: white;
	border: 0;
}

.ui-widget .ui-widget-content button.ui-state-default {
	background: #00a499 !important;
	font-size: 1em !important;
	padding: .7rem 1.5rem !important;
}

.ui-widget .ui-widget-content button.ui-state-default:hover {
	background: #1e2838 !important;
	color: #fff !important;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-state-default.ui-priority-secondary {
	opacity: 1;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background: #fff !important;
	padding: 0 !important;
}

.ui-dialog .ui-dialog-content {
	padding-top: 1em;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	padding: 0;
	border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .ui-button-text {
	padding: 0;
}

.ui-menu .ui-menu-item {
	padding-bottom: 3px !important;
}

.ui-menu .ui-menu-item:before {
	content: "" !important;
}

.ui-menu .ui-menu-item.ui-state-focus {
	background: #eee;
	border: none;
	margin: 0;
}

.ui-tooltip {
	font-size: 1em;
	font-family: 'Drive', 'Verdana', sans-serif;
}

.tooltip-content {
	display: none;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.legend-box .legend {
	padding-left: 1.5rem;
	margin-right: 1rem;
	display: block;
	position: relative;
}

.legend-box .legend:before {
	content: "";
	width: 1rem;
	height: 1rem;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.legend-box .legend.legend-deleted:before {
	background: #cccccc;
}

.legend-box .legend.legend-substitute:before {
	background: #ffffc8;
}

@media print, screen and (min-width: 1201px) {
	.legend-box .legend {
		display: inline;
	}
}

.deleted {
	background-color: #cccccc;
	color: #6e6e6e;
}

.deleted a, .deleted a:hover, .deleted a:visited {
	color: #6e6e6e;
}

.substitute {
	background-color: #ffffc8;
}

.person-table, .action-table {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.info-table {
	margin-bottom: 0.5rem;
}

.info-table td {
	padding: 0.5rem 1rem 0.5rem 0rem;
}

.annotation {
	font-size: 95%;
}

hr.action-delimiter {
	border: 0;
	border-top: 1px solid #ececec;
	margin-bottom: 1.5rem;
}

.schedule-list {
	margin-top: 1rem;
}

.schedule-list ul ul {
	margin-top: 0.75rem;
}

.substitute-in-schedule {
	font-weight: bold;
}
