/*links*/



a {
	color: #000000; 
}


/*buttons*/

.button {
	background-color:#5aa852;	
}

.button:active {
	background-color:#000000;
}

.its-t-button-1 {
    background: #5aa852;
}
.its-t-button-1:hover {
    background: #000000;
}
.its-t-button-1:active {
    background: #000000;
}
.its-t-button-link {
    color:#000000; 
}
.its-t-button-link:hover {
    color:#000000; 
}
.its-t-button-link:active {
    color:#000000; 
}


.button-negative, .button.cancel {
    background-color: #e1e1e1;
}

.button-negative:active, .button.cancel:active {
    background-color: #c8c8c8;
}







/*Topbar*/

.topbar {
	background:#5aa852;	
}




/*Nav*/

.clientnav__heading > * {
	color: #5aa852;
}






/*pager*/

.paginator .cpb
{
	background-color:#5aa852;
}




/*files*/

.files__icon .icon {
	color:#5aa852;
}

.files__icon .icon:hover {
	color:#000000;
}

/*tabs*/

.ui-tabs .ui-tabs-nav li.ui-tabs-active { 
    border-bottom:solid 3px #5aa852;
}


/*vacancy selector*/

.VacancySelector .button 
{
	background:#000000;	
}

.VacancySelector .button:active {
	background:#000000;
}

/*Fancybox Title BG Colour */

.fb-titlebar {
    background-color:#5aa852;	
}



/*Workflow Button Styles */

.its-c-workflow-button {
    background-color:#5aa852;	
}



.its-t-tabs-dark .its-c-tab__link.is-active {
    border-color: #5aa852;
}



/*
    ITS FANCYBOX MODALS
*/

.its-t-modal .its-o-modal__header {
    background:#5aa852;
}













/*
    ---------------------------
    ---------------------------
    ---------------------------
    ---------------------------
    NEW STYLES
    ---------------------------
    ---------------------------
    ---------------------------
    ---------------------------
*/

.c-header {
	background:#5aa852;	
}


/*
    NEW NAVIGATION STYLES
*/

.c-navbar__list-link.is-active, .c-navbar__list-link.is-active:hover {
    border-left-color: #5aa852;
}
.c-workflow-bar__link.is-active {
    color: #000000;
}
.c-workflow-bar__icon {
    color: #5aa852;
}







/*
    PAGER
*/
.o-paging-link .icon {
    color:#000000
}




/*
    THEME OVERRIDES
*/


.its-t-color {
    color: #5aa852;
}

.its-t-background-color {
    background-color: #5aa852;
}

.its-t-border-color {
    border-color: #5aa852;
}

