/*---------------------------------------------------------
 * Standard CSS for refine search with checkbox
 * version:  1.0.0
 * date:     24/08/16
 * author:	 Anjali Bhand @ Peoplescout|HRX
 ---------------------------------------------------------*/

 .refine-search-checkbox .filter li {
    list-style: outside none none;
}

.refine-search-checkbox .filter li label {
    display: block;
}

.refine-search-checkbox .filter li label .checkbox {
    width: auto;
    display: inline;
    margin: 0 10px 0 0;
}

.refine-search-checkbox .filter-wrapper {
    padding-bottom: 20px;
    border: 1px solid #ddd;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
}

.refine-search-checkbox ul.filter {
    padding: 0;
}

table.job_results thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    text-align: left;
    padding: 10px 5px 10px 17px;
    background-position: left center;
    vertical-align: middle;
    white-space: nowrap;
}

table.job_results thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.job_results thead tr .headerSortDown {
    background-image: url(desc.gif);
}

.filter-column-3 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .filter-column-3 {
        float: left;
        width: 25%;
    }
}

.results-form {
    clear: both;
}

.results-form {
    position: relative;
}


/* styling for mobile optimised templates */

main .results-form {
    position: initial;
}

.rasp_widget .filter-column-3,
.panel-body .filter-column-3 {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.rasp_widget .refine-search-checkbox .filter-wrapper,
.panel-body .refine-search-checkbox .filter-wrapper {
    height: auto;
    overflow-y: hidden;
    padding: 0 0 0 15px;
    border: 0px solid #ddd;
}

.panel .form-group {
    padding: 0 !important;
}

.panel-body .refine-search-checkbox h3 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-top: 5px;
}

.panel-body .refine-search-checkbox button{
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
    display: block;
    text-decoration: none;
    color: inherit;
    width:100%;
    text-align:left;
    padding:0 0 5px;
    background:none;
    border:none;
}

.panel-body .refine-search-checkbox legend {
    border: none;
    font-size: inherit;
    color: inherit;     
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-body .refine-search-checkbox fieldset{
    border-bottom: 1px solid #fff;
}

.panel-body .refine-search-checkbox ul.filter {
    padding-left: 10px;
}


/* Absolute Center Spinner */

body.loading-progress,
body.loading-progress * {
    cursor: progress;
}

.loading {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.loading {
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

.refine-search-checkbox {
    clear: both;
}

.btncollapse-action {
    position: relative;
    top:0;
    right: 0px;
    font-size: 20px;
    vertical-align: top;
    line-height: 16px;
}

.btncollapse-action::after {
    font-family: FontAwesome;
    content: "\f146";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.btncollapse-action.collapsed::after {
    font-family: FontAwesome;
    content: "\f0fe";
}

.js-reveal,
.new-row {
    opacity: 1;
    transition: opacity .5s ease-in, margin-top .5s ease-out;
}

.js-reveal--hidden {
    opacity: 0;
    margin-top: 3em;
}

.no-jobs{
    background-color: #f9f9f9;
    padding:21px 10px;
    font-size:16px;
    color:#555;
    height: 100%;
    border: solid 1px #ededed;
}

/* for better loading experience */

.loading-progress .load-place {
    color: #ddd !important;
    background: #ddd !important;
}

.loading-progress .load-place a {
    color: #ddd !important;
}

.loading-progress .loading:before {
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
#load-more.btn-success.disabled {
    display: inline-block !important;
}
button#load-more i{
  display: none;
  margin-right:3px;
}
button#load-more.disabled i{
  display: inline-block;
}


/* NS 12/10/23 - Updated styles for refine search keryword checkboxes & tooltips */
.refine-search-container .keyword-options{
	padding-left: 0px;
	padding-top: 5px;
}
.refine-search-container .keyword-options li{
	list-style: outside none none;
}
.refine-search-container .keyword-options li input[type="checkbox"]{
	display: inline;
	margin-right: 10px;
}
.search-tooltip i.fa{
	font-size:16px;
	position:relative;
	top:0px;
}
.refine-search-container .keyword-options .popover .popover-content{
	font-size:14px;
}