/**
 * FME Extensions
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the fmeextensions.com license that is
 * available through the world-wide-web at this URL:
 * https://www.fmeextensions.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category  FME
 * @package   FME_Jobs
 * @copyright Copyright (c) 2019 FME (http://fmeextensions.com/)
 * @license   https://fmeextensions.com/LICENSE.txt
 */

body {
    background: #fff;
    color: #474747;
    background: #ededed;
}

.fme_job_manager nav ul {
    list-style: none;
}

.fme_job_manager blockquote, .fme_job_manager q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.fme_job_manager a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #474747;
}

/* change colours to suit your needs */
.fme_job_manager ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
.fme_job_manager mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.fme_job_manager del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

.fme_job_manager table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
.fme_job_manager hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.fme_job_manager input, .fme_job_manager select {
    vertical-align: middle;
}


/*Main Style Sheet*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*
=======================================================================
   Inner Container
=======================================================================*/

.fme_job_manager {
    width: 100%
}

/*Search Filters*/

.fme_job_manager .search_filters {
    width: 100%;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 2px;
    border-bottom: #e8e8e8 2px solid;
    margin-bottom: 15px;
}

.fme_job_manager .search_filters .input_field {
    width: 21%;
    float: left;
    padding: 17px 12px;
    box-sizing: border-box;
    background: #ededed;
    border: #f0f0f0 1px solid;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    border-radius: 2px;
    margin-right: 2px;
    box-sizing: border-box
}

.fme_job_manager .search_filters button {
    background: #00B2A9;
    border: 0;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    width: calc(50% - 8px);
}

.fme_job_manager .search_filters button + button {
    float: right;
}

/*Page Content top*/

.fme_job_manager .page_content_top {
    width: 100%;
    background: #fff;
    padding: 25px 25px;
    box-sizing: border-box;
    border-radius: 2px;
    border-bottom: #e8e8e8 2px solid;
    margin-bottom: 15px;
}

.fme_job_manager .page_content_top h1 {
    letter-spacing: 0;
    color: #00827A;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px !important;
}

.fme_job_manager .page_content_top p {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}


/*SideBar*/

.fme_job_manager .sidebar {
    width: 30%;
    float: left;
}

.fme_job_manager .sidebar .block {
    width: 100%;
    background: #fff;
    padding: 16px 16px;
    box-sizing: border-box;
    border-radius: 2px;
    border-bottom: #e8e8e8 2px solid;
    margin-bottom: 15px;
}

.fme_job_manager .sidebar .title {
    font-size: 17px;
    font-weight: 500;
    color: #474747;
    margin: 0;
}

.fme_job_manager .sidebar .title a:after {
    position: relative;
    top: -1px;
    right: 0;
    font-family: 'Verimark';
    content: '\f12b';
    display: inline-block;
    font-size: 24px;
    float: right;
}

.fme_job_manager .sidebar .title a.collapsed:after {
    content: '\f12c';
}

.fme_job_manager .sidebar .selection {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
}

.fme_job_manager .sidebar .selection ul {
    list-style: none;
    padding-left: 32px
}

.fme_job_manager .sidebar .selection ul.hidden_t {
    display: none;
    list-style: none
}

.fme_job_manager .sidebar .selection ul.hidden_l {
    display: none;
    list-style: none
}

.fme_job_manager .sidebar .selection ul.hidden_d {
    display: none;
    list-style: none
}

.fme_job_manager .sidebar .selection ul li {
    width: 100%;
    clear: both;
    padding: 4px 0;
    font-size: 14px;
    color: #474747;
}

.fme_job_manager .sidebar .selection ul li label {
    font-size: 15px;
    color: #474747;
}

.fme_job_manager .sidebar .selection ul li:hover label {
    color: #00B2A9;
}


.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old),
.fme_job_manager .sidebar .selection ul li input[type=radio   ]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old) + label,
.fme_job_manager .sidebar .selection ul li input[type=radio   ]:not(old) + label {
    margin: 4px 0;
    display: inline-block;
    margin-left: -28px;
    padding-left: 38px;
    background: url(../images/checkboxes.png) no-repeat 0 0;
    line-height: 24px;
}

.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old) + label:before,
.fme_job_manager .sidebar .selection ul li input[type=radio   ]:not(old) + label:before {
    display: none;
}

.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px;
}

.fme_job_manager .sidebar .selection ul li input[type=radio]:not(old):checked + label {
    background-position: 0 -48px;
}

.fme_job_manager .sidebar .show_more_l {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}

.fme_job_manager .sidebar .show_more_l a {
    background: #ededed;
    border: #e8e8e8 1px solid;
    padding: 5px 15px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    text-transform: uppercase;
}

.fme_job_manager .sidebar .show_more_l a:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
}

.fme_job_manager .sidebar .show_more_t {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}

.fme_job_manager .sidebar .show_more_t a {
    background: #ededed;
    border: #e8e8e8 1px solid;
    padding: 5px 15px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    text-transform: uppercase;
}

.fme_job_manager .sidebar .show_more_t a:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
}


.fme_job_manager .sidebar .show_more_d {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}

.fme_job_manager .sidebar .show_more_d a {
    background: #ededed;
    border: #e8e8e8 1px solid;
    padding: 5px 15px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    text-transform: uppercase;
}

.fme_job_manager .sidebar .show_more_d a:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
}

/*Listing*/

.fme_job_manager .listing {
    width: 68%;
    float: right;
}

.fme_job_manager .listing .block {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    border-bottom: #e8e8e8 2px solid;
    margin-bottom: 12px;
    margin-bottom: 15px;
}

.fme_job_manager .listing .block .title {
    width: 100%;
    padding: 24px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.fme_job_manager .listing .block .title a {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    line-height: 26px;
}

.fme_job_manager .listing .block .title a:hover {
    color: #474747
}

.fme_job_manager .listing .block .title .date {
    padding-top: 8px;
}

.fme_job_manager .listing .block .title .date span {
    font-size: 13px;
    font-weight: 400;
    color: #a0a0a0;
    line-height: 18px;
}

.fme_job_manager .listing .block .title .company {
    padding-top: 8px;
}

.fme_job_manager .listing .block .title .company span {
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    line-height: 18px;
}

.fme_job_manager .listing .block .content {
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
}

.fme_job_manager .listing .block .content p {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
}

.fme_job_manager .listing .block .footer_bar {
    width: 100%;
    padding: 16px 16px;
    padding-right: 14px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 15px;
}

.fme_job_manager .listing .block .footer_bar .left_side {
    width: 48%;
    float: left;
}

.fme_job_manager .listing .block .footer_bar .left_side a.view {
    background: #fff;
    border: #ededed 1px solid;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #00B2A9;
    padding: 4px 20px;
    padding-top: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.fme_job_manager .listing .block .footer_bar .left_side a.view:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
}

.fme_job_manager .listing .block .footer_bar .date {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
}

.fme_job_manager .listing .block .footer_bar .right_side {
    width: 48%;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.fme_job_manager .listing .block .footer_bar .right_side a.view {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    margin-right: 0;
    text-transform: uppercase;
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    min-width: 97px;
    text-align: center;
    border-radius: 0;
}

.fme_job_manager .listing .block .footer_bar .right_side a.view:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.fme_job_manager .listing .block .footer_bar .right_side a {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 4px 20px;
    padding-top: 5px;
    text-transform: uppercase;
}

.fme_job_manager .listing .block .footer_bar .right_side a:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}


/*Detail*/

.fme_job_manager .listing.full_page {
    width: 100%;
    float: none;
}

.fme_job_manager .listing.full_page .block .title {
}

.fme_job_manager .listing.full_page .block .title h2 {
    color: #00827A;
    line-height: 40px;
    padding-bottom: 5px;
    font-size: 32px;
    font-weight: 300;
}

.fme_job_manager .listing.full_page .block .title .date span {
    font-size: 13px;
    font-weight: 400;
    color: #a0a0a0;
    line-height: 18px;
}

.fme_job_manager .listing.full_page .block .content {
    padding: 20px 25px !important;
}

.fme_job_manager .listing.full_page .block .content {
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
}

.fme_job_manager .listing.full_page .block .content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 8px;
}

.fme_job_manager .listing.full_page .block .content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #474747;
    padding: 10px 0;
    padding-top: 20px;
}

.fme_job_manager .listing.full_page .block .head {
    padding-bottom: 20px;
}

.fme_job_manager .listing.full_page .block .callout_btns {
    background: #f7f7f7;
    padding: 15px 25px;
    margin: 2px 0px 1px 0;
}

.fme_job_manager .listing.full_page .block .callout_btns .social_media_icons {
    width: 58%;
    float: left;
    padding: 9px 0;
}

.fme_job_manager .listing.full_page .block .callout_btns .social_media_icons .st_plusone_hcount {
    display: none;
}

.fme_job_manager .listing.full_page .block .callout_btns .social_media_icons .st_fblike_hcount > span {
    margin: 0 !important;
}

.fme_job_manager .listing.full_page .block .callout_btns .social_media_icons .st_fblike_hcount > span > div > span {
    height: 21px !important;
    background: #1877F2;
    padding-top: 1px;
    border-radius: 4px;
    margin-right: 7px;
}

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn {
    width: 40%;
    float: right;
    text-align: right;
}

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    margin-right: 0;
    text-transform: uppercase;
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    min-width: 97px;
    text-align: center;
    border-radius: 0;
}

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn a:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}


/*Table*/


.fme_job_manager .listing.full_page .block .content table {
    border-spacing: 0.5rem;
    text-align: left;
    margin-top: 10px;
}

.fme_job_manager .listing.full_page .block .content table th {
    font-size: 15px;
    font-weight: 500;
    color: #474747;
    line-height: 28px;
    padding: 5px 0px;
}

.fme_job_manager .listing.full_page .block .content table td {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    line-height: 28px;
    padding: 5px 50px;
}


.fme_job_manager .listing.full_page .block .footer_bar {
    text-align: center;
    padding: 40px 0
}

.fme_job_manager .listing.full_page .block .footer_bar a {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 25px;
    padding-top: 10px;
    text-transform: uppercase;
}

.fme_job_manager .listing.full_page .block .footer_bar a:hover {
    background: #474747;
    border: #474747 1px solid;
    color: #fff;
}

/*PopUp Form*/

.popup_form {
    width: 100%;
    background: #f7f7f7;
    padding: 16px 24px;
    box-sizing: border-box;
}

.popup_form form {
    max-width: 50%;
}

.popup_form form > fieldset {
    margin-bottom: 8px;
}

.popup_form form > fieldset > .field {
    margin: 0;
}

.popup_form form > fieldset > .field input {
    margin-bottom: 16px;
    height: 48px;
    line-height: 48px;
}

.popup_form .title {
    font-size: 22px;
    font-weight: 500;
    color: #474747;
    padding: 16px 0 8px !important;
}

.popup_form label {
    font-size: 14px;
    font-weight: 600 !important;
    color: #757575;
    line-height: normal !important;
    padding: 0 !important;
}

.popup_form .input_text {
    height: 48px;
    line-height: 48px;
    margin-bottom: 16px;
}

.popup_form form > fieldset > .field input[type=file] {
    margin: 0;
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    position: static;
    z-index: 1;
    line-height: normal;
    box-shadow: none;
}

#cvfile-error:before {
    background: transparent;
    top: -7px;;
}

.popup_form .mage-error {
    margin: 0;
}

.popup_form button {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    margin: 24px 0 0;
    text-transform: uppercase;
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    min-width: 97px;
    text-align: center;
    border-radius: 0;
}

.popup_form button:hover {
    background: #00B2A9;
    border: #00B2A9 1px solid;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}


/*Icons*/


.fa {
    padding: 10px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}


.read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}

.read-more-toggle {
    display: none;
}

.read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin: .5em;
    font-size: .8em;
    background: #555;
    color: white;
}

.read-more-toggle-label:after {
    content: "More";
    display: inline-block;
}

.read-more-toggle:checked + .read-more-content {
    display: block;
    max-height: 1000px;
}

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
    content: "Less";
}

article {
    border-bottom: 1px solid black;
}

article p {
    margin-bottom: .5em;
}
