body {
	font-family: Arial, sans-serif;
}

.text-bold {
	font-weight: bold;
}

.row {
	margin: 0;
}

/* Sticky footer */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

.footer, .push {
	height: 110px;
}

.footer{
	border-top: 1px solid #333;
	text-align: center;
	background-color: #08336a;
}

.footer p {
	padding-top: 50px;
	color: white;
}

#div_popup H1{
	padding-bottom:10px;
}

.table_admin{
	border-collapse:collapse;
}

.table_admin TD, .table_admin TH{
	text-align:left;
	vertical-align:middle;
	padding:5px;
	border:1px dotted #AAA;
}

#sectionBody {
	margin: auto;
}

.tableBorder {
	border: 1px solid #ccc;
}
#bodyWrapper {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#div_contents {
	margin: 0;
	margin-top: 0;
}

#div_header {
	width:100%;
	height:149px;
	background-color:#08336a;
	border-bottom:1px solid #333;
	margin:0 auto;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

#div_header a img {
	position: relative;
	top: 10px;
}

#div_header h1 {
	position: relative;
	top: 10px;
	color: white;
}

#div_header .sessionInfo,
#div_header .changeLang {
	position: absolute; 
	right: 25px;
	top: 20px;
	font-size: 1rem;
	color:#FFF;
}

#div_header .changeLang {
	top: 50px;
}

.imgApplication {
	width: 100%;
	height: auto;
	max-width: 220px;
	max-height: auto;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	padding: 5px;
	border:1px solid #CCC;
}

.jobEditHead {
	width: 100%;
	text-align: center;
}

.jobEditHead label {
	margin-bottom: 0;
}

#jobStatusCard {
	position: relative;
	left: 1px;
}

/***********************
 * Style the tab BEGIN *
 **********************/
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button, .tab label {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 16px;
		transition: 0.3s;
		color: black;
}

/* admin_job_edit tabs */
.tab button, .tab label, .input-group-text label {
	margin-bottom: 0;
}

.tab label {
	font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
		background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
		background-color: #ccc;
}

/* Style the tab content */
.tabcontentDutiesSummary,
.tabcontentEducation,
.tabcontentSkills {
		display: none;
		padding: 6px 12px;
		border: 1px solid #ccc;
		border-top: none;
}

.tabcontentDutiesSummary h2,
.tabcontentEducation h2,
.tabcontentSkills h2 {
		text-align: center;
		padding: 10px;
		color: red;
}

/*********************
 * Style the tab END *
 ********************/