.new-job-list {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 0 0 3px rgb(153, 153, 153);
}
.new-job-title {
    background: rgb(252, 252, 252);
    border-bottom: 1px solid #EBEDF0;
    padding: 10px;
}

.new-job-title span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #393f43;
}
.new-job-title span:first-child + span {
    float: right;
    width: 30%;
    text-align: left;
}
.jobs-map > img {
    width: 100%;
}
.new-job-single {
    padding: 5px 10px;
    border-bottom: 1px solid #EBEDF0;
}
.job-info {
    overflow: hidden;
    padding: 5px 0;
}
.job-title-info {
    width: 70%;
    float: left;
}
.job-pos-info > img {
    height: 28px;
    margin-right: 5px;
    width: 28px;
}
.job-info .posting-info {
    background: none;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    margin: 0;
}


.posting-info span, .posting-info-exp span {
    display: block;
}
.posting-info span span {
    font-size: 11px;
    color: #000;
}
.posting-info > span {
    margin: 0;
    border-radius: 3px;
    padding: 0 10px;
}
.posting-info > span:first-child {
    width: 25%;
}
.posting-info > span:first-child + span {
    width: 10%;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 10px;
}


.posting-info > span:first-child + span + span {
    width: 60%;
}
.job-info p {
    font-size: 11px;
    margin: 6px 0;
}
.job-info-footer {
    padding-top: 10px;
}
.job-info-footer span {
    float: right;
    font-size: 11px;
}
.job-info-footer a {
    font-size: 11px;
}
.new-job-single:nth-child(even) {
    background: #F0F0F0;
}
.new-job-list .pagination {
    margin: 0;
}
@media only screen and (max-width: 1023px) {
    .jobs-map {
        margin-bottom: 20px;
    }
}
.posting-info-exp > span {
    margin-right: 15px;
    float: left;
}
.posting-info-exp > span:first-child + span {
    border-radius: 3px;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
}
.technical-choose {
    margin: 10px 0;
}
.job-apply {
    float: right;
}
.job-info:last-child {
    border-bottom: none;
}
.new-job-post .edit-contact {

}
.new-job-post .form-group {
    margin-bottom: 0;
}
.new-job-post .upload-file > input[type="text"], .new-job-post .inline-input > input, .new-job-post .employee-drop {
    min-width: 195px;
}
.new-job-post .inline-input {
    margin-bottom: 10px;
}
.new-job-post .inline-types {
    clear: both;
    display: block;
    float: none;
}
.side-post {
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}
.right-icon {
    float: right;
}
.client-inc {
    display: block;
    font-size: 11px;
    color: #000;
}
.new-job-post .hour-box > input {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}


