/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 Apr, 2017, 6:17:28 PM
    Author     : shubham
*/


.jobs-filters {
    background-color: #ffffff;
    margin-top: 15px;
}

.jobs-filters .badge {
    padding: 0;
    width: 26px;
    height: 26px;
    padding: 6px 0px;
    color: #5F5F5F;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.jobs-filter-header {
    padding: 12px 10px;
    border-bottom: 1px solid #C8C8C8;
    font-size: 18px;
    font-weight: 500;
}

.jobs-filters .panel.panel-default {
    padding: 12px 10px;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    margin-top: 0px;
}

.jobs-filters .panel-default> .panel-heading {
    background-color: #ffffff;
    padding: 2px 0px;
}

.jobs-filters .panel-title {
    font-size: 14px;
    font-weight: 500;
}

.jobs-filters .panel-body, .jobs-filters .panel-footer {
    border: none !important;
    padding-left: 0px;
    background-color: #ffffff;
    padding-right: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.jobs-filters input[type=checkbox] {
    vertical-align: middle;
}

.jobs-filters label {
    font-weight: 400;
    font-size: 13px;
}

.degree-scroll-pane, .industry-scroll-pane, .locations-scroll-pane {
    height: 200px;
    overflow: auto;
    margin-top: 10px;
    overflow-x: hidden;
    white-space: nowrap;
    width: 100%;
}

.metro-cities {
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
}

.add-location-btn>span:nth-child(1) {
    padding: 0px 8px;
    color: #ffffff;
    background-color: #c8c8c8;
    font-weight: 900;
    margin-right: 10px;
}

.search-location{
    padding: 4px 0 !important;
}

.panel-body input[type="checkbox"] {
    display: none;
}

.panel-body input[type="checkbox"]+ label:before {
    content: "\E835";
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    font-family: 'Material Icons';
    font-size: 20px;
}

.panel-body input[type="checkbox"]:checked+ label:before {
    content: "\E834";
    text-align: center;
    font-family: 'Material Icons';
    font-size: 20px;
    color: #41a4f5;
    border: none;
    vertical-align: middle;
}

.panel-body input[type="checkbox"]:checked+ label:after {
    font-weight: bold;
}


/*search input*/

.fancy-check-box>span>input[type=text] {
    border: none;
    width: 100%;
    border-bottom: 2px solid #c8c8c8;
    outline: none;
}

.fancy-check-box>span>input[type=text]:focus {
    border-bottom: 2px solid #41a4f5;
}

#sliderRange {
    border: 0px;
    height: 4px;
    background: #e0e0e0;
}

#sliderRange .ui-slider-range {
    height: 4px;
    background: #41a4f5;
    border: 0;
}

#sliderRange .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: -8px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    background-color: #ffffff;
}

#sliderRange a:focus, #sliderRange a:hover {
    color: #41a4f5;
    border-color: #41a4f5;
    text-decoration: none !important;
}

.jobs-filters a:focus {
    text-decoration: none !important;
}

#amount {
    margin-top: 10px;
}

.jobs-filters .panel-ancor {
    width: 100%;
    display: inline-block;
}

.jobs-filters .panel-ancor::after {
    font-family: 'FontAwesome';
    float: right;
    font-size: 18px;
    line-height: 14px;
    content: "\f106";
    color: #4faaf5;
}

.jobs-filters .collapsed::after {
    content: "\f107";
    color: #000000;
}


.filter-group .crossButton>i{
    font-size: 12px;
    vertical-align: middle;
}
.filter-group .clearAll{
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #424242;
    padding: 3px 5px;
}
.filters{

}
.filter-on-mobile-screen{
    position: absolute;
    z-index: 3;
    padding: 0 10px;
    background: #ffffff;
    box-shadow: -54px 200px 300px 200px rgba(102,97,102,1);
}

.category-filter-heading{
    font-weight: bold;
}

.filter-group{
    background: #ffffff;
    padding: 0;
    font-size: 12px;
    float: left;
    width: 100%;
}

.filter-group>div{
    float: left;
}

.filter-object{
    padding: 3px 5px;
    border: 1px solid;
    border-radius: 6px;
    margin-bottom: 10px;
    line-height: normal;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.crossButton{
    margin-bottom: 0;
    cursor: pointer;
}

.jobGlobalHeader{
    clear: both;
    float: none;
}
@media only screen and (max-width:500px){
    .jobs-filters{
        margin-top: 0;
    }
    .filter-on-mobile-screen{
        padding: 0;
    }
    .jobBoardSection{
        margin: 0 -15px;
    }
    .jobs-filters .panel.panel-default, .jobs-filter-header{
        padding: 12px 20px;
    }
    .jobs-filters .panel-group{
        margin-bottom: 0;
    }
}