/***** 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: 1000px;
		}
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block {
	text-decoration:none;
	display:flex; 
	}
@media (min-width: 992px) {
		.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block {
		flex-wrap:nowrap
		}
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-plan {
	background:#ffc72c;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-plan-image {
	display:block;
	background-image: url('https://images1.groupgti.com/targetconnect/uel/custom-pane-3.jpg');
	background-size:cover;
	height:150px;
	width:auto;
	background-position: center;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-boost {
	background:#f5b6cd;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-boost-image {
	display:block;
	background-image: url('https://images1.groupgti.com/targetconnect/uel/custom-pane-2.jpg');
	height:150px;
	width:auto;
	background-position: center;
	background-size:cover;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-prepared {
	background:#006f44;
	color:#fff;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-experience {
	background:#ffc72c;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-events {
	background:#004c97;
	color:#fff;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs {
	background:#000000;
	padding:0;
	color:#fff;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs-image {
	display:block;
	background-image: url('https://images1.groupgti.com/targetconnect/uel/custom-pane-1.jpg');
	height:150px;
	width:auto;
	background-position: center;
	background-size:cover;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-jobs-height {
	height:45%;
	}
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-experience,
.romeo .dashboard-content .dashboard-custom .custom-content-client .cp-block-prepared {
	padding:.5rem 1rem .5rem 1rem;
	height:60px;
	margin-bottom:1.05rem;
	}
/***** CUSTOM PANE CSS END *****/
