/*
Theme Name: Workscout Child
Theme URI: https://themeforest.net/item/workscout-job-board-wordpress-theme/full_screen_preview/13591801
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Workscout child theme.
Template: workscout
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: workscout-child
*/

form.filter-job-applications {
  display: flex;
  width: calc(100% + 14px);
  position: relative;
  left: -7px;
}

form.filter-job-applications .eight.columns {
  flex: 1;
  margin: 0 7px;
}

.form_col_wrap {
  display: flex;
  width: 50%;
  flex-flow: row;
  flex-wrap: wrap;
}

form.filter-job-applications {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

form.filter-job-applications.bot_space {
  margin: 0 0 30px;
}

.no_jobs_listed {
  background: none;
  margin: 50px auto 30px;
  padding: 40px;
  text-align: center;
  font-size: 20px;
}

.no_jobs_listed h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 14px;
}

.no_jobs_listed p {
  font-size: 18px;
}

form.filter-job-applications .eight.columns {
  width: 50%;
  flex: none;
  margin: 0;
  padding: 0 7px;
}

form.filter-job-applications .sixteen.columns {
  width: 100%;
  padding: 0 7px;
}

.down_btn {
  text-align: right;
  font-weight: 700;
  margin: 0;
}

/* Select 2 Multiselect */

ul.select2-results__options[aria-multiselectable="true"] .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  line-height: 20px;
  padding: 5px 10px 5px 36px;
  position: relative;
}

ul.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  background-color: #fff;
  margin-right: 0;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  line-height: 16px;
}

ul.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  background-color: #26a69a;
  border-color: transparent;
  display: inline-block;
  padding-left: 0;
  font-size: 10px;
  text-align: center;
}

span.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #eaeaea;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #26a69a;
  color: #fff;
}

/*
span.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
*/

/*
span.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
*/

span.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d8d8d8;
  border-width: 1px;
}

span.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e0e0;
  overflow: inherit;
  height: auto;
  min-height: 51px;
  border-radius: 3px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: auto;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  padding: 0;
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

ul.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="group"]:before {
  display: none;
}

span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 10px;
  overflow: visible;
  height: auto;
  width: calc(100% + 8px);
  margin: -2px -4px;
  display: block;
}

span.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  max-width: calc(45% - 8px);
  width: auto;
  margin: 2px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

span.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
  max-width: 100%;
  width: auto;
  overflow: inherit;
  display: block;
  float: none;
  margin: 0;
}

span.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  display: block;
  clear: both;
}

.title_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.new-dashboard-container.child-theme {
  padding-top: 0 !important;
}

.text-right {
  text-align: right;
}

.new-header #navigation ul ul li {
  width: 220px;
}

.dashboard-box-list .buttons-to-right.always-visible:not(.single-right-button) {
  display: flex;
}

.dashboard-box-list .buttons-to-right.always-visible a.button {
  order: 1;
}

.dashboard-box-list .expired_job .buttons-to-right.always-visible a.button.job-dashboard-action-delete {
  order: 2;
}

div.dashboard-nav ul li span.unfilled_count {
  background: #333333;
}
