﻿.feature_ibar form,
.feature_ibar fieldset,
.feature_ibar h3,
.feature_ibar h4,
.feature_ibar li,
.feature_ibar p,
.feature_ibar ul {
    margin: 0;
    padding: 0;
}

form, fieldset {
    border: 0;
}

.feature_ibar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    /*padding-bottom: 30px;*/ /* leave space for indeed logo */
    position: relative;
    width: 100%; /* 628px; */
    max-width: 880px;
}

.feature_ibar .feature_ibar_header {
    background-color: #34567b; /* url(images/jobs_ibar_tile.gif) repeat 0 0; */
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
    height: 125px;	
}

@media screen and (min-width: 480px) and (max-width:959px) {
    .feature_ibar .feature_ibar_header {
        height: 85px;
    }
}

@media screen and (min-width: 960px) {
    .feature_ibar .feature_ibar_header {
        height: 60px;
    }
}

.feature_ibar .feature_ibar_header h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    width: 100%;
    height: 16px;
    position: relative;
    float: left;
}

@media screen and (min-width: 960px) {
    .feature_ibar .feature_ibar_header h3 {
		margin-top: 5px;
        width: 140px;
    }
}

.feature_ibar .feature_ibar_header h4 {
    display: none;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    width: 220px;
}

.feature_ibar .feature_ibar_header form {
    width: 100%;
    position: relative;
    float: left;
}

@media screen and (min-width: 960px) {
    .feature_ibar .feature_ibar_header form {
        width: -moz-calc(100% - 140px);
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }
}

.feature_ibar #feature_ibar_edit {
    background: #14421a url(images/jobs_ibar_edit.png) no-repeat center center;
    border: 1px solid #030;
    border-radius: 3px;
    display: none; /* block */
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.feature_ibar #txt_jobtitle {
    background-color: #FFFFFF;
    border: 0px;
    color: #757575;
    padding-left: 5px;
    font-size: 16px;
    font-style: italic;
    position: relative;
    float: left;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 30px;
}

.feature_ibar #txt_Location {
    background-color: #FFFFFF;
    border: 0px;
    color: #757575;
    padding-left: 5px;
    font-size: 16px;
    font-style: italic;
    position: relative;
    float: left;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 30px;
}


.feature_ibar #txt_jobtitle {
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .feature_ibar #txt_jobtitle {
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .feature_ibar #txt_Location {
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
        margin-bottom: 0px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 728px) {
    .feature_ibar #txt_jobtitle {
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
    }

    .feature_ibar #txt_Location {
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
    }
}

/*
@media screen and (max-width: 480px) {
    
    .feature_ibar #txt_jobtitle, .feature_ibar #txt_Location {
        width: -moz-calc(70% - 50px);
        width: -webkit-calc(70% - 50px);
        width: calc(70% - 50px);
        margin-left: 10px;
        height: 25px;
    }
    
    .feature_ibar .salLocation {
        height: 100px;
    }
    
    .feature_ibar input#feature_ibar_submit {
        top: 10px;
        left: -moz-calc(70% - 10px);
        left: -webkit-calc(70% - 10px);
        left: calc(70% - 10px);
    }

     .feature_ibar .feature_ibar_header {
        height: 110px;
    }
}
*/

.feature_ibar input#feature_ibar_submit {
    background: #F5CF46 url("images/search_icon_blue.png") no-repeat center center;
    border: 1px solid #013413;
    border-radius: 5px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
}

.feature_ibar ul {
    list-style-type: none;
    width: 100%;
}

.feature_ibar ul h3 {
    color: #64976b;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
}

.feature_ibar li {
    float: left;
    margin-bottom: 0;
    padding: 6px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -20px;
}

.feature_ibar li.alt {
    background-color: #DAEBD7;
}


.feature_ibar li a {
    color: #34567b;
    text-decoration: underline;
}

.feature_ibar li a:hover {
	color: #206CC2;
    text-decoration: underline;
}


.feature_ibar ul span{
    color: #333333;
}

.feature_ibar .SnippetClass {
    color: #333333;
	padding-left: 18px;
}

.feature_ibar .DateClass {
    color: #333333;
	padding-left: 18px;
}

.feature_ibar .DateClass_alt{
    color: #333333;
	padding-left: 18px;
}


@media screen and (min-width: 1079px) {
	.feature_ibar .SnippetClass {
		padding-left: 0px;
	    /*margin-bottom: -20px;*/
	}

	.feature_ibar .DateClass {
		padding-left: 0px;
	    /*margin-bottom: -20px;*/
	}

	.feature_ibar .DateClass_alt{
		padding-left: 0px;
	    /*margin-bottom: -20px;*/
	}
}

.feature_ibar p {
    margin-right: 0.5em;
}

.feature_ibar p span {
    display: inline;
}

.feature_ibar .DateClass_alt {
    display: none;
}


.feature_ibar .ibar-toggle-box {
    display: none;
}

.feature_ibar .ibar-toggle-box + label {
    color: #003307;
    padding: 0px;
    font-weight: 400;
    }
	
@media screen and (max-width: 1079px) {
    .feature_ibar .ibar-toggle-box + label {
        cursor: pointer;
    }

    .feature_ibar .ibar-toggle-box + label:before {
        content: "\00a0\00a0\00a0";
            background: url("images/salary_sprite.png") no-repeat center right;
            background-position: -200px -48px;
			padding: 0px;
			margin: 0px;
    }

    .feature_ibar .ibar-toggle-box:checked + label:before {
        background: url("images/salary_sprite.png") no-repeat center center;
        background-position: -250px -44px;
    }

     .feature_ibar .ibar-toggle-box:checked ~ .SnippetClass {
         display: inline-block;
     }

    .feature_ibar .SnippetClass {
        display: none;
    }

     .feature_ibar li {
         margin-bottom: -20px;
     }
}

@media screen and (min-width: 1080px) {
      .feature_ibar .ibar-toggle-box:checked ~ .SnippetClass {
         display: inline-block;
     }

       .feature_ibar .ibar-toggle-box ~ .SnippetClass {
         display: inline-block;
     }
}

.feature_ibar .ibar-footer {
    width: 100%;
	height: 20px;
}

.feature_ibar .ibar-Sponsoredby {
	float: left;
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    margin-top: 7px;
}

.feature_ibar .ibar-logo {
	float: right;
    width: 110px;
    margin-top: 5px;
}

 .sal_pg_ibar {
        height: 62px;
        width: auto !important;
        /*width: 530px;
        max-width: 530px;*/
        width: 100%;
        background-color: green;
        overflow:no-display;
    }

    .sal_pg_ibar_title {
        margin: 2.5% 0% 0% 3%;
        font-size: 0.5em;
        font-family: Verdana, Arial, sans-serif;
        color: white;
        float: left;
        display: inline-block;
        width: 22%;
    }

    .sal_pg_ibar_search input{
        height: 45%;
        width: 31%;
        margin-top: 2%;
        font-family: Verdana, Arial, sans-serif;
        position: relative;
        display: inline;
    }

    .sal_pg_ibar_searchbtn {
        height: 25px;
        margin-top: -3%;
        margin-right: 5.5%;
        float: right;
        position:relative;
        display: inline;
    }

    .clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    } 

    .joblist {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
	    font-weight: 400;
        color: #333333;
        margin: 0 auto;
        padding-bottom: 30px; /* leave space for indeed logo */
        position: relative;
        width: 100%; /* 628px; */
	    max-width: 880px;
    }

     .job_title_content {
        margin-top: 10px;
        width: 100%;
        float: left;
        line-height: 100%;
    }

      .jobtitlelink img {
        /*margin-top: 3px;*/
        width:20px;
        height:20px;
        float: left;
        /*display: inline-block;*/
    }

      .linktitle {
        width: 80%;
    }

      .linktitle .jobtitlelink {
        padding-left: 20px;
        color: #34567b;
        font-size: 1em;
        font-weight: 400;
        font-family: Helvetica, Arial, sans-serif;
        /*text-decoration: underline;*/
    }

    .linktitle .jobtitlelink:link {
        text-decoration: underline;
        color: #1B7C00;
        font-size:14px;
        font-weight: bold;
    }

    .linktitle .jobtitlelink:hover {
        color:#206CC2;
        text-decoration: underline;
    }

    .linktitle .jobtitlelink:visited {
        color:#1B7C00;
        text-decoration: underline;
     }

     .job_title_content a {
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: Verdana, Arial, sans-serif;
        text-decoration: underline;
        color: #517C26;
        float: left;
    }

    /*.jobsearchtitle a span {
        word-wrap: break-word;
        word-break: break-all;
        color: #1B7C00;
    }*/

    .featurestates{
         margin-top: 5px;
         margin-bottom: 5px;
         width: 67px;
         font-family: Verdana, Arial, sans-serif;
         font-weight:400;
         color: orange;
         float: right;
    }

    @media screen and (max-width: 320px) {
         .featurestates {
             margin-top:-20px;
         }
    }

    .job_content_text {
        font-size: 1em;
	    /*color: #626469;*/
	    font-weight: 400;
	    font-family: Helvetica, Arial, sans-serif;
        float: left;
    }

    #location_upright {
        display: none;
    }

    #ibar_companyinfo {
        display: none;
    }

    #featured_incontent {
        display: none;
    }

    #location_incontent {
        display:inline-block;
    }

    #featured_upright {
        display: inline-block;
    }
    
    .starbar {
        display: inline-block;
        float: left;
        position: absolute;
    }

    .jobsearchtitle {
        display: inline-block;
        /*float: left;*/
        margin-left: 20px;
        width: -moz-calc(100% - 87px);
        width: -webkit-calc(100% - 87px);
        width: calc(100% - 87px); 
    }

     .swz_pg_line {
        display:none;
      }

     /*.incontent_company {
    color:green;
}*/

/* display job list in row start */

.feature_ibar .joblist-Sponsoredby-label {
    text-transform: uppercase;
    width: 130px;
    font-size: 90%;
}

.feature_ibar .joblist-Sponsoredby-logo {
    width: 130px;    
    text-decoration: none;
}

.feature_ibar .joblist_container {
    display:table;
    width: 95%;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #E6E7E8;
    padding: 10px;
    box-sizing:border-box;
}

@media screen and (max-width: 767px) {
    .feature_ibar .joblist_container {
        width: 100%;
        display:block;
    }
}

    .feature_ibar .joblist_container .joblist_cell {
        display:table-cell;
        word-break:break-word;
    }

    @media screen and (max-width: 767px) {
    .feature_ibar .joblist_container .joblist_cell {
        width: 100%;
        display:block;
        padding: 5px 0;
    }
}

.feature_ibar .joblist_title {
    padding-left: 20px;
}

.feature_ibar .joblist_title, .feature_ibar .joblist_title a {
    color:#29ABE2;
    text-decoration:none;
    width: 300px;
}

.feature_ibar .joblist_company {
    color:#212221;
    font-size: 90%;
}

@media screen and (max-width: 767px) {
    .feature_ibar .joblist_company {
        font-size: 100%;
    }
}

.feature_ibar .joblist_desc {
    color:#58595B;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .feature_ibar .joblist_desc {
        padding: 0;
    }
}

.feature_ibar .joblist_date {
    color:#212221;
    width: 100px;
}

/* display job list in row end */

/*for job board style ibar start*/
.feature_ibar .sal-search-results-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}

.feature_ibar .sal-friendly-icon-div {
    width: 50px;
    height: 50px;
    background-color: #D3CBA9;
    border-radius: 25px;
}

    .feature_ibar .sal-friendly-icon-div span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        display: block;
        color: gray;
        font-size: 20px;
        text-align: center;
        font-weight: bold
    }

.feature_ibar .sal-apply-btn {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.feature_ibar ul.sal-company-location li {
    margin-top: 0;
    margin-bottom: 0;
}
/*for job board style ibar end*/