
input[type=text], input[type=submit] {
    width: 100%;
}
input[type=text] {
    color: black;
}
.filter-heading, .panel-title {
    color: #F86759;
}
.filter_data .panel-heading {
    padding: 20px 15px 20px 0;
}
.results_data {
    background-color: #ebebeb;
	border-radius: 5px;
}
.clickable-div {
	text-decoration: none;
	display: block;
	margin: 15px 0;
  color: #f86759;
}
.clickable-div:hover {
    text-decoration: none!important;
}
.results_data:hover{
    background-color: #89cfc0;
}
.results_data:hover .title-details ,
 .results_data:hover .sal-details, 
 .results_data:hover .details {
    color: #fff;
}
.error {
    padding: 130px 0 50px 0;
}
.btn-success {
    font-size: 19px;
    margin-bottom: 2px!important;
    margin-top: -2px;
    /* border: solid 1px #7db83a; */
    background-color: #a1da60;
    border-radius: 0px;
}
.details {
    font-size: 15.5px;
    color: #707880;
}
.fa-map-marker,.fa-clock {
    font-size: 20px;
}
.post-details1, .post-details2  {
    margin-left: 15px;
}

.post-details2  {
  line-height: 30px;
  }
.sal-details {
    font-size: 21px;
    color: #707880;
	display: block;
	line-height: 1.3;
}
.title-details {
    font-size: 27px;
	display: block;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 3px;
}

@media (max-width: 1199px) {
	.title-details {
		font-size: 22px;
	}
	.sal-details {
		font-size: 17px;
	}
}
/*accordian  checkbox toggle*/
.checkbox-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.checkbox-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
/* submit button */
.btn-primary {
    font-size: 17px;
    border: solid 1px #7db83a;
}
.details3 {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.15);
    border: 0px;
    border-radius: 5px!important;
    margin: 20px 10px 0 0;
    color: #ffffff;
}
/* .details3:hover{
    background-color: #f86759;
} */
.filter-heading {
    margin-left: 25px;
}
 /* checkbox coloring effects */
.main {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
  min-height: 30px;
  }
 
  /* Hiding the initial checkbox */
  input[type=checkbox] {
  visibility: hidden;
  }
  /* Creating a custom checkbox
  based on demand */
  .checkbox-style {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  /* background-color: #7db83a; */
  border: solid 2px #ddd; 
}
  /* Specify the background color to be
  shown when hovering over checkbox */
  .main:hover input ~ .checkbox-style {
  background-color: #707880;
  }
  /* Specify the background color to be
  shown when checkbox is active */
  .main input:active ~ .checkbox-style {
  background-color: white;
  }
  /* Specify the background color to be
  shown when checkbox is checked */
  .main input:checked ~ .checkbox-style {
  background-color: #F86759;
  }
  /* Checkmark to be shown in checkbox */
  /* It is not be shown when not checked */
  .checkbox-style:after {
  content: "";
  position: absolute;
  display: none;
  }
  /* Display checkmark when checked */
  .main input:checked ~ .checkbox-style:after {
  display: block;
  }
  /* Styling the checkmark using webkit */
  /* Rotated the rectangle by 45 degree and 
  showing only two border to make it look
  like a tickmark */
  .main .checkbox-style:after {
  left: 8px;
  bottom: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }

/* Search Bar positioning & sizing*/
.search {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.jobs-form {
  width: 600px;
}

/*RESPONSIVE STYLING*/
@media (min-width: 768px) {
	.clickable-div {
		width:calc(33.33333333% - 30px);
		margin: 15px;
	}
	.filter_data {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
	}

}
@media (min-width: 768px) and (max-width: 1024px) {
	.clickable-div {
		width:calc(50% - 20px);
		margin: 10px;
  }
}
section.threequarters {
    width: 75%;
}
@media (max-width: 768px) {
	.jobs section.threequarters {
		width:90%!important;
		margin: 8px;
        padding-left: 10px;
  }
}
@media (max-width: 767px){
    .jobs .columns .half, .columns .quarter {
        margin: 0px!important;
        width:96%!important;
    }
    .jobs input[type=text], .jobs input[type=submit] {
        width: 95%;
        margin: 2%;
        padding: 2%;
    }
}
@media (max-width: 768px) {
	section.ajax-results {
		width:100%!important;
		margin-left: 0px!important;
  }
}