.employer-name.donotengage-sensitiveorganisation a {
    color: #fff;
    text-decoration: underline;
    background:red;
    padding:5px;
}
.employer-name.checkbeforecontacting a {
    color: #fff;
    text-decoration: underline;
    background:darkorange;
    padding:5px;
}


/** GTI/ANG - SUI-867 - background colour of the events api **/
.main-content {
    background-color:#F5F7FA;
}


/***** CUSTOM PANE CSS, added by GTI / Angela *****/
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
	/** hiding the custom pane title **/
	display:none;
}
@media (min-width: 992px) {
	.flex-dash-row .dash-card-custom .card-body {
		/** changing the height of the custom pane body **/
		max-height:920px;
	}
}
/** GTI/Graeme - appointments custom pane - based on  - TC-23118 **/
.cp-well.row-no-gutters [class*=col-] {
    padding-left:0;
    padding-right:0;
    }
.cp-well {
     margin: 0;
    }
.cp-well .apt-image {
    background-image: url(https://cdn.groupgti.com/targetconnect/stmarys/CareerSet.png);
    background-size: cover;
    background-position: center;
    height:150px;
    }
.cp-well .et-image {
    background-image: url(https://i.postimg.cc/tCmyJs3v/C-IMP.png);
    background-size: cover;
    background-position: center;
    height:150px;
    }
@media (min-width: 992px) {
    .cp-well .at-image {
        width: 150px;
        }
    }
