/*careers-portal-inner-pages-simple.css*/

/*this is shared by all branded careers portals*/

/*this supersceeds the various simple.css files we used to have for each client*/


/* branded inner candidate pages header and footer
- the css here deals with structure and layout only 
- colours are handled in the atswizard (tbl_recruiters.CSS_candidate_inner_pages)  */


/*
	15 jun 18 NW added some colours to make the careers portals look more allregionaljobs-ey by default
*/


#siteContainer{
	min-height: 100%;
	position: relative;
}

/* width of container */
.container{
	max-width:1170px;
	margin: 0 auto;
}


.navbar-inverse {
	background-color: #fff;
	border-color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #303030;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #aaa;
}

/*moves the logo*/
/*#recruiterLogo img{
    margin-top:10px;
}*/

.header .wrapper, .footer .wrapper {
	margin: 0 auto;
	max-width: 1170px !important;
	padding-bottom: 0px;
	padding-top: 6px;

}



/* header */
/*.topnav .navbar-brand {
  height: 80px;
}*/



/*.topnav .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}*/



/*My account left hand nav*/

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #fff;
	/*border: 1px solid #adadad;*/
	color: #333;
}

/*// My account left hand nav*/



/*footer*/
.footer {
	padding: 14px;
	text-align: center;


}

/*alerts*/
/*alerts*/
/*alerts*/


/* 5.4.19 nw removed as clashing with the colours set in my choice's css - and therefore i pressume in others - we specify colours for alert-info in atswizard Careers_Portal_candidate_inner_pages*/
.alert-info {
	/*bootstrap regular colours*/
    /*color: #31708f;*/
    /*background-color: #d9edf7;*/
    /*border-color: #bce8f1;*/
}

/*15.4.19 nw ditto the above*/
.alert-success {
	/*bootstrap regular colours*/
	/*color: #3c763d;*/
	/*background-color: #dff0d8;*/
	/*border-color: #d6e9c6;*/
}

/*//alerts*/
/*//alerts*/
/*//alerts*/


.tooltip > .tooltip-inner {
	background-color: #d9edf7; 
	color: #31708f;
	border-color: #bce8f1;
}


/*footer*/
/*footer*/
/*footer*/

footer .container-fluid {
	background-color: #303030; /*mid grey*/
	/*background-color: #084e79;*/ /*arj blue*/
}

/*contains that holds the li footer links*/
.atsFooterNav{
	list-style: outside none none;
	padding: 0;
	display: block;

}

/*first footer link line up*/
.atsFooterNav li:first-child {
	margin-left: 0px;
}

/*.atsFooterNav li:last-child {
	float:right;
	margin-right: 0px;
} */

/*footer li container for links and text*/
.atsFooterNav li{
	float: left;
	margin-right:30px;
	color: #ccc;
}

/*footer links*/
.atsFooterNav li a{
	color: #fff;
}

/*// footer*/




