/** For Sidebar **/
.page-title-wrapper {
    display: none;
}

.job-attribute-filter {
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px dotted whitesmoke;
    -webkit-box-shadow: 0 1px 3px rgba(57,73,76,0.35);
    box-shadow: 0 1px 3px rgba(57,73,76,0.35);
    margin-bottom: 20px;
}

.job-attribute-panel {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.job-attribute-panel h4 {
    padding: 10px 5px;
    box-sizing: border-box;
    border-bottom: 2px dotted whitesmoke;
    margin: 0;
}

.job-attribute-panel .job-attribute-options {
    padding: 5px;
}
/** For Job List **/

.job-list .job-list-item {
    box-sizing: border-box;
    padding: 5px;
    border: 1px dotted whitesmoke;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(57,73,76,0.35);
    box-shadow: 0 1px 3px rgba(57,73,76,0.35);
}
.job-list .job-list-item:hover {
    background-color: whitesmoke;
}
.job-list .job-list-item > .item-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #37a000;
}
.job-list .job-list-item .footer-separate {
    height: 1px;
    margin-bottom: 5px;
}
/*For pagination*/
.job-list .toolbar.bottom.custom-pager {
    background-color: whitesmoke;
    padding: 10px 5px;
    margin-bottom: 0;
}
.job-list .pager .limiter,
.job-list .pager .pages
{
    margin-left: 10px;
    float: right;
    margin-bottom: 0;
}
.job-list .pager .toolbar-amount {
    margin-right: 10px;
    float: left;
    margin-bottom: 0;
}
/*For search form*/
.job-search-form  {
    margin-bottom: 20px;
    overflow:auto;

}

.job-search-form  .field .label {

}
.job-search-form  .field .control {

}
@media screen and (min-width: 769px) {
    .job-search-form  .field {
        float: right;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 768px) {

    .job-search-form .field {
        padding: 5px 5px;
        box-sizing: border-box;
    }
}