/*filter section css*/
.col-md-2.padd-less-col {
  padding-right: 0px;
}
.filter-option-sec p {
  font-size: 16px;
}
.filter-mob {
  display: none;
}
p a {
  color: var(--primary);
  cursor: pointer;
}
p a:hover {
  color: var(--secondary);
}
/*button.apply-filter {
  background: transparent;
  color: #727272;
  border: 1px solid #727272;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 2px;
  transition: 0.5s ease-in-out;
}
button.apply-filter.active{
  background-color: #2eae3e;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  font-weight: 500;
  letter-spacing: 0px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
  transition: 0.5s ease-in-out;
}
button.apply-filter.active:hover, button.apply-filter.active:focus{
  background-color: #199028;
}*/
button.apply-filter[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.filter-sidebar {
  margin: 15px 0px;
}
.filter-sidebar .widget-boxed {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.serch-sidebar-heading {
  font-size: 16px;
  color: #444 !important;
  font-weight: 600;
  letter-spacing: 0px;
}
.widget-boxed-header p {
  margin-bottom: 0px;
  padding: 10px;
}
.widget-boxed-body {
  padding: 0px 0px 10px;
}
.field_w_search {
  margin-bottom: 15px;
  padding: 0;
}
.form-control.flt-custom-input {
  height: 35px;
  border: 1px solid #ebebeb;
  /* margin-bottom: 22px; */
  box-shadow: none;
  border-radius: 2px;
  background: #f9f9f9;
  font-size: 12px;
  color: #444;
  font-weight: 400;
  padding: 0px 5px;
  margin: 5px 0;
}
.filter-sidebar .field_w_search .form-control {
  border-color: #ebebeb;
  height: 40px;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  color: #444;
  background-color: #fff;
  margin: 0;
}
.btn_searchboxside {
  border: 1px solid #2eae3e !important;
  border-radius: 0 2px 2px 0;
  background: #2eae3e !important;
  text-transform: capitalize;
  font-size: 12px;
  padding: 7px 9px;
  color: #fff;
}
.error {
  color: #da0400;
}
.side-list {
  max-height: 500px;
  /*overflow: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}
#hourly_rate_list .rzslider {
  width: 98%;
}
.side-list ul {
  margin: 0;
  padding: 0;
}
.widget-boxed-body p {
  color: #2eae3e;
  cursor: pointer;
  margin-bottom: 0;
}
.side-list ul li:last-child, .side-list.no-border ul li {
  border-bottom: none;
}
/*.side-list ul li {
    display: inline-flex;
}*/
.side-list ul .skills-div li {
   /* display: inline-block;*/
}
.side-list ul li {
  list-style: none;
  padding: 2px 0 !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  width: 100%;
  /*border-bottom: 1px dashed #eaeff5;*/
}
span.checkbox.filter-checkbox {
  float: none;
  display: inline-block;
}
.side-list ul li span.filter-nm {
   width: 100%; 
  float: none;
}
.experience-select.select {
  background-color: rgb(61, 130, 171, 0.12);
  padding: 1px 10px;
}
.experience-select.select p {
  color: #444;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.experience-selected {
  padding: 4px 5px 7px 20px;
  overflow-wrap: break-word;
}
.radio.filter-subradio {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1;
}
.widget-boxed-body .experience-selected p {
  color: #727272;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
}
.widget-boxed-body p {
  color: #2eae3e;
  cursor: pointer;
  margin-bottom: 0;
}
.filter-checkbox label p {
  color: #333;
}
.side-list ul li span.filter-nm {
  width: 100%;
  float: none;
  line-height: 1.4;
}
.side-list.filter-jobtype{
  max-height: max-content;
}
/*.side-list ul li .checkbox label, .hidden_skills.radio label {
    min-height: 18px;
    padding-left: 18px;
}*/
/*.side-list .checkbox input[type=checkbox] {
    height: 15px;
    margin-left: 0;
}*/
/*.side-list ul li input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}*/
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}
.side-list .checkbox {
  margin-top: 0px !important;
  margin-bottom: 0px;
}
.side-list ul li span.filter-nm {
  width: 100%;
  float: none;
  line-height: 1.4;
}
.side-list ul li span {
  line-height: 1.3;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin-right: 3px;
}
span.checkbox {
  margin-bottom: 0px;
}
.field_w_search .form-control:hover, .field_w_search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.form-control.filter-custom-select:focus, .form-control.filter-custom-select:hover {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: #fff;
}
.form-control.filter-custom-select {
  height: 25px;
  font-size: 11px;
  padding: 0px 5px;
  color: #444;
  margin-top: 5px;
}
.form-control.filter-custom-select:focus, .form-control.filter-custom-select:hover {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: #fff;
}
.filter-checkbox md-checkbox .md-icon{
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  background-color: #ddd;
}
.filter-checkbox md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 4px;
  height: 8px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
.filter-checkbox md-checkbox .md-label {   
  margin-left: 20px;   
}
.filter-checkbox md-checkbox {
  margin-bottom: 0;
}
.filter-checkbox md-checkbox .md-container {
  width: 14px;
  height: 14px;
}
.filter-checkbox md-checkbox.md-default-theme:not([disabled]).md-primary:not(.md-checked) .md-icon, .filter-checkbox md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: #ddd;
}
.filter-date-select .md-icon-button+.md-datepicker-input-container {
  margin-left: 0px; 
  border-bottom-width: 0px;
}
.filter-date-select {
  background-color: #ebebeb;
  border-radius: 2px;
}
.filter-date-select ._md-datepicker-has-triangle-icon {
  display: inline-block;
  padding-right: 0;
  width: 100%;
}
.filter-date-select .md-button.md-icon-button {
  margin: 0;
  height: 35px;
  min-width: 0;
  line-height: 24px;
  padding: 0;
  width: 40px;
  border-radius: 50%;
}
.view-right a {
  cursor: pointer;
}
.filter-modal {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  padding-left: 20px !important;
}
button.close.filter-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 50px;
  display: none;
}
.filter-close img {
  width: 18px;
}
.hourly-input-sec span.input-group-addon {
  color: #677782;
  border-color: #f1f1f1;
  background: #f9f9f9;
  height: 25px;
  font-size: 10px;
  color: #444;
  font-weight: 500;
  padding: 0px 3px; 
}
.filter-sidebar .hourly-input-sec .form-control {
 margin: 0; 
}
.hourly-input-sec {
  margin: 7px 0;
}
input.md-datepicker-input {
  display: inline-block;
}
.radio.filter-subradio input[type=radio]{
  margin: 0;
  margin-left: -20px;
  display: inline-block;
  /*position: relative;
  margin-left: 0;
  vertical-align: middle;*/
}
.sub-section-datepicker .md-datepicker-input {
  min-width: auto;
  font-size: 12px;
}
.sub-section-datepicker .md-icon-button+.md-datepicker-input-container {
  margin-left: 0;
}
.sub-section-datepicker .md-button.md-icon-button {
  margin: 0;
  height: 30px;
  min-width: 0;
  line-height: 24px;
  padding: 2px;
  width: 30px;
  border-radius: 50%;
}
.sub-section-datepicker .md-button.md-icon-button md-icon {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
}
.sub-section-datepicker .md-datepicker-expand-triangle {
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: none;
}
label.radio.filter-subradio {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
p.filter-heading {
  font-size: 22px;
  color: #3b515d;
  float: left;
  font-weight: 500;
}
.apply-filter.btn-right {
  float: right;
}
.filter-option-sec {
  display: inline-block;
  width: 100%;
}
.filter-chip {
  display: inline-block;
  width: auto;
  background-color: rgba(61, 130, 171, 0.15);
  /* border: 1px solid rgba(61, 130, 171, 0.3); */
  padding: 10px 15px;
  color: #21638a;
  border-radius: 80px;
  margin: 5px 5px 5px 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
a.chip-close {
  margin-left: 12px;
  opacity: 0.7;
}
a.chip-close img {
  width: 12px;
}
a.chip-close:hover{
  /*opacity: 1;*/
}
.panel-group .panel.filter-panel {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
  box-shadow: none;
  background-color: transparent;
  margin-top: 0px;
}
.panel-group .panel.filter-panel.last-panel {
    border-bottom: 1px solid #ddd;
}
.panel-heading .collapse_btn.panel-title {
  padding: 18px 10px;
  display: inline-block;
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 700;
  text-align: left;
}
.panel-heading .collapse_btn.panel-title:hover, .panel-heading .collapse_btn.panel-title:focus, .panel-heading .collapse_btn.panel-title:active{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.filter-panel .panel-heading {
    padding: 0;
}
.custom-checkbox {
  /*display: block;
  padding: 5px 10px;*/
  margin-bottom: 2px;
  color: #333;
}
.custom-checkbox.checked {
  /*background-color: rgb(61, 130, 171, 0.12);*/
  color: #3d82ab;
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.custom-checkbox .flt-checkbox-label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  padding: 3px 0px 3px 35px;
  transition: 0.5s ease-in-out;
}
.custom-checkbox .flt-checkbox-label.checked {
  background-color: rgb(61, 130, 171, 0.12);
  color: #3d82ab;
}
.custom-checkbox .flt-checkbox-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #ddd;
 /* border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;*/
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 4px;
  margin-left: -25px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.custom-checkbox input:checked + .flt-checkbox-label:after {
  content: '\f00c';
  font-family: 'Fontawesome';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-color: #3d82ab;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  /*margin-left: -25px;*/
  margin-right: 4px;

  /*animation: ripple 3s linear infinite 1s;*/
  /*border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);*/
}
/*@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(61,130,171, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255,255,255, 0);
  }
}*/

.search-input-grp button.btn.btn-default {
  background-color: #ddd;
  color: #21638a;
  border: none;
  border-radius: 0 3px 3px 0;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.filter-sidebar .panel-collapse {
  padding-bottom: 15px; 
}
.collapse_btn.panel-title:after {
  content: '\f068';
  font-family: 'Fontawesome';
  float: right;
  font-size: 14px;
  color: #3d82ab;
}
.collapse_btn.panel-title.collapsed:after {
  content: '\f067';
  font-family: 'Fontawesome';
  float: right;
  font-size: 14px;
  color: #3d82ab;
}
.filter-chips-show {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  max-height: 110px;
  overflow-y: auto;
}
.filter-chips-show.mb-0 {
  margin-bottom: 0;
}
.min-max-input-box .hourly-input-sec {
  width: 50%;
  float: left;
  padding: 0 3px;
}
.min-max-input-box {
  display: inline-block;
  width: 100%;
}
.sub-section-datepicker input {
  display: inline-block;
}
.filter-chip a.chip-close {
  cursor: pointer;
}
.reset-link{
  display: inline-block;
}
span.filter-count {
  color: #3d82ab;
}
/*-----css for new filter design start-----*/
.location-select.select {
  padding: 1px 10px;
}
.btn.btn-change-job-type {
  background-color: #2eae3e;
  /*border: 1px solid #2eae3e;*/
  color: #fff;
  border-radius: 2px;
  padding: 6px 12px;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.btn.btn-change-job-type:hover, .btn.btn-change-job-type:focus, .btn.btn-change-job-type:active {
  background-color: #199028;
  /*border: 1px solid #199028;*/
  color: #fff;
  box-shadow: 0px 0px 0px 3px rgba(46, 174, 62, 0.3);
}
.btn.btn-change-job-type img { 
  height: 13px; 
  margin-left: 5px; 
}
.color-red { 
  color: #DF0000; 
}
a.btn.btn-link-new-job {
  color: #2EAE3E;
  font-size: 14px;
  font-weight: 500;
}
.radio.filter-location-pref {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1;
  padding: 4px 0;
}
.radio.filter-location-pref input[type=radio] {
  margin: 0;
  margin-left: -20px;
  display: inline-block;
}
/*.radio.filter-location-pref label {
    font-weight: 500;
}*/
/*.radio.filter-job-type label {
    font-weight: 500;
}*/
.ex-text-city { 
  font-size: 12px;
  font-weight: 400;
  color: #c1c1c1;
  margin-left: 13px;
  margin-bottom: 0;
}
.job-type-select-box { 
  padding: 1px 10px; 
}
.radio.filter-job-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1;
  padding: 4px 0;
}
.radio.filter-job-type input[type=radio] {
  margin: 0;
  margin-left: -20px;
  display: inline-block;
}
.btn-create-new-job { 
  margin: 10px auto; 
}
a.btn-link-new-job {
  color: #2eae3e;
  font-size: 14px;
  text-decoration: underline;
}
a.btn-link-new-job:hover { 
  color: #3d82ab; 
}
.widget-boxed-header p { 
  margin-bottom: 0px; 
}
.btn-create-new-job span { 
  font-size: 13px; 
}
.filter-chips-show a.chip-close img {
  width: 10px;
  cursor: pointer;
}
p.more-skills {
  font-size: 16px;
  color: #3d82ab;
  font-weight: 500;
  margin: 10px auto 5px;
}   
/*-----css for new filter design end-----*/
span.rz-bubble i {
  margin-right: 5px;
}
.location-filter li {
  list-style-type: none;
  margin: 5px 0;
  vertical-align: text-top;
  transition: .5s ease-in-out;
}
.location-filter li .custom-radio {
  padding: 6px 0;
}

/*START: Media query css for responsive*/
@media screen and (max-width: 1024px){
  /*.custom-checkbox .flt-checkbox-label {
    font-size: 11px;
  }*/
  .min-max-input-box .hourly-input-sec {
    width: 100%;
  }
  /*.search-input-grp button.btn.btn-default {
    padding: 10px 5px;
    width: 30px;
    height: 40px;
  }*/ 
  .filter-chip {   
    padding: 7px 13px;    
    font-size: 12px;
  }
}

@media screen and (max-width: 860px){
  .filter-mob {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  button.close.filter-close{
    display: block;
  }
  .col-md-2.col-sm-full {
    padding-right: 15px;
  }
  .filter-mob.sub-btn-filter {
    text-align: left;
  }
  .apply-filter.btn-right {
    float: none;
    margin-left: 20px;
  }
  .filter-chips-show { 
    max-height: 110px; 
  }
  .col-md-2.padd-less-col {
    padding-right: 15px;
  }
  .filter-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  a.filter-modal-btn.pulse-button {
    margin: unset;
    width: auto;
  }
  .filter-chip {
    font-size: 14px;
    border: 1px solid #dddddd;
    font-weight: 400;
    padding: 10px 15px;
  } 
}
@media only screen and (max-width: 736px) {
  .filter-modal {
    width: 70%;
  }
  button.close.filter-close {
    top: auto;
  }
  .apply-reset-xs .btn {
    width: 50%;
    display: block;
    margin: 0 5px;
  }
} 
@media screen and (max-width: 712px) {
  .filter-sidebar-header-xs {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .list-box.position-list-box {
    height: 200px;
    width: 100%;
    background-color: #fff;
    overflow: scroll;
  }
  .filter-salary>li {
    margin: 8px 0;
    vertical-align: text-top;
    transition: .5s ease-in-out;
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 5px;
  }
  .skills-wrapper {
    height: 200px;
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 601px) and (max-device-width: 736px) {
  .apply-reset-xs.hidden-lg.hidden-md.hidden-sm {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
.alert-chips-show {
    max-height: 100%;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 75%;
    /*font-weight: 600;*/
  }
  .notify-count-filters {
    background-color: #2eae3e;
    color: #fff;
    width: 24px;
    display: inline-block;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-left: 2px;
  }
  .filter-chips-show-xs {
    max-height: 100%;
    margin-bottom: 0;
    white-space: nowrap;
    width: 70%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    height: 70px;
    font-size: 11px;
    line-height: 50px;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
  }
  .filter-modal {
    width: 100%;
    height: 100vh;
    padding-right: 20px !important;
  }
  .filter-sidebar-xs {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .filter-sidebar-header {
    padding: 20px 15px;
    height: 70px;
  }
  p.filter-heading {
    margin-bottom: 0;
    font-weight: 600;
  }
  .custom-checkbox .flt-checkbox-label {
    font-size: 16px;
    padding: 5px 0px 5px 35px;
  }
  .custom-checkbox .flt-checkbox-label:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .custom-checkbox input:checked + .flt-checkbox-label:after {
    top: 6px;
    left: 10px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .apply-reset-xs {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    display: inline-flex;
    flex-wrap: nowrap;
    z-index: 2;
    border-top: 1px solid #ddd;
  }
  .filter-option-sec {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: none;
    z-index: 1;
  }
  .filter-chips-show-xs.filter-chip-align {
    padding: 10px;
  }
  .panel-heading .collapse_btn.panel-title {
    font-size: 15px;
    padding: 18px 0;
  }
  span.rz-bubble {
    font-size: 11px;
    font-weight: 600;
  }
  span.rz-bubble i {
    margin-right: 5px;
  }
  .list-box {
    padding-left: 0;
  }
  .list-box li {
    list-style-type: none;
  }
  .filter-sidebar {
    margin: 10px 0px;
  }
  button.btn.btn-normal.btn-disable-blue {
    opacity: 0.7;
  }
}
@media screen and (max-width: 560px){
  .side-list ul li {
    list-style: none;
    padding: 4px 0 !important;
  }
  .side-list ul li span {
    line-height: 1;
    font-size: 14px;
  }
  a.chip-close { 
    margin-left: 5px; 
  }
  a.chip-close img {
    width: 9px;
    opacity: 0.7;
  }
  .min-max-input-box {
    display: flex;
    flex-direction: row;
  }
  form#search_sidebar_form {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .modal-backdrop {
    z-index: 1;
  }
  .notify-count-filters {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 2px;
  }
  .filter-salary label small {
    display: inline-block;
  }
}
@media screen and (max-width: 320px){
  .filter-close img {
    width: 24px;
  }
}