/**
 * 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
 */

.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
=======================================================================*/

.inner_container { max-width:1200px; margin:0 auto; padding:0 15px; }

.fme_job_manager { width:100% }

/*Search Filters*/

.fme_job_manager .search_filters { width:100%; background:#fff; padding:25px 25px; padding-bottom:10px; 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 { margin-left:15px; background:#1a73e8; border:0; padding:17px 25px; font-size:14px; font-weight:500; color:#fff; cursor:pointer; text-transform:uppercase; outline:0 }

/*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 { font-size:26px; font-weight:500; color:#1a73e8; line-height:36px; padding-bottom: 5px; 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:30px 25px; padding-bottom:5px; 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; border-bottom:#e2e2e2 1px dashed; padding-bottom:12px; margin-bottom: 20px; }

.fme_job_manager .sidebar .title a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    background: url(../images/arrow-down.png) no-repeat right top;
    float: right;
}

.fme_job_manager .sidebar .title a.collapsed:after {
    background-image: url(../images/arrow-up.png);
    margin-top: 5px;
}

.fme_job_manager .sidebar .selection { width:100%; margin-bottom:35px; }

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

.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:6px 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:#1a73e8; }


.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{
  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):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:#1a73e8; border:#1a73e8 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:#1a73e8; border:#1a73e8 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:#1a73e8; border:#1a73e8 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:30px 25px 30px 0; padding-bottom:5px; box-sizing: border-box; }

.fme_job_manager .listing .block .title a { font-size:18px; font-weight:500; color:#1a73e8; 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: bold;
    color: #fff;
}

.fme_job_manager .listing .block .content { width:100%; padding:0; 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: 35px 10px 25px 25px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 15px;
    text-align: left;
}

.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:#1a73e8; 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:#1a73e8; border:#1a73e8 1px solid; color:#fff; }

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

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

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

.fme_job_manager .listing .block .footer_bar .right_side a { background:#1a73e8; border:#1a73e8 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:#474747; border:#474747 1px solid; color:#fff; }


.fme_job_manager .block .title .details {
    font-weight: bold;
    margin: 10px 0;
    font-size: 90%;
}

/*Detail*/

.fme_job_manager .listing.full_page { width:100%; float:none; }
.fme_job_manager .listing.full_page .block .title .details { font-weight: bold; }

.fme_job_manager .listing.full_page .block .title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 5px;
}

.fme_job_manager .listing.full_page .block .title .date {  padding-bottom: 18px; }
.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:0 !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; padding:12px 0; padding-top:25px; }

.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 { /*background:#f7f7f7;*/ padding-bottom:20px; }

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

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

/*.fme_job_manager .listing.full_page .block .callout_btns .apply_btn { width:40%; float:right; text-align:right; margin-top:4px; }*/

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn button {
    background: #1a73e8;
    color: #fff;
}

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn button:hover {
    background: #474747;
}

.fme_job_manager .listing.full_page table.job-details-table {
    /*max-width: 500px;*/
}
.fme_job_manager .listing.full_page table.job-details-table td {
    text-align: left;
}
.fme_job_manager .listing.full_page table.job-details-table th {
    max-width: 80px;
    padding-left: 0;
}

.fme_job_manager .listing.full_page .block .title .callout_btns {
    float: right;
    min-width: 480px;
    margin-top: -20px;
    display: none;
}
@media (min-width: 993px) {
    .fme_job_manager .listing.full_page .block .title .callout_btns {
        display: block;
    }
}

/*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:#1a73e8; border:#1a73e8 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:35px 30px; box-sizing:border-box; }

.popup_form .title { font-size:22px; font-weight:500; color:#474747; padding-bottom:30px }

.popup_form label { font-size:15px; font-weight:400; color:#828282; line-height:34px; padding:10px 0; }

.popup_form .input_field { width:100%; padding:17px 12px; box-sizing:border-box; background:#fff; border:#f0f0f0 1px solid; margin-bottom:20px; font-size:14px; font-weight:400; color:#474747; border-radius:2px; }

.popup_form button { background:#1a73e8; border:#1a73e8 1px solid; border-radius:2px; font-size:16px; font-weight:500; color:#fff; padding:8px 25px; padding-top:10px; text-transform: uppercase; margin-top:10px; cursor:pointer }

.popup_form button:hover { background:#474747; border:#474747 1px solid; color:#fff; }



/*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;
  /* css animation won't work with "auto"; set to some height larger
  than the content */
  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;
}

aside.sidebar div.block div.title {
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 14px 44px 0 0;
    padding-top: 14px;
    position: relative;
    word-break: break-all;
    z-index: 1;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}
aside.sidebar div.block div.title a {
    color: #333;
}
aside.sidebar div.block {
    border-bottom: 1px solid #e5e5e5;
}
aside.sidebar div.block ul {
    margin-left: 0;
    padding-left: 0;
}
aside.sidebar div.block ul.hidden_l {
    display: none;
}
aside.sidebar div.block div.show_more_l {
    padding-bottom: 10px;
}
div.fme_job_manager .block .title {
    text-align: left;
}
div.fme_job_manager .block .title a {
    color: #343e45;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.8rem;
    margin-top: 0rem;
    margin-bottom: 1.7rem;
}
div.fme_job_manager .block .title a:hover {
    color: #1a73e8;
}
div.fme_job_manager .company {
    display: inline-block;
    background: #1a73e8;
    padding: 0.5rem 1.6rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-radius: 3px;
}
aside.modal-popup div.modal-inner-wrap h1 { display: none; }
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content,
aside.modal-popup div.modal-inner-wrap .modal-content,
aside.modal-popup div.modal-inner-wrap .inner_container { padding: 0; }
aside.modal-popup div.modal-inner-wrap .inner_container .popup_form button {
    background: #1a73e8;
    border: #1a73e8 1px solid;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
    float: right;
}
aside.modal-popup div.modal-inner-wrap .inner_container .popup_form button:hover {
    background: #333;
    color: #fff;
}

aside.modal-popup div.modal-inner-wrap .modal-content .popup_form .title {
    padding-bottom: 0;
    text-align: left;
}
aside.modal-popup div.modal-inner-wrap .modal-content fieldset .field {
    margin-bottom: 0;
}
aside.modal-popup div.modal-inner-wrap .modal-content fieldset .field.checkbox input {
    padding: 5px;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
aside.modal-popup div.modal-inner-wrap .modal-content fieldset .field {
    margin-bottom: 20px;
}
aside.modal-popup div.modal-inner-wrap .modal-content fieldset .field input {
    border: 1px solid #ccc !important;
    background: #fff !important;
    margin-bottom: 0 !important;
}
@media (min-width: 993px) {
    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
        min-width: 700px;
    }
}
.fme_job_manager .row .block .footer_bar {
    text-align: right;
    padding-top: 20px;
    margin-bottom: 20px;
}
aside.modal-popup div.modal-inner-wrap .modal-footer {
    display: none;
}
div.fme_job_manager div.row div.block div.footer_bar {
    margin-top: 10px;
    text-align: right;
    margin-right: 30px;
}

div.order-products-toolbar {
    margin-top: 30px;
}

.sidebar.sidebar-main {
    display: none;
}
@media (min-width: 933px) {
    .sidebar.sidebar-main {
        display: block;
    }
}
