/* orignal stuff */

#total-clicks { display:none; }
/*#current-postings { display:none; }*/
/*#total-views { display:none; }*/

.priceBadge.offer::after {
    border: 3px solid #850000;
    content: "";
    left: 0px;
    right: 0px;
    width: 100%;
    position: absolute;
    transform: rotate(313deg);
    top: 47%;
}
.priceBadge {
    position:relative;
}
.priceBadge.offer {
    left:0%;
    margin-bottom:20px;
}

/** last updated by ang, 22 jan 2020 */
.page-employeruser ._department-selector {
    display:none;
}
.romeo.page-employeruser .main-banner-outer .main-banner-brand {
    display:none;
}

/*GTI/Ang - job posting form - undoing the operator full width column for Link only TC-25497*/
@media (min-width: 992px) {
    .page-operator .section-job-posting .post-job-form .col-12.col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        }
    }
 .page-operator .section-job-posting #totalCosting {
    margin-top:1.5rem;
    }  


/** world pay panic!! TC-23954, added by ang **/ 
/*#totalCosting button.btn.btn-primary.pull-right {*/
/*    display:none;*/
/*    }*/
/*#totalCosting .content-block-footer:after {*/
/*    display:block;    */
/*    padding-top:15px;*/
/*    font-weight:bold;*/
/*    content:"Online payments are currently unavailable and all payments will be processed via invoice where a member of the team will contact you shortly to assist. We apologise for any inconvenience this may cause."*/
/*    }*/


/*.page-operator, .page-employeruser {*/
/*    opacity:0;*/
/*}*/
/*.page-operator.show, .page-employeruser.show {*/
/*    transition: all 0.5s ease;*/
/*    opacity:1;*/
/*}*/
