/*
Theme Name: Work at KOA
Theme URI: https://workatkoa.com
Template: careerfy
Author: Joe McLean
Author URI: https://koa.com/
Description: Careerfy brings you the most simple solution to display jobs on any type of websites. You may already know, some really big Job Portals provides the option to use their database and extend your website with job offers. This Theme can make everything automatically, some job providers also pay commission when any of your visitors click on the job links.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5
Updated: 2023-06-01 14:27:32

*/

@import url("css/buttons.css");
@import url("css/inputs.css");
@import url("css/sections.css");
@import url("css/components.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/text.css");
@import url("css/nav.css");

/* Override checkbox style to inactivate jobs under employer job management screen, it was too hard to see */
.jobsearch-fill-the-job {
	border: 1px solid #333;
	border-radius: 3px;
}

/* Set inactive jobs to grey and approved/active jobs to green */
.jobsearch-mangjobs-list-inner.job-filled {
  border: 1px solid #E3E3E3 !important;
  background-color: #f9f9f9 !important;
}

.jobsearch-mangjobs-list-inner.job-filled a, .jobsearch-mangjobs-list-inner.job-filled ul li, .jobsearch-mangjobs-list-inner.job-filled ul li span, .jobsearch-mangjobs-list-inner.job-filled ul li i {
  color: #333333 !important;
}

.jobsearch-mangjobs-list-inner {
  background-color: #DFF0D8 !important;
  border-color: #D6E9C6 !important;
}

.jobsearch-mangjobs-list-inner a, .jobsearch-mangjobs-list-inner ul li, .jobsearch-mangjobs-list-inner ul li span, .jobsearch-mangjobs-list-inner ul li i {
  color: #3C763D !important;
}

/* Hide message about no jobs being posted since it is appearing even if they do have jobs */
.jobsearch-profil-noapprov-alrt .alert-warning {
	display: none;
}