<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS RESET */

a.wpjb-glyphs:empty {
    text-decoration: none;
}

.wpjb .wpjb-motif { color: #2aa1c0; }
.wpjb .wpjb-motif-bg { background-color: #2aa1c0; }
.wpjb .wpjb-motif-border { border-color: #2aa1c0; }
.wpjb .wpjb-motif-border-top { border-top-color: #2aa1c0; }
.wpjb .wpjb-motif-border-right { border-right-color: #2aa1c0; }
.wpjb .wpjb-motif-border-bottom { border-bottom-color: #2aa1c0; }
.wpjb .wpjb-motif-border-left { border-left-color: #2aa1c0; }

.wpjb .wpjb-motif-dark { color: #0e647d; }
.wpjb .wpjb-motif-bg-dark { background-color: #0e647d; }
.wpjb .wpjb-motif-border-dark { border-color: #0e647d; }
.wpjb .wpjb-motif-border-top-dark { border-top-color: #0e647d; }
.wpjb .wpjb-motif-border-right-dark { border-right-color: #0e647d; }
.wpjb .wpjb-motif-border-bottom-dark { border-bottom-color: #0e647d; }
.wpjb .wpjb-motif-border-left-dark { border-left-color: #0e647d; }

.wpjb-animate-spin,
.wpjb-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.wpjb-icon-empty:before {
content: ' ';
}

.wpjb div,
body .wpjb p,
body .wpjb ul,
body .wpjb li,
body .wpjb ol,
body .wpjb span,
body .wpjb img,
body .wpjb form,
body .wpjb fieldset,
body .wpjb label,
body .wpjb table,
body .wpjb thead,
body .wpjb tfoot,
body .wpjb tbody,
body .wpjb tr,
body .wpjb td,
body .wpjb strong,
body .wpjb b,
body .wpjb em,
body .wpjb i,
body .wpjb center {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    list-style-type: none;
}

/* CSS SET */

.wpjb select,
.wpjb textarea,
.wpjb input[type=password],
.wpjb input[type=text] {
    margin: 2px; 
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
}

.wpjb input[type=checkbox],
.wpjb input[type=radio] {
    display: inline;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
}

.wpjb h3 {
    margin: 24px 0;
    text-transform: uppercase;
}

.wpjb a {

}

.wpjb-icon-none {
    background-color: #fcfcfc !important;
}

.wpjb-icon-none &gt; span:before {
    width: auto;
    color: rgba(84, 110, 122, 0.2);
    opacity: 1;
}

.wpjb .wpjb-icon-only:before {
    margin: 0px;
    padding: 4px;
    border: 1px solid whitesmoke;
}

.wpjb .wpjb-img-50 {
    width: 50px;
    height: 50px;
}

.wpjb .wpjb-img-50 img {
    max-width: 50px;
    max-height: 50px;
}

.wpjb .wpjb-none {
    display: none
}

.wpjb .wpjb-clear {
    clear:both;
}

/* DEFAULT COLORS */

.wpjb-button-secondary {

}

.wpjb .wpjb-layer-inside {
    border: 1px solid whitesmoke;
    border-radius: 2px;
    background-color: #fcfcfc;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.wpjb .wpjb-bulb {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    line-height: 12px;
    margin: 0 2px 2px 0;
    padding: 1px 2px;
    background-color: #ffb119;
    text-transform: uppercase;
}

.wpjb .wpjb-featured {
    background-color: #F0F8FF;
}

.wpjb .wpjb-featured-resume {
    background-color: #F0F8FF;
}

.wpjb .wpjb-expired {
    
}

/* BUTTONS */

.wpjb a.wpjb-button,
.wpjb .wpjb-upload-actions a.button {
    background: #F2F2F2; 
    display: inline-block; 
    padding: 7px 13px 8px; 
    color: #444444 !important; 
    text-decoration: none;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    
    font-weight: bold;
    font-size: 13px;
    line-height: 1; 
    font-family: Arial;
    background-image: -moz-linear-gradient(50% 0%, #F5F5F5, #F1F1F1);
}

.wpjb a.wpjb-button:visited,
.wpjb .wpjb-upload-actions a.button:visited,
.wpjb a.wpjb-button:hover,
.wpjb .wpjb-upload-actions a.button:hover {
    color: #444444 !important; 
    text-decoration: none;
}

.wpjb a.wpjb-button:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.wpjb a.wpjb-button-primary:visited,
.wpjb a.wpjb-button-primary:hover {
    color: #fff !important; 
}

.wpjb a.wpjb-button-primary {
    background-color: #0085ba;
}

.wpjb a.wpjb-button-primary:hover {
    background-color: #008ec2;
}

/* WIDGETS */

.wpjb-widget-item-count {
    float:right;
}

.wpjb-widget-item-count &gt; div.wpjb-widget-item-num {
    background-color: rgba(245,245,245, 0.6); 
    color: rgb(68, 68, 68);
    border-radius: 3px; 
    font-size: smaller; 
    font-weight: bold; 
    padding-left: 8px; 
    padding-right: 8px; 
    padding-top: 2px;
}

.wpjb-widget-smart-alert {
    border: 1px solid whitesmoke; 
    padding: 4px 6px 4px 6px;
}

.wpjb-widget-smart-alert &gt; strong {
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 5px 0 5px 0;
}

.wpjb-widget-alert input[type=text],
.wpjb-widget-alert input[type=submit],
.wpjb-widget-alert select {
    width: 100%;
    margin: 2px 0 2px 0;
}

.wpjb-widget-smart-alert &gt; div {
    padding: 5px 0 15px 0;
    margin: 0;
    line-height: 1.3em;
}

.wpjb.wpjb-widget .wpjb-widget-grid-link {
    line-height: 1.6em;
}

.wpjb.wpjb-widget .wpjb-widget-recent-jobs-all {
    line-height: 2.6em;
    font-size: 0.9em;
}

.wpjb-widget .wpjb-custom-menu-link a {
    text-decoration: none;
}

.wpjb-widget .wpjb-custom-menu-icon {
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none !important;
}

.wpjb-widget .wpjb-custom-menu-separator {
    border-bottom: 1px solid whitesmoke; 
    margin-bottom: 10px; 
    padding-bottom: 10px
}

/* TABLE */

[class*='wpjb-col-'] {
  float: left;
}

.wpjb .wpjb-grid {
    margin: 0% 0% 0% 0%;
}

.wpjb .wpjb-grid.wpjb-grid-closed-top {
    border-top: 1px solid whitesmoke;
}

.wpjb .wpjb-grid.wpjb-grid-compact .wpjb-grid-row &gt; div {
    padding: 0;
}

.wpjb .wpjb-grid .wpjb-grid-row.wpjb-click-area:hover {
    /*background-color: rgba(245,245,245, 0.01);*/
}

.wpjb .wpjb-grid:after {
  content: "";
  display: table;
  clear: both;
}

.wpjb-grid .wpjb-grid-row {
    clear:both;
    overflow:hidden;
    padding: 0.75em 0 0.75em 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid whitesmoke;
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex {
    display: flex;
    align-items: center;
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-col-logo {
    
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-col-main {
    width: auto;
    flex-grow: 1;
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-flex-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-flex-img &gt; img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-flex-img.wpjb-flex-img-bg {
    border: 1px solid rgba(84, 110, 122, 0.2);
    background-color: #fcfcfc;
} 

.wpjb-grid .wpjb-grid-row.wpjb-grid-flex .wpjb-flex-img.wpjb-flex-img-bg span:before {
    color: rgba(84, 110, 122, 0.2);
}

.wpjb-grid .wpjb-grid-row &gt; div {
    padding: 0 6px 0 6px;
}

.wpjb-grid .wpjb-grid-col-right {
    text-align: right;
}

.wpjb-grid .wpjb-grid-col-last {
    float: right;
}

.wpjb-grid .wpjb-grid-col-center {
    text-align: center;
}

.wpjb .wpjb-grid .wpjb-grid-head &gt; div {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 0.8em;
}

.wpjb .wpjb-grid .wpjb-col-5 { width: 5%; }
.wpjb .wpjb-grid .wpjb-col-10 { width: 10%; }
.wpjb .wpjb-grid .wpjb-col-15 { width: 15%; }
.wpjb .wpjb-grid .wpjb-col-20 { width: 20%; }
.wpjb .wpjb-grid .wpjb-col-25 { width: 25%; }
.wpjb .wpjb-grid .wpjb-col-30 { width: 30%; }
.wpjb .wpjb-grid .wpjb-col-35 { width: 35%; }
.wpjb .wpjb-grid .wpjb-col-40 { width: 40%; }
.wpjb .wpjb-grid .wpjb-col-50 { width: 50%; }
.wpjb .wpjb-grid .wpjb-col-60 { width: 60%; }
.wpjb .wpjb-grid .wpjb-col-65 { width: 65%; }
.wpjb .wpjb-grid .wpjb-col-70 { width: 70%; }
.wpjb .wpjb-grid .wpjb-col-80 { width: 80%; }
.wpjb .wpjb-grid .wpjb-col-100 { width: 100%; }

.wpjb .wpjb-grid .wpjb-col-logo img {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box; 
    vertical-align: middle;
}

.wpjb .wpjb-grid-row-icon {
    float: right;
}

.wpjb .wpjb-grid .wpjb-col-logo &gt; div {
    padding: 0;
    background-color: transparent;
    text-align: center;
    box-sizing: initial;
}


.wpjb .wpjb-grid .wpjb-col-logo &gt; div.wpjb-icon-none {
    border: 1px solid rgba(84, 110, 122, 0.2);
    font-size: 34px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.wpjb .wpjb-grid .wpjb-col-main {
    width: 90%;
    width: calc( 100% - 62px );
    
}

.wpjb .wpjb-col-logo.wpjb-logo-round img,
.wpjb .wpjb-col-logo.wpjb-logo-round .wpjb-icon-none {
    border-radius: 50%;
}

body .wpjb .wpjb-line-major {
    margin: 0 0 0 0;
    padding: 4px 0 4px 0;
    line-height: 20px;
    display: block;
}

body .wpjb .wpjb-line-major .wpjb-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

body .wpjb .wpjb-line-major .wpjb-sub-title {
    float: right; 
    line-height: 20px;
    padding-left: 12px;
}

body .wpjb .wpjb-line-major .wpjb-sub-title.wpjb-job_type {
    font-size: 12px;
}

body .wpjb .wpjb-line-minor {
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 2px 0;
    margin: 0;
}

body .wpjb .wpjb-line-minor .wpjb-sub {
    display: inline-block;
    margin: 0;
    padding: 0 12px 0 0;
    
}

body .wpjb .wpjb-line-minor .wpjb-sub .wpjb-glyphs:before {
    margin-left: 0;
}

body .wpjb .wpjb-line-major .wpjb-sub-opaque,
body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-sub-opaque {
    opacity: 0.75;
}

body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-sub-right {
    float: right;
    padding: 0 0 0 12px;
}


/* RICH TEXT */

.wpjb .wpjb-text-box {
    clear: both;
    overflow: hidden;
}
.wpjb .wpjb-text p {
    margin: 0 0 20px; 
}
.wpjb .wpjb-text ul, 
.wpjb .wpjb-text ol { 
    list-style: disc; 
    margin: 0 0 30px 30px; 
}
.wpjb .wpjb-text ol li,
.wpjb .wpjb-text ul li {
    list-style-type: disc;
}

.wpjb .wpjb-text-box &gt; h3 {
    text-transform: uppercase;
}

.wpjb .wpjb-text {
    overflow: hidden;
}

/* DROPDOWN */

.wpjb .wpjb-dropdown-wrap &gt; img {
    border:1px solid transparent; 
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}

.wpjb .wpjb-dropdown { 
    width:150px; 
    border:1px solid silver; 
    margin:0;
    padding:0;
    background-color:white;
}

.wpjb .wpjb-dropdown li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align:left;
}

.wpjb .wpjb-dropdown li a {
    padding: 6px 6px 8px 24px;
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    color:#333333;
    text-decoration:none;
}

.wpjb .wpjb-dropdown hr {
    height:1px; 
    border:1px; 
    color:#CCCCCC; 
    background-color:#CCCCCC;
    margin: 2px 0px !important;
    padding: 0 !important;
}

.wpjb .wpjb-dropdown li a.wpjb-hover {
    background-color: #BAD3EA;
}

.wpjb-dropdown-shadow {
    -moz-box-shadow: 0 1px 5px #CCCCCC;
    -webkit-box-shadow: 0 1px 5px #CCCCCC;
    box-shadow: 0 1px 5px #CCCCCC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
}

/* FLASH MESSAGES */

div.wpjb-flash-error {
    clear: both;
    overflow: hidden;
    border: 1px solid #DE5400;
    background-color: #f04124;
    padding: 5px 15px;
    margin: 0 0 5px 0;
    line-height: 2em;
    color: white;
}

div.wpjb-flash-error a {
    color: white !important;
    text-decoration: underline !important
}

div.wpjb-flash-info {
    clear: both;
    overflow: hidden;
    padding: 5px 15px;
    margin: 20px 0px 10px 0px;
    border: 1px solid #f0f0f0;
    background-color: #F0F8FF;
    line-height: 2em;
}

div.wpjb-flash-error .wpjb-glyphs:before,
div.wpjb-flash-info .wpjb-glyphs:before {
    opacity: 0.85;
    font-size: 1.3em;
}

.wpjb div.wpjb-flash-small {
    margin: 0 0 1em 0
}

.wpjb .wpjb-flash-icon {
    float: left
}

.wpjb .wpjb-flash-icon &gt; span.wpjb-glyphs {
    font-size:48px;
}

.wpjb .wpjb-flash-body {
    float: left; 
    padding: 10px 0 10px 0;
}

#wpjb-checkout-success .wpjb-flash-icon {
    width:15% !important;
}

#wpjb-checkout-success .wpjb-flash-body {
    width: 80% !important;
}

/* MENU */

.wpjb .wpjb-menu-bar {
    margin:10px 0 20px 0;
}

/* FORMS */

.wpjb .wpjb-form .wpjb-error {
    outline: 0px solid #DE5400;
    background-color: cornsilk;
}

.wpjb .wpjb-form .wpjb-required {
    font-weight: bold;
    color: red;
}

.wpjb .wpjb-form {
    
}

.wpjb .wpjb-form-slider {

    margin: 10px 0 0 0;
}

.wpjb .wpjb-form fieldset legend.wpjb-empty {
    margin: 0;
    padding: 0;
    display:none;
}

.wpjb .wpjb-form &gt; fieldset &gt; div,
.wpjb .wpjb-form &gt; fieldset &gt; div &gt; div.wpjb-field
.wpjb .wpjb-form &gt; fieldset &gt; table {
    padding:5px;
    margin: 5px;
    clear: both;
    overflow:hidden;
}

.wpjb .wpjb-form div.wp-editor-tools {
    padding: 0 10px 0 0;
    margin: 0;
}

.wpjb .wpjb-form div label.wpjb-label {
    font-weight: normal;
    display: block;
    font-size: 100%;
    margin: 0;
    width: 30%;
    float: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 6px 0 6px 0;
    margin: 1px 0 1px 0;
}

.wpjb .wpjb-form.wpjb-form-nolines fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.wpjb .wpjb-form.wpjb-form-nolines legend {
    padding: 0px 0 12px 0;
    background: none;
    border: none;
    width: 100%;
}

.wpjb .wpjb-form input {
    margin: 0;
}

.wpjb .wpjb-form div div.wpjb-field textarea {
    height: 270px;
}

.wpjb .wpjb-form div .wpjb-hint {
    font-size: 12px;
    opacity: 0.8;
}

.wpjb .wpjb-form div.wpjb-input-textarea small {
    margin-left:0%;
}

.wpjb .wpjb-form .wpjb-input-description {
    padding: 0 0 0 5px;
}

.wpjb .wpjb-form .wpjb-cute-input {
    line-height: 20px;
    margin: 0 0 6px 0;
}

.wpjb .wpjb-form .wpjb-cute-input .wpjb-cute-input-indicator {
    top: 0;
    left: 0;
}

.wpjb .wpjb-form .wpjb-cute-input .wpjb-input-description {
    padding: 0 0 0 25px;
}

.wpjb .wpjb-form .wpjb-input-cols {
    float: left;
    box-sizing: border-box;
}

.wpjb .wpjb-form .wpjb-input-cols-0 {
    display: inline;
}

.wpjb .wpjb-form .wpjb-input-cols-1 {
    width:100%;
}

.wpjb .wpjb-form .wpjb-input-cols-2 {
    width:50%;
    float: left
}

.wpjb .wpjb-form .wpjb-input-cols-3 {
    width:33%;
}

.wpjb .wpjb-form .wpjb-input-cols-4 {
    width:25%;
}

.wpjb .wpjb-form div.wpjb-field {
    margin:0;
    padding:0;
    float:left;
    clear:none;
    width:70%;
}

.wpjb .wpjb-form ul.wpjb-errors {
    margin: 0 0 0 0;
    padding: 0;
}

.wpjb .wpjb-form ul.wpjb-errors li {
    color: #D54E21;
    margin: 0 0 0.1em 20px;
    padding: 0;
    list-style-type: circle;
}

.wpjb .wpjb-form .wp-editor-container {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.wpjb .wpjb-form &gt; fieldset &gt; div, 
.wpjb .wpjb-form &gt; fieldset &gt; div &gt; div.wpjb-field .wpjb-form &gt; fieldset &gt; table {
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}

.wpjb .wpjb-form fieldset legend {
    margin: 0;
    padding: 24px 0px 6px 0px;
    width: 100%;
    border-bottom: 2px solid whitesmoke;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.wpjb .wpjb-form div textarea,
.wpjb .wpjb-form div select,
.wpjb .wpjb-form div input[type=text], 
.wpjb .wpjb-form div input[type=password] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    width: 100%;
    display: inline;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 6px;
    font-size: 13px;
}

.wpjb .wpjb-form div select {
    background: white;
}

.wpjb .wpjb-form input.wpjb-submit {
    margin: 5px 0 5px 0;
    font-size: 1.1em;
}

.wpjb .wpjb-form.wpjb-form-nolines .wpjb-legend {
    padding: 10px 10px 10px 10px;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    display: block;
    border-bottom: 1px solid whitesmoke;
}

.wpjb .wpjb-form.wpjb-form-nolines fieldset {
    border: 0px;
    margin: 12px 0 12px 0;
    padding: 0 12px 0 12px;
}

.wpjb .wpjb-form.wpjb-form-stacked .wpjb-label,
.wpjb .wpjb-form.wpjb-form-stacked .wpjb-field {
    width: 100%;
}

/* FILE UPLOAD */

.wpjb .wpjb-upload-ui {
    width:100%;
    min-height:130px;
    position: relative;
}

.wpjb .wpjb-upload-inner {
    border:1px solid whitesmoke; 
    background-color: #fcfcfc;
    padding: 0px 0 10px 0;
    opacity: 0.9;
    z-index: 0;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    margin: auto;
    box-sizing: border-box;
    color: gray;
}

.wpjb .wpjb-form-nolines .wpjb-upload-inner {
    border: 1px dashed silver;
    background-color: rgba(0,0,0,0.02);
}

.wpjb .wpjb-upload-inner .wpjb-upload-info {
    line-height: 40px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.4em;
}

.wpjb .wpjb-upload-inner .wpjb-icon-upload-cloud {
    font-size: 42px;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
}

.wpjb .wpjb-drag-over .wpjb-upload-inner {
    opacity: 1;
    border:1px dashed silver
}

.wpjb .wpjb-drag-over .wpjb-drop-zone  {
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 5;
    box-sizing: border-box;
    background-color: black;
    opacity:0.1
}

.wpjb .wpjb-upload-item {
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
    cursor: default;
    clear: both;
    height: 24px;
}

.wpjb .wpjb-upload-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.wpjb .wpjb-upload-item .wpjb-item-actions {
    margin: 0 5px 0 10px;
    padding: 0;
    font-size: 1.1em;
    float: right;
}

.wpjb .wpjb-upload-item .wpjb-file-icon {
    font-size: 18px;
    line-height: 18px;
    vertical-align: baseline;
}

.wpjb .wpjb-upload-item .wpjb-item-actions &gt; a {
    visibility: hidden;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    text-decoration: none;
}

.wpjb .wpjb-upload-item:hover .wpjb-item-actions &gt; a {
    visibility: visible;
}

.wpjb .wpjb-upload-item .wpjb-file-name {
    font-weight: normal;
    padding: 1px 10px 1px 5px;
    margin: 0;
    line-height: 14px;
    font-size: 14px;
}

.wpjb .wpjb-upload-item span.wpjb-file-info {
    color: #666;
    font-size: 14px;
}

.wpjb .wpjb-upload-item .wpjb-upload-progress {
    float: right;
}

.wpjb .wpjb-upload-item .wpjb-upload-progress .wpjb-upload-progress-bar {
    display: inline-block;
    line-height: 0 !important;
    width: 100px;
    height: 12px;
    border: 1px solid silver;
}

.wpjb .wpjb-upload-item .wpjb-upload-progress .wpjb-upload-progress-bar .wpjb-upload-progress-bar-inner {
    display: inline-block;
    line-height: 0 !important;
    width: 0;
    height: 100%;
    background-color:#62B6CF;
}

.wpjb .wpjb-upload-error {
    color: #D54E21;
    font-weight: bold;
    margin: 4px 0 4px 0;
}

.wpjb .wpjb-upload-error .wpjb-glyphs {
    font-size: 1.1em;
    margin-right: 5px;
}

#wpjb-file-upload-overlay.wpjb.wpjb-overlay &gt; div {
    width: auto;
    min-width: 500px;
}

.wpjb.wpjb-overlay .wpjb-overlay-body {
    padding: 0 0 0 0;
}

.wpjb.wpjb-overlay .wpjb-overlay-header {
    clear: both;
    margin: 0; 
    background: #fcfcfc; 
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 0;
    height: 50px;
}

.wpjb .wpjb-overlay-title {
    float: left;
    font-size: 20px;
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 10px;
}

.wpjb .wpjb-overlay-buttons {
    float:right;
}

.wpjb .wpjb-overlay-button {
    cursor: pointer;
    color: #72777c;
    background-color: transparent;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border: 0;
    border-left: 1px solid #ddd;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out;
    transition: color .1s ease-in-out,background .1s ease-in-out;
    display: inline-block;
}

.wpjb .wpjb-overlay-button:not(.wpjb-navi-disabled):hover {
    background: #ddd none repeat scroll 0 0;
    border-color: #ccc;
    color: #000;
}

.wpjb .wpjb-overlay-button.wpjb-navi-disabled {
    opacity: 0.6;
    cursor: default;
}

.wpjb.wpjb-overlay .wpjb-overlay-footer {
    clear: both;
    margin: 0; 
    background: #fcfcfc; 
    border-top: 1px solid #ddd;
    padding: 0 0 0 0;
    height: 50px;
}

.wpjb.wpjb-overlay .wpjb-overlay-content {
    padding: 10px;
}

.wpjb.wpjb-overlay .wpjb-overlay-footer .wpjb-file-name {
    line-height: 50px;
    display: inline-block;
    padding: 0 0 0 10px;
}

#wpjb-file-upload-overlay  {

}

/* Pagination */

.wpjb .wpjb-paginate-links {
    margin: 20px 0;
    text-align: right;
}

.wpjb .wpjb-paginate-links a,
.wpjb .wpjb-paginate-links span {
    padding: 3px 9px;
    font-weight: bold;
    text-decoration: none;
    background: #fcfcfc;
}

.wpjb .wpjb-paginate-links span.wpjb-glyphs {
    padding: 0;
}

.wpjb .wpjb-paginate-links .dots {
}

/* MODAL WINDOW */

.wpjb.wpjb-overlay {
    width: 100%;
    height: 100%;
    margin: auto;
    /*position: fixed;*/
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    z-index: 160000;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.wpjb.wpjb-overlay#wpjb-file-delete {
    position: fixed;
}

.wpjb.wpjb-overlay.wpjb-overlay-dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.wpjb.wpjb-overlay.show {
    display:block;
}

.wpjb.wpjb-overlay h2 {
    font-size: 22px;
}

.wpjb.wpjb-overlay p {
    margin: 5px 0 25px 0;
}

.wpjb.wpjb-overlay input[type=radio] {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpjb.wpjb-overlay &gt; div {
    
    /*position: fixed;*/
    /*top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    overflow: hidden;
    margin: auto;
    margin-top: 10%;
    
    max-width: 550px;
    min-width: 300px;
    
    /*width:550px;
    height: 400px;*/

    background-color: #fff;
    border:1px solid silver;
    padding:15px 15px 15px 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px whitesmoke;
}

/* MODAL WINDOW CUSTOM */

#wpjb-file-upload-overlay.wpjb.wpjb-overlay &gt; div {
    width: 90%;
    height: 600px ;
}

#wpjb-file-upload-overlay.wpjb.wpjb-overlay &gt; div #wpjb-file-content {
    text-align: center;
    height: 500px;
}

#wpjb-media-library-overlay.wpjb.wpjb-overlay &gt; div {
    width: 90%;
    height: 600px ;
}

#wpjb-media-library-overlay.wpjb.wpjb-overlay &gt; div #wpjb-media-library {
    height: 500px;
}

#wpjb-file-delete.wpjb.wpjb-overlay &gt; .wpjb-overlay-body {
    width: 600px;
    height: 150px;
}

#wpjb-file-delete.wpjb.wpjb-overlay &gt; .wpjb-overlay-body .wpjb-overlay-content {
    height: 50px;
}

/* MODAL WINDOW SUBSCRIBE */

.wpjb-overlay-close {
    float:right; 
    width: 32px; 
    height: 32px;
    text-decoration: none;
}

/* MEDIA LIBRARY FRAME */

.wpjb-attachments {
    overflow-y: scroll;
    height: 100%;
}

.wpjb-attachments .wpjb-attachment {
    width: 150px;
    
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #444;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    /* .details 
    -webkit-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa;
    box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa;
    */

}

.wpjb-attachments .wpjb-attachment .wpjb-attachment-preview {
    position: relative;
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
    background: #eee;
    cursor: pointer;
}

.wpjb-attachments .wpjb-attachment .wpjb-attachment-preview:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.wpjb-attachments .wpjb-attachment .wpjb-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}

.wpjb-attachments .wpjb-attachment .wpjb-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
}

.wpjb-attachments .wpjb-attachment .wpjb-thumbnail .wpjb-centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}

.wpjb-attachments .wpjb-attachment .wpjb-thumbnail .wpjb-centered:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.wpjb-attachments .wpjb-attachment .wpjb-thumbnail .wpjb-centered img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    position: absolute;
    
    top: 0;
    left: 0;
}

.wpjb-attachments .wpjb-attachment .wpjb-filename {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 100%;
    word-wrap: break-word;
    text-align: center;
    font-weight: 700;
    background: rgba(255,255,255,.8);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
    
    font-size: 12px;
    line-height: 1.4em;
    
}

.wpjb-attachments .wpjb-attachment .wpjb-filename &gt; div {
    padding: 5px 8px;
}

.wpjb-attachments .wpjb-attachment .wpjb-landscape img {
    max-height: 100%;
}

.wpjb-attachments .wpjb-attachment .wpjb-portrait img {
    max-width: 100%;
}

#wpjb-media-library-search {
    width: 300px;
    line-height: 20px;
    padding: 5px;
    font-size: 14px;
    margin: 10px;
}

body .wpjb .wpjb-media-item-checked {
        -webkit-box-shadow: inset 0 0 2px 3px #f1f1f1,inset 0 0 0 7px #5b9dd9;
    box-shadow: inset 0 0 2px 3px #f1f1f1,inset 0 0 0 7px #5b9dd9;
}

/* MULTISELECT */

.wpjb input[type=text].daq-multiselect-input {
    cursor:pointer;
    margin-bottom: 0px;
    z-index: 100;
    background-image: url("../images/icon-arrow-down-b-16.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.wpjb input[type=text].daq-multiselect-input.daq-multiselect-open {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
    
.wpjb .daq-multiselect-options {
    padding: 6px 6px 0 6px;
    margin: 0;
    min-height: 50px;
    max-height: 250px;
    min-width: 200px;
    overflow-y: scroll;
    border: 1px solid #e6e6e6;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    display: none;
    width:100%;
    z-index:1000;
    position: absolute;
    background-color: white;
    -moz-box-shadow:    0 4px 3px -3px  whitesmoke;
    -webkit-box-shadow: 0 4px 3px -3px  whitesmoke;
    box-shadow:         0 4px 3px -3px whitesmoke;
}

/* TOP SEARCH */

#wpjb-top-search {
    padding: 12px 12px 0 12px;
    box-shadow: none;
    background: #fcfcfc;
    border: 0px solid #eceff1;
    color: #546e7a;
    font-size: 13px;
    clear: both;
    overflow: hidden;
    margin: 0 0 12px 0;
}

body .wpjb .wpjb-button.wpjb-button-search {
    width: 100%;
    display: inline-block;
    margin:0 0 6px 0;
    box-sizing: border-box;
    padding: 8px 13px 9px;
}

body .wpjb .wpjb-list-search {
    width:44px; 
    margin: 0 0 0 6px; 
    float:left;
    box-sizing: content-box;
}

body .wpjb .wpjb-search-group-visible {
    width: 90%; 
    width: calc( 100% - 50px );
    float:left
}

body #wpjb-top-search .wpjb-cute-input {
    padding-left: 25px;
}

#wpjb-top-search input[type=text] {
    width:100%;
    display: inline;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
    font-size: 13px;
}

#wpjb-top-search select {
    width: 100%;
    background: white;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
}

#wpjb-top-search ul li {
    display: inline-block;
    margin: 0 12px 0 0;
    line-height: 24px;
}

#wpjb-top-search .daq-multiselect-options ul li {
    display: block;
    width: 100%;
    margin: 0 12px 0 0;
    line-height: 24px;
}

#wpjb-top-search .daq-multiselect-options ul li input[type=checkbox] {
    margin-right: 8px;;
}

.wpjb-search .wpjb-input {
    width: 48%;
    margin: 1.5% 12px 1.5% 12px;
    padding: 0;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left {
    width: 49%;
    margin: 0 1% 12px 0%;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-right {
    width: 49%;
    margin: 0 0% 12px 1%;
}

.wpjb-search .wpjb-input.wpjb-input-type-full {
    width: 100%;
    margin: 0 0 12px 0;
}

.awpjb-search .wpjb-input.advert-input-type-full {
    width: 100%;
    margin: 0 0 12px 0;
}

#wpjb-top-search .wpjb-top-search-submit {
    float:right;  
}

/* WPJB / Home */

.wpjb-page-search .wpjb-bulb,
.wpjb-page-index .wpjb-bulb {
    padding: 0 6px;
    line-height: 16px;
    margin: 0 0 0 6px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/* WPJB / Job Details */

.wpjb.wpjb-page-single .wpjb-single-top a {
    text-decoration:none;
    font-style:italic;
}

.wpjb .wpjb-top-header {
    clear:both; 
    overflow:hidden; 
    padding: 0; 
    margin: 0 0 12px 0;
    background: #f9f9f9;
    color: #546e7a;
}

.wpjb .wpjb-top-header-image {
    float: left; 
    margin: 0 0 0 0; 
    padding: 0px;
    width:64px;
    height:64px;
}

.wpjb .wpjb-top-header-image .wpjb-logo-default-size:before {
    font-size: 52px;
    padding: 0;
    opacity: 0.15;
    padding: 0;
    margin: 6px;
}

.wpjb .wpjb-top-header-image &gt; img {
    max-width:64px; 
    max-height: 64px;
    border: none;
    border-radius: 0;
    display: block;
}

.wpjb .wpjb-top-header-content { 
    float: left;
    padding: 0 0 0 6px;
    margin: 0;
    width: calc( 100% - 64px );
}

.wpjb .wpjb-top-header-title {
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0 6px 0;
}

.wpjb .wpjb-top-header-subtitle {
    display: block;
    list-style: none;
    list-style-type: none !important;
}

.wpjb .wpjb-top-header-subtitle &gt; li {
    list-style-type: none !important;
    display: inline-block;
    padding: 0 12px 6px 0;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.wpjb .wpjb-top-header-subtitle &gt; li &gt; span.wpjb-glyphs:before {
    margin-left: 0;
    margin-right: 3px;
}

.wpjb-ls-load-more .wpjb-button {
    margin: 1em 0 1em 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    text-align: center;
}

.wpjb .wpjb-top-header.wpjb-use-vcard .wpjb-top-header-image {
    padding: 0px;
    text-align: center;
    width: 100%;
    box-sizing: content-box;
    height: auto;
}

.wpjb .wpjb-top-header.wpjb-use-vcard .wpjb-top-header-image &gt; img {
    margin: 12px auto 0 auto;
}

.wpjb .wpjb-top-header.wpjb-use-vcard .wpjb-top-header-content {
    padding: 0 6px 0 6px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.wpjb .wpjb-top-header.wpjb-use-vcard .wpjb-top-header-title {
    font-weight: normal;
}

.wpjb .wpjb-top-header.wpjb-use-cover {
    height: 300px;
    position: relative;
}

.wpjb .wpjb-top-header.wpjb-use-cover .wpjb-top-header-image,
.wpjb .wpjb-top-header.wpjb-use-cover .wpjb-top-header-content {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.wpjb .wpjb-top-header.wpjb-use-cover .wpjb-top-header-content {
    left: 76px;
    width: calc( 100% - 76px )
}

.wpjb .wpjb-top-header.wpjb-use-round-image .wpjb-top-header-image &gt; img {
    border-radius: 50%;
}

.wpjb .wpjb-application-change-status-dropdown {
    background: white;
    padding: 3px 8px 4px 8px;
    font-size: 14px;
    width: 30%;
}

/* ADD JOB */

.wpjb ul.wpjb-add-job-steps {
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding: 0px;
    border: 0;
    clear: both;
    overflow: hidden;
    width:100%;
    background-color: #fcfcfc;
}

.wpjb ul.wpjb-add-job-steps &gt; li {
    margin: 0;
    padding: 8px 1em 8px 1em;
    display: block;
    float: left;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.3em;
    border-right: 1px solid whitesmoke;
    box-sizing: border-box;
    width:33.33%;
    text-align: center;
}

.wpjb ul.wpjb-add-job-steps &gt; li .wpjb-glyphs {
    display: none;
}

.wpjb ul.wpjb-add-job-steps &gt; li.wpjb-step-current .wpjb-glyphs {
    display: inline;
}

.wpjb ul.wpjb-add-job-steps &gt; li:first-child {
    padding: 8px 1em 8px 5px;
}

.wpjb  ul.wpjb-add-job-steps &gt; li &gt; span.wpjb-step-number {

}

.wpjb ul.wpjb-add-job-steps &gt; li.wpjb-step-current {
    font-weight: 500;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.wpjb ul.wpjb-add-job-steps &gt; li.wpjb-step-current &gt; span.wpjb-step-number {

}

.wpjb .arrow {
    font-weight: 900;
    font-size: 1.5em;
    line-height: 0em;
}

.wpjb .wpjb-listing-group:first-child {
    margin-top: 0;
}

.wpjb .wpjb-listing-group {
    display: inline-block;
    width:100%;
    margin: 20px 0 10px 0;
    font-size: 18px;
}

.wpjb .wpjb-listing-type-item {
    display:block; 
    border: 1px solid transparent;
}

.wpjb .wpjb-listing-type-item-s1 {
    font-size:1.1em; 
    font-weight:bold; 
    line-height:1.1em;
}
.wpjb .wpjb-listing-type-item-s2 {
    font-size:1.1em; 
    line-height:1.1em
}
.wpjb .wpjb-listing-type-item-s3 {
    margin-left:4px
}

/* MEMBERSHIP */

.wpjb span.wpjb-price {
    width: auto;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
    display: inline-block;
    padding: 0 0 0.5em 0;
}

.wpjb .wpjb-membership-product .wpjb-membership-product-title {
    font-size: 1.3em; 
    line-height: 1.5em
}

.wpjb .wpjb-membership-product ul {
    list-style-type: none;
    padding: 0;
    margin: 4px 0 0 0;
}

.wpjb .wpjb-membership-product ul &gt; li {
    list-style-type: circle;
    padding: 0 0 0 0px;
    margin: 0 0 0 20px;
    line-height: 1.6em;
}

.wpjb .wpjb-membership-product ul &gt; li.wpjb-membership-item-title {
    list-style-type: disc;
}

.wpjb .wpjb-membership-active-usage {
    background-color: whitesmoke;
    display: inline-block;
    padding: 0px 4px 0px 4px;
}

.wpjb .wpjb-grid-card {
    float: left;
    background-color: #fff;
    width: 222px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding-left: 0;
    padding-bottom: 5px;
    margin: 1px 10px 0 3px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-transition: height 0.1s ease-in-out,margin 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out,margin 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out,margin 0.1s ease-in-out;
    transition: height 0.1s ease-in-out,margin 0.1s ease-in-out;
}

.wpjb .wpjb-grid-card .wpjb-grid-avatar {
    
}

.wpjb .wpjb-grid-card.wpjb-card-3-218-218 {
    width: 200px;
}

/* WPJB Resumes Home */

.wpjr-page-resumes .wpjb-col-logo img {
    border: 1px solid whitesmoke;
    border-radius: 2px;
    padding: 2px 4px 2px 4px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box; 
    vertical-align: middle;
}

.wpjb.wpjr-page-resume .wpjb-resume-detail {
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid whitesmoke;
    clear: both;
    overflow: hidden;
    
}

.wpjb.wpjr-page-resume .wpjb-resume-detail:last-of-type {
    margin: 0 0 0 0;
    border-bottom: 6px double #f7f7f7;
}

.wpjb .wpjb-resume-detail .wpjb-column-left {
    font-size: 1.1rem;
    padding: 0;
    margin: 0 0 5px 0;
}

.wpjb .wpjb-resume-detail .wpjb-column-right {
    padding: 0;
    margin: 0 0 5px 0;
}

.wpjb.wpjr-page-my-resume .wpjb-form legend &gt; a {
    text-decoration: none !important;
}

.wpjb-resume-detail .date-range {
    float:right;
    margin-right:1%;
    padding: 1em;
}

.wpjb .wpjb-myresume-detail {
    position: relative;
    box-sizing: content-box;
    
    border-bottom: 1px solid #f7f7f7;
}

.wpjb .wpjb-resume-detail-head {
    padding: 8px 0 8px 0;
    vertical-align: middle;
    
    font-size: 16px;
}

.wpjb .wpjb-resume-detail-date-range {
    margin: 0;
    padding: 0 0 8px 0;
    
    font-size: 12px;
    text-transform: uppercase;
}

.wpjb .wpjb-resume-detail-description {
    padding: 0 0 8px 0;
    margin: 0;
    opacity: 0.9;
    display: inline-block;
}

.wpjb .wpjb-myresume-detail-actions {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wpjb .wpjb-partial-undo {
    padding: 0.75rem 0.5rem;
    background-color: #f7f7f7;
}

.wpjb .wpjb-partial-undo .wpjb-icon-trash-1:before {
    font-size: 17px;
}

.wpjb .wpjb-form &gt; fieldset &gt; div.wpjb-fieldset-null {
    text-align: center;
    padding: 2rem 0 2rem 0;
    background-color: #f7f7f7;
}

.wpjb .wpjb-form &gt; fieldset &gt; div.wpjb-fieldset-null &gt; a.wpjb-button {
    padding: 1rem 2rem;
    font-size: 16px;
}

.wpjb .wpjb-resume-detail .wpjb-fieldset-null {
    /*display: none;*/
}

.wpjb .wpjb-resume-detail .wpjb-fieldset-null:last-of-type {
    display: block;
}

.wpjb-form-nested-progress {
    visibility: hidden;
}

.wpjb .wpjb-form &gt; fieldset &gt; div &gt; div.wpjb-form-nested {
    background-color: whitesmoke;
    padding: 1em;
}

.wpjb.wpjb-form-nested .wpjb-form div div.wpjb-field textarea {
    height: 140px;
}

.wpjb .company-panel-dropdown &gt; img {
    cursor: pointer;
}

/* FIXES !IMPORTANT */

.wpjb-boxes {
    clear:both;
    overflow: hidden;
}
.wpjb-box {
    display: block;
    width: 24%;
    margin: 2% 1% 2% 0;
    padding: 0;
    text-decoration: none;
    float: left;
    box-sizing: border-box;
}

.wpjb-box:hover {
    background-color: whitesmoke;
    text-decoration: none;
}

.wpjb-box .wpjb-box-icon {
    margin-top: 0.2em;
    display: block;
    text-align: center;
    font-size: 3em;
    line-height: 1.0em;
}

.wpjb-box .wpjb-box-title {
    display: block;
    text-align: center;
    line-height: 2.6em;
}

.wpjb .wpjb-breadcrumb {
    font-size: 1.1em;
    box-shadow: none;
    border: 0;
    border-top: 2px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 1em 0;
}

.wpjb .wpjb-breadcrumb a {
    text-decoration: none;
}

.wpjb .wpjb-breadcrumb a:hover {
    text-decoration: underline;
}

.wpjb .progress-bar {
    background-color: whitesmoke;
    height: 35px;
    padding: 5px;
    width: 100%;       
    border-radius: 5px;   
    border: 1px solid silver;
}

.wpjb .progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    transition: width .4s ease-in-out;    
}
.wpjb .blue span {
    background-color: #62B6CF;   
}

.wpjb .wpjb-boxes .wpjb-boxes-group {
    border-bottom:1px solid whitesmoke;
    margin: 1em 0 0 0;
    clear:both;
    overflow: hidden;
}

.wpjb .wpjb-boxes .wpjb-boxes-group .wpjb-boxes-group-text {
    font-size:1.3em;
    text-transform: uppercase;
}

.wpjb ul.wpjb-tabs {
    margin: 0px;
    padding: 0 10px 0;
    list-style: none;
    border-bottom: 1px solid whitesmoke;
}

.wpjb ul.wpjb-tabs li.current {
    color: #222;
    border: 1px solid whitesmoke;
    border-bottom: 1px solid white;
    top: 0px;
    
}
.wpjb ul.wpjb-tabs li {
    background: none;
    border: 1px solid transparent;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 0 -1px 0;
}

.wpjb ul.wpjb-tabs li a {
    color: black;
    text-decoration: none;
}

.wpjb ul.wpjb-tabs li.current {
    font-weight: bold;
}

.wpjb .wpjb-tab-content {
    border:1px solid whitesmoke;
    border-top: 0;
    padding: 0 5px 0 5px;
}

.wpjb .wpjb-tab-content.padded {
    padding: 1em;
}

.wpjb .wpjb-tabs.wpjb-tabs-reverse {
    background-color: whitesmoke;
}

.wpjb ul.wpjb-tabs.wpjb-tabs-reverse li.current {
    background-color: white;
    margin-top: 10px;
}

.wpjb .wpjb-refine-search {
    padding: 1em;
    margin: 0 0 1em 0;
    clear: both;
    overflow: hidden;
}

.wpjb .wpjb-refine-query {
    display: block;
    padding: 0em 0px 1em 0px;
}

.wpjb .wpjb-refine-cancel:before {
    color: #21759b;
}

.wpjb .wpjb-refine-actions {
    display: block;
}

.wpjb .wpjb-tag {
    background: #62B6CF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: white;
    padding: 4px;
    text-decoration: none;
    line-height: 2.2em;
}

.wpjb-google-map img {
    box-shadow: none !important;
    border-radius: 0px !important;
    max-width: initial !important;
}

div.wpjb-map-holder {
    position: relative;
}

.hidden {
    display: none;
}

div.wpjb-map-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
}

div.overlay.standard { 
    background: #fff url(/wp-admin/images/wpspin_light-2x.gif) no-repeat 50% 50%; 
    background-color: silver;
}

div.wpjb-map-infobox {
    z-index: 99 !important;
    opacity: 1 !important;
    /*width: 350px !important;*/
    /*height: 135px !important;*/
    margin: 0;
    padding: 20px 15px 10px 15px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box; 

    border-radius: 8px;
}

.wpjb-map-infobox span.wpjb-infobox-title {
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: #222222;
    font-size: 14px; /*18px;*/
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.wpjb-map-infobox p {
    padding: 0;
    margin: 4px 0px 4px 0px;
    font-size: 13px; /*14px;*/
    font-weight: normal;
    color: #333333;
    text-transform: capitalize;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.wpjb-map-infobox a,
.wpjb-map-infobox a:visited{
    text-decoration: none;
    color: #427fed; /*#21759b;*/
    font-weight: bold;
}

.wpjb-map-infobox div.wpjb-infobox-footer {
    display: flex;

    /*z-index: 100 !important;
    position: absolute;
    bottom: 0;
    left: 0;*/
    /*height: 50px;*/
    width: 100%;
    border-top: 1px solid #FEFEFE;
    /*box-shadow: inset 1px 0px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 0px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 0px 1px rgba(0,0,0,0.2);*/
    /*background-color: silver;*/
    
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box; 
}

.wpjb-map-infobox div.wpjb-infobox-footer a,
.wpjb-map-infobox div.wpjb-infobox-footer small {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.wpjb-map-infobox small {
    /*float: left;*/
    padding: 0;
    margin: 0px 0px 0px 5px;
    line-height: 28px;
    font-size: 13px; /* 16px */
    /*font-weight: bold;*/
    color: #000;
    text-transform: capitalize;
    /*text-shadow: 0px 1px 0px rgba(0,0,0,0.5);*/
}

.wpjb-map-infobox span.footer-icon {
    /*float: left;
    width: 40px;*/
    font-size: 14px; /*28px;*/
    color: #000;
    opacity: 1;
    padding: 0 0 0 10px;
    line-height: 28px;
}
      
.wpjb-widget .wpjb-grid-row {
    padding: 10px 0;
}

.wpjb-widget .wpjb-grid-row .wpjb-sub {

}

.wpjb-widget .wpjb-link-view-all {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    
}

.wpjb .mejs-overlay-button {
    margin: -50px 0 0 -50px;
}

.wpjb-manage-applications {
    color: white !important;
    opacity: 1;
}

.wpjb-manage-applications span:before {
    opacity: 1;
}

.wpjb-manage-applications strong {
    font-size: 1.1em;
}

.wpjb-manage-applications:hover {
    
}

.wpjb-manage-applications-none {
    cursor: not-allowed;
}

.wpjb .wpjb-notify-new {
    display: inline-block;
    width: 16px;
    background-color: tomato;
    height: 16px;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    line-height: 16px;
    border: 2px solid white;
    box-sizing: content-box;
    z-index: 1000;
    color: white;
    font-family: sans-serif;
    cursor: default;
    vertical-align: text-bottom;
}

span.wpjb-star-rating {
    font-size: 20px;
    margin: 0;
    line-height: 35px;
    
}

span.wpjb-glyphs.wpjb-star-rating:before {
    margin: 0 1px 0 1px;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}

.wpjb-star-rating-bar &gt; span:before {
    content:'\e807';
    cursor:pointer;
}

.wpjb-star-rating-bar &gt; span.wpjb-star-checked:before,
.wpjb-star-rating-bar:hover &gt; span:before {
   content:'\e806';
}

.wpjb-star-rating-bar &gt; span:hover ~ span:before {
    content:'\e807';
}

.wpjb .wpjb-manage-applications-new {
    position: absolute;
    top: -22px;
    right: 0px;

}


body .wpjb .wpjb-application-status-new {
    background-color: floralwhite;
}

body .wpjb .wpjb-application-status-new a.wpjb-manage-action {
    background-color: white;
}

body .wpjb .wpjb-application-change-status {
    background-color:whitesmoke;
    margin:16px 0 16px 0;
    padding: 8px !important;
}

.wpjb .wpjb-manage-header {
    margin: 0 0 0 0;
    clear: both;
    overflow: hidden;
    
}

body .wpjb .wpjb-manage-header-right {
    min-height: 22px;
    margin: 0;
    padding: 0;
}

body .wpjb .wpjb-manage-header-right &gt; li {
    display: inline;
    margin: 0 0 0 0.75em;
}

body .wpjb .wpjb-manage-header-right &gt; li .wpjb-manage-header-right-item-text {
    font-size: 13px;
}

body .wpjb .wpjb-no-text-decoration {
    text-decoration: none !important;
}

.wpjb .wpjb-manage-application .wpjb-manage-header-img img {
    border-radius: 50%;
    margin: 5px 0 0 0;
    display: block;
}

.wpjb .wpjb-manage-title,
.wpjb .wpjb-manage-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.wpjb-manage-header-left {
    float: left;
    display: block;
}

.wpjb-manage-header-right {
    float: right;
    display: block;
}

.wpjb .wpjb-manage-link a {
    text-decoration: none;
}

.wpjb .wpjb-manage-actions-wrap {
    overflow: hidden;
    clear: both;
}

.wpjb .wpjb-manage-actions-more {
    display: none;
    margin: 5px 0 5px 0;
}

.wpjb .wpjb-manage-actions-left {
    float: left;
    display: block;
    height: 35px;
}

.wpjb .wpjb-manage-actions-right {
    float: right;
    display: block;
    height: 35px;
}

.wpjb-manage-action,
a.wpjb-manage-action {
    display: inline-block;
    overflow: hidden;
    
    padding: 0 10px 0 5px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    border: 1px solid silver;
    border-radius: 3px;
}

.wpjb .wpjb-manage-action,
.wpjb a.wpjb-manage-action {
    
}

.wpjb .wpjb-manage-actions-left a.wpjb-manage-action {
    margin: 5px 5px 0 0;
}

.wpjb .wpjb-manage-actions-right .wpjb-manage-action {
    margin: 5px 0 0 5px;
}

.wpjb a.wpjb-manage-action:not(.wpjb-no-hover):hover {
    background-color: whitesmoke;
    color: #666;
    border-color: gray;
}

.entry-content .wpjb .wpjb-manage-action:visited,
.wpjb .wpjb-manage-action:visited,
.wpjb a.wpjb-manage-action:visited {
    color: #666;
}

.wpjb .wpjb-manage-action &gt; span {
    font-size: 16px;
}

.wpjb .wpjb-manage-delete-confirm {
    display: none
}

.wpjb .wpjb-mobile-only {
    display: none;
}

.wpjb-job-buttons a.wpjb-button {
    margin: 12px 0 0 0;
}

@media all and (min-width: 320px) and (max-width: 760px) {
    
    .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left,
    .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-right,
    .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-full {
        width:100%;
        margin: 0 0% 12px 0;
    }
    
    body .wpjb .wpjb-search-group-visible {
        width: 100%;
    }
    
    body .wpjb .wpjb-list-search {
        width: 100%;
        margin: 0;
    }
    
    .wpjb .wpjb-mobile-only {
        display: initial;
    }

    body .wpjb .wpjb-job-list .wpjb-line-minor .wpjb-sub.wpjb-company_name,
    .wpjb-job-list .wpjb-job_type,
    .wpjb-job-list .wpjb-bulb {
        display: none;
    }
    
    .wpjb-col-location {
        text-align: right;
        width: 50% !important;
    }
    
    .wpjb-job-list .wpjb-icon-location:before {
        display: none;
    }
    
    .wpjb select, .wpjb textarea, .wpjb input[type=password], .wpjb input[type=text] {
        margin: 0%;
    }
    
    .wpjb .wpjb-form div label.wpjb-label,
    .wpjb .wpjb-form.wpjb-form-nolines .wpjb-element-input-textarea .wpjb-field,
    .wpjb .wpjb-form div.wpjb-field {
        width: 100%;
    }
    
    .wpjb-box {
        width: 49%;
    }
    

    .wpjb-grid-job-application-details.wpjb-grid .wpjb-col-30,
    .single .wpjb .wpjb-grid .wpjb-col-30 {
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .wpjb-grid-job-application-details.wpjb-grid .wpjb-col-65,
    .single .wpjb .wpjb-grid .wpjb-col-65 {
        width:100%;
    }
    
    .wpjb-icon-empty:before {
        display: none;
    }
    
    .wpjb-employer-list .wpjb-sub-title,
    body .wpjb .wpjb-employer-list .wpjb-line-minor .wpjb-sub.wpjb-company_user_registered {
        display: none;
    }
    
    .wpjb-resume-list .wpjb-sub-title,
    body .wpjb .wpjb-resume-list .wpjb-line-minor .wpjb-sub.wpjb-resume_modified_at {
        display: none;
    }
    
    .wpjb ul.wpjb-add-job-steps &gt; li {
        width: 100%;
        border-right: 0px solid transparent;
    }
    
    .wpjb ul.wpjb-add-job-steps &gt; li:not(.wpjb-step-current) {
        border-bottom: 1px solid whitesmoke;
    }
    
    body .wpjb .wpjb-manage-header-right {
        width: 100%;
    }
    
    body .wpjb .wpjb-manage-header-right &gt; li {
        display: block;
        margin: 0;
    }
    
    .wpjb .wpjb-star-ratings {
        width: 100%;
    }
    
    .wpjb .wpjb-star-ratings span.wpjb-glyphs.wpjb-star-rating:before {
        padding: 0 4px 0 0;
        font-size: 28px;
        line-height: 32px;
        height: 30px;
    }
    
    .wpjb .wpjb-manage-actions-right {
        float: left;
        display: block;
        height: auto;
    }
    
    .wpjb .wpjb-manage-actions-right .wpjb-manage-action {
        margin: 5px 5px 0 0;
    }
    
    .wpjb .wpjb-no-320-760 {
        display: none;
    }

    
    .wpjb-page-job-application .wpjb-manage-header-img {
        width: 100%;
    }
    
    .wpjb.wpjb-page-job-application .wpjb-manage-header-img img {
        margin: auto;
    }
    
    .wpjb-page-job-application .wpjb-manage-item .wpjb-grid-col {
        width: 100% !important;
        text-align: center;
    }
    
    body .wpjb.wpjb-page-job-application .wpjb-line-major {
        margin: auto;
        float: none;
    }
    
    body .wpjb.wpjb-page-job-application .wpjb-manage-actions-left,
    body .wpjb.wpjb-page-job-application .wpjb-manage-actions-right {
        width: 100%;
        height: auto;
    }
    
    .wpjb ul.wpjb-tabs {
        padding: 0;
        margin: 6px 0 6px 0;
        border-bottom: 1px solid transparent;
    }
    
    .wpjb ul.wpjb-tabs li {
        border: 1px solid whitesmoke;
        margin-bottom: 6px;
    }
    
    .wpjb ul.wpjb-tabs li.current {
        background-color: whitesmoke;
        border-bottom: 1px solid whitesmoke;
    }
    
    .wpjb .wpjb-tab-content {
        border-top: 1px solid whitesmoke;
    }
    
    .wpjb .wpjb-myresume-detail-actions {
        position: initial;
    }

    
    .wpjb .wpjb-manage-actions-right,
    .wpjb .wpjb-manage-actions-left {
        height: auto;
    }

}

@media all and (min-width: 320px) and (max-width: 360px) {
    body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-job_created_at {
        display: none;
    }
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content,
.wpjb-overlay {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content,
.wpjb-overlay {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
}

.dialog.dialog--close .dialog__content,
.wpjb-overlayy {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
}

@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); }
}

@keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); }
}

.wpjb-paypal-reply-awaiting {
    
}

.wpjb-paypal-reply-complete h2,
.wpjb-paypal-reply-complete div,
.wpjb-paypal-reply-failed h2,
.wpjb-paypal-reply-failed div,
.wpjb-paypal-reply-pending div,
.wpjb-paypal-reply-pending h2,
.wpjb-paypal-reply-timedout div,
.wpjb-paypal-reply-timedout h2 {
    text-align: center;
    margin: 1em 0 1em 0;
}

.wpjb-paypal-reply-complete,
.wpjb-paypal-reply-failed,
.wpjb-paypal-reply-timedout {
    display: none;
}

.wpjb-paypal-reply-message {
    text-align: center; 
    font-size: 16px; 
    line-height: 24px; 
    margin: 1em 0 1em 0;
}

.wpjb-paypal-reply-failed .wpjb-paypal-reply-message {
    color: red;
}

#wpjb-paypal-overlay .wpjb-glyphs {
    font-size: 48px;
}

/* CHECKOUT */

.wpjb .wpjb-payment-tax-label {
    display: block;
    color: gray;
    font-size: small;
}

.wpjb .wpjb-page-default-form.wpjb-payment-form .wpjb-form fieldset legend {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

/* STRIPE */

.wpjb .wpjb-stripe-cc-icon {
    display: inline-block;
    padding-right: 5px;
}

.wpjb-stripe-cc-icon:before {
    font-size: 24px;
    vertical-align: middle;
}

.wpjb-stripe-cc-details {
    vertical-align: middle;
}

.wpjb-stripe-cc-brand {
    display: inline-block;
    padding-right: 5px;
}

.wpjb-stripe-cc-last4,
.wpjb-stripe-cc-exp {
    opacity: 0.75;
    padding-right: 5px;
}

.wpjb-stripe-cc-actions {
    float:right;
    font-size: 16px;
}

.wpjb-credit-card-single {
    clear: both;
}

.wpjb-stripe-cc-actions &gt; a {
    display: block;
    float: left;
}

.wpjb-stripe-cc-actions &gt; a:hover {
    background-color: whitesmoke;
}

span.wpjb-stripe-cc-actions-trash-confirm {
    float: right;
    font-size: 13px;
    padding-top: 2px;
}

.wpjb-stripe-cc-actions-loader {
    float: right;
}

.wpjb-card-is-default .wpjb-stripe-cc-actions-default {
    display: none !important;
}

.wpjb-stripe-payment-error {
    background-color: #ff7a65;
}

.wpjb-stripe-payment-pending {
    background-color: #ffc163;
}

.wpjb-stripe-payment-success {
    background-color: #5bc3a2;
}

.wpjb-stripe-payment-box-icon {
    color: white;
    font-size: 64px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.wpjb-stripe-payment-box-text {
    clear: both;
    overflow: hidden;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.wpjb-stripe-payment-box-text &gt; p {
    clear: both;
    overflow: hidden;
    display: block;
}

.wpjb-stripe-payment-box-text &gt; p a {
    color: white;
    text-decoration: underline;
}

a.wpjb-add-credit-card-cancel {
    display: inline-block;
    float: right;
}

.wpjb-card-details label[for="_stripe_save_card"] {
    margin:0;
    float: none;
}

.wpjb-card-errors {
    display: none;
    background: #ffc0cba8;
    color: darkred;
    border: 1px solid #8b000061;
    padding: 2px 4px;
    clear: both;
    margin: 0px 0px;
    margin-top: 4px;
}

.wpjb-stripe-result .wpjb-flash-error {
    display:flex;
    align-items:center;
}

.wpjb-stripe-result .wpjb-flash-error.wpjb-none {
    display:none;
}

/* Listing Type Field */

.wpjb .wpjb-listing-type-x {
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #fcfcfc;
    margin-bottom: 10px;
}

.wpjb .wpjb-listing-type {
    width:90%;
    box-sizing: border-box;
    float: left;
    padding: 6px 6px 6px 6px;
    position: relative;
}
.wpjb .wpjb-listing-radio {
    width: 10%;
    box-sizing: border-box;
    padding-left: 10px;
    border-right: 1px solid transparent;
}

.wpjb .wpjb-listing-type-title {
    padding: 0;
    display: inline-block;
    float: left;
}

.wpjb .wpjb-listing-type-name {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 6px 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}

.wpjb .wpjb-listing-type-cost {
    padding: 3px 6px;
    float: right;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 16px;
}

.wpjb .wpjb-listing-type-features {
    width: 100%; 
    font-size:13px;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 0;
}

.wpjb .wpjb-listing-type-features .wpjb-listing-border {
    border-left: 1px solid #e6e6e6;
    margin-left: 0.4em;
    padding-left: 0.4em;
}

.wpjb .wpjb-listing-type-features .wpjb-listing-type-feature-duration .wpjb-glyphs:before {
    margin-left: 0;
}

.wpjb-listing-type-all .wpjb-listing-type-value {
    font-size: 18px;
}

/* CUTE INPUT FIELDS */

.wpjb-cute-input {
   position: relative;
   display: inline-block;
   margin-bottom: 15px;
   padding-left: 30px;
   cursor: pointer;
}

.wpjb-cute-input input {
   position: absolute;
   z-index: -1;
   opacity: 0;
}
.wpjb-cute-input-indicator {
   position: absolute;
   top: 2px;
   left: 0;
   width: 20px;
   height: 20px;
   background: white;
   border: 1px solid #e6e6e6 !important;
}

.wpjb-cute-input.wpjb-cute-radio .wpjb-cute-input-indicator {
   border-radius: 50%;
}
/* Hover and focus states */
.wpjb-cute-input:hover input ~ .wpjb-cute-input-indicator,
.wpjb-cute-input input:focus ~ .wpjb-cute-input-indicator {
   background: whitesmoke;
}

/* Checked state */
.wpjb-cute-input input:checked ~ .wpjb-cute-input-indicator {
   background: #2aa1c0;
}

/* Hover state whilst checked */
.wpjb-cute-input:hover input:not([disabled]):checked ~ .wpjb-cute-input-indicator,
.wpjb-cute-input input:checked:focus ~ .wpjb-cute-input-indicator {
   background: #0e647d;
}

/* Disabled state */
.wpjb-cute-input input:disabled ~ .wpjb-cute-input-indicator {
   pointer-events: none;
   opacity: .6;
   background: #e6e6e6;
}

/* Check mark */
.wpjb-cute-input-indicator:after {
   position: absolute;
   display: none;
   content: '';
}

/* Show check mark */
.wpjb-cute-input input:checked ~ .wpjb-cute-input-indicator:after {
   display: block;
}

/* Checkbox tick */
.wpjb-cute-input.wpjb-cute-checkbox .wpjb-cute-input-indicator:after {
    top: 3px;
    left: 7px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.wpjb-cute-input.wpjb-cute-checkbox input:disabled ~ .wpjb-cute-input-indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.wpjb-cute-input.wpjb-cute-radio .wpjb-cute-input-indicator:after {
   top: 6px;
   left: 6px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #fff;
}

/* Disabled circle colour */
.wpjb-cute-input.wpjb-cute-radio input:disabled ~ .wpjb-cute-input-indicator:after {
   background: #7b7b7b;
}

.wpjb-x-label {
    margin: 0 25px 0 5px;
    height: 20px;
    display: inline-block;
}

div.datepicker {
    z-index: 10000;
}

/* [wpjb_jobs_list] */

.wpjb-job-list .wpjb-job_type {
    text-transform: uppercase;
}

.wpjb-job-list .wpjb-company_name {
    /*min-width: 160px;*/
}

.wpjb-search-bar-type-enabled-live {
    
}

/* NEW MEMBERSHIP */

div.wpjb-page-memberships {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0 -5px;
}

div.wpjb-single-membership {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-basis: 0;
    border: 1px solid #f5f5f5;
    margin: 5px;
    box-sizing: border-box;
    /*max-width: 50%;*/
}

@media all and (max-width:420px) {
    div.wpjb-single-membership {
        min-width: 100%;
    }
}

div.wpjb-single-membership h2 {
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0px;
}

div.wpjb-single-membership div.wpjb-membership-price {
    text-align: center;
    background-color: #f5f5f5;
    font-size: 26px;
    padding: 15px;
    padding-bottom: 0px;
    font-weight: bold;
}

div.wpjb-single-membership div.wpjb-membership-time {
    text-align: center;
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 15px;
    padding-top: 0px;
    font-weight: bold;
}

div.wpjb-single-membership div.wpjb-membership-details {
    padding: 15px;
}

div.wpjb-single-membership div.wpjb-membership-actions {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
}

div.wpjb-single-membership div.wpjb-membership-actions a.wpjb-button {
    font-size: 20px;
}

div.wpjb-single-membership div.wpjb-membership-details li {
    margin-left: 10px;
}
div.wpjb-single-membership div.wpjb-membership-details li.wpjb-membership-item-title {
    margin-left: 0px;
    font-size: 18px;
}
div.wpjb-single-membership div.wpjb-membership-details li.wpjb-membership-details-product {
    font-weight: bold;
    margin: 10px 0px;
}
div.wpjb-single-membership.wpjb-single-membership-featured h2 {
    background-color: #2aa1c0;
}
div.wpjb-single-membership.wpjb-single-membership-featured div.wpjb-membership-actions a.wpjb-button {
    background-color: #2aa1c0;
    color: #fff !important;
}

/* Membership List Page */

div.wpjb-page-company-products {
    display: flex;
    flex-direction: column;
}

div.wpjb-page-company-products div.wpjb-company-product {
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

div.wpjb-page-company-products div.wpjb-company-product-header {
    display: flex;
    flex-direction: row;
    align-items: baseline;

}
div.wpjb-page-company-products div.wpjb-company-product-header h3 {
    display: flex;
    flex-grow: 1;
    margin: 0px;
    padding: 10px 20px;
    color: #fff;
}
div.wpjb-page-company-products div.wpjb-company-product-header h3 {
    display: flex;
    flex-grow: 2;
}
div.wpjb-page-company-products div.wpjb-company-product-header .wpjb-company-product-status {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 5px 15px;
}
div.wpjb-page-company-products div.wpjb-company-product-subheader .wpjb-company-product-indicator {
    margin-right: 15px;
}
div.wpjb-page-company-products div.wpjb-company-product-subheader {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    background-color: #f5f5f5;
    padding: 5px 15px;
}
div.wpjb-page-company-products div.wpjb-company-product-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.wpjb-page-company-products div.wpjb-company-product-additional div.wpjb-company-product-details-single,
div.wpjb-page-company-products div.wpjb-company-product-details div.wpjb-company-product-details-single {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    margin: 10px;
}
div.wpjb-page-company-products div.wpjb-company-product-actions {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 0px 15px;
}
div.wpjb-page-company-products div.wpjb-company-product-actions-left {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
div.wpjb-page-company-products div.wpjb-company-product-actions-right {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-basis: 100px;
    justify-content: flex-end;
}
div.wpjb-page-company-products div.wpjb-company-product-actions-left a {
    margin-right: 10px;
}
div.wpjb-page-company-products div.wpjb-company-product-right {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: flex-end;
}
div.wpjb-page-company-products div.wpjb-company-product-additional {
    padding: 5px 15px;
    background-color: #f5f5f5;
    display: flex;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
}
div.wpjb-page-company-products div.wpjb-company-product-additional div.wpjb-company-product-header {
    font-weight: bold;
}

.wpjb .wpjb-grid.wpjb-grid-compact .wpjb-grid-row &gt; div.wpjb-alert-params {
    background-color: #f5f5f5;
    padding: 0px 10px;
    margin-top: 10px;
}

.wpjb .wpjb-grid.wpjb-grid-compact .wpjb-grid-row &gt; div.wpjb-form-resume-alerts,
div.wpjb-form-resume-alerts {
    border: 1px solid #f5f5f5;
    padding: 10px 10px 0 10px;
}

.wpjb .wpjb-form-nested.wpjb-form-resume-alerts {
    background-color: whitesmoke;
}

.wpjb-field div#card-element {
    border: 1px solid #ccc;
    padding: 0.5em 0.6em;
}

ul.wpjb-ac-results { 
    position: absolute !important;
    background: white;
    border: 1px solid whitesmoke;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 1em silver;
    list-style-type: none;
    display: none;
} 
ul.wpjb-ac-results &gt; li { 
    padding: 2px 5px; 
} 
ul.wpjb-ac-results &gt; li:hover { 
    cursor: pointer; 
    background: whitesmoke;
}

.wpjb-grid .wpjb-grid-row.wpjb-candidate-remove-application-box {
    background-color: whitesmoke;
    padding: 10px 10px;
    display: none;
}</pre></body></html>