
/****
*****
***** CSS file for APC's web invite by Etech
***** Creation Date: 26/04/19
***** Recent Modification Date: 
*****
****/
/*-----------------------------------------------------------------------------------*/
/* Logo settings */
.imageContainer {
 	background: url(https://assets.kampyle.com/clients/nebula/Schneider/APC/Logos-APC.jpg) !important;
 	background-repeat: no-repeat !important;
 	background-position: center !important;
 	background-size: 75% !important;
 	min-height: 100px;
 	margin-bottom:30px;
}

/* Font changes */
div.invitationContentText span {
	font-family:"Arial Rounded MT Bold","Open Sans" !important;
}

/* Hide tooltip */
.fa-question-circle{
	display:none !important;
}

/* X button changes */
button#kplDeferButton {
	width: 1.3rem;
	background:url(https://assets.kampyle.com/clients/nebula/Schneider/action-delete-cross.png) no-repeat;
	text-indent: -9999px;
}

/* Button changes */ 
.provideButtonLi {
	float:none;
	display: table-header-group;
}
.provideButtonTextDiv {
	float:none;
}
.declineButtonLi {
	margin-right:0px;
}
.invitationHeadlineParent {
	margin-bottom:15px !important;
}
div.btnDiv {
	text-align:center;
}