/* 
    Document   : jobsstyle
    Created on : Feb 29, 2012, 1:08:37 PM
    Author     : Kaleem Ullah Khan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul#sort_by li {display: inline-block; margin-right: 5px;}

.sort_by_label {font-size: 10px; font-weight: bold;}

ul#sort_by li a {text-decoration: none;}
ul#sort_by li a:hover {text-decoration: underline;}

.row1 {margin: 0 auto 5px auto;}
.jobs_rows .col_t1, .jobs_rows .col1, .jobs_rows .col2, .jobs_rows .col3, .jobs_rows .col4 {display: inline-block;}

.row1 .col_t1{
    width: 100%;
    font-size: 1.7em;
    font-weight: 600;
}
.row1 .col1{width: 150px; }
.row1 .col2{width: 150px;}
.row1 .col3{width: 100px;}
.row1 .col4{width: 100%; padding-left: 20px;}
.row1 .col4 a{text-decoration: none;}
.row1 .col4 a:hover{text-decoration: underline;}

.block-filterby .block-content, .block-filterby .filterby_label{display: inline-block;}
.block-filterby {width: 20%;}
.block-filterby .block-content {top: 20px; position: relative;}

.pagination .toolbar {margin-top: 5px;}

.row1 {
    background: #fff;
    padding: 20px 20px 20px 30px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e9f1!important;
}

.row1 .col-md-2 {
    padding-top: 10px;
}

.col4 .fa-chevron-right:before {
    content: "\f054";
    font-size: 2em;
    color: #909d3d;
}

.jobs_rows {
    width: 80%;
    margin: auto;
}

.row1 .col-md-4 {
    text-align: right;
    padding: 10px;
}
.jb-smdesc {
    /* overflow: hidden; */
    white-space: normal;
    text-overflow: ellipsis;
    width: 118%;
    position: relative;
    display: inline-block;
    max-height: 1.6em;
    text-align: justify;
}
.jb-tit {
    cursor: pointer;
}

.no-jobs {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 2%), 0 1px 4px rgb(0 0 0 / 4%);
    border: 0;
}
/*--------------   jobs Detail Page   -----------------*/
.jobsdetail_main .top .left{width: 360px;}
.jobsdetail_main .top .right{width: 360px;}

.job_heading h1 {font-size: 26px; font-weight: bold; float: left; display: inline-block;}

.job_heading {width: 100%; background-color: #BCDEFF; margin-bottom: 20px;}


.jobsdetail_table td.job_label{width: 200px;}
.jobsdetail_table td.job_value{ margin-left: 20px;}

.jobsdetail_main .apply_btn {display: inline-block; float: right; margin-top: 5px; margin-right: 5px;}


.row1 div {/*display: inline-block;*/}

ul#sort_by li {display: inline-block; float: left;}

.row1_head {width: 100%; padding: 10px; margin-bottom: 10px; float: left; font-weight: bold; background-color: #F0F0F0;}
.row1_head div {display: inline-block; float: left;}


.row1_head .col_t1{width: 200px;}
.row1_head .col1{width: 200px;}
.row1_head .col2{width: 200px;}
.row1_head .col3{width: 100px;}
.row1_head .col4{width: 150px; padding-left: 20px; }
.row1_head .col4 a{text-decoration: none;}
.row1_head .col4 a:hover{text-decoration: underline;}

.row1 {float: left;}

#jobs_apply_form .entry-edit {float: left; width: 100%}
.clear {clear: both;
    padding: 0px;
    margin: 0px;

}

#jobs_form table.form-list {*position: relative; }
#jobs_apply_form {*position: relative;}
#jobs_form {*position: relative; }

.column-content{
    background: none;
    border-bottom: none;
    border-top: none;
    float: left;
    width: 20%;
    padding-left: 15px;
}

.column-half {
    width: 50%;
    padding: 0 20px;
}
.column-half textarea {
    -moz-box-sizing: border-box;
    max-width: 100%;
    padding: 3px;
    width: 76%;
}
.column-half2 {
    float: left;
    padding: 10px;
}


.des{
    background: #FAFAFA;
    line-height: 2em;
}
.col-main * {
    color: #222222;
}
.column-content2{
    background: #FAFAFA;
    border-bottom: none;
    border-top: none;
    float: right;
    width: 78%;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}
.fields2 strong {
    line-height: 22px;

    margin-right: 5px;
}
.fields2 {
    line-height: 22px;

}
#jobs_form {
    margin: auto;
    background: #FAFAFA;
    padding: 20px;
}
#jobs_form .form-list input.input-text {
    border: solid 1px #DDD;
    height: 30px;
}
#jobs_form .form-list label {
    font-size: 12px;
    margin-bottom: 5px;
    color: #222222;
    float: left;
}
#jobs_form input.button {
    float: right;
    padding: 7px 30px;
    font-size: 1.2em;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
#jobs_form input.button:hover {
    opacity: 0.9;
}
.jobs-index-view a.fancybox-close {
    right: 35px !important;
}
#jobs_form ul.form-list li div.input-box * {
    float: left;
}
.apply_btn span {
    background-color: #909d3d;
    border-radius: 5px;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 1.2em;
    cursor: pointer;
}
.apply_btn span:hover {
    opacity: 0.5;
}
.des ul  {
    list-style-type: disc;
    padding-left: 5px;
}

.form-list .field {
    float: left;
}

.input-box img {  float:right; margin-left:5px; }
