/*This css file is to be used with Journey Builder Custom Activity UI*/

body{
	margin: 5% !important;
}

hr{
    background: blue;
}

.pageContent{
    margin: .5rem -1rem -1rem;
    padding: 1rem;
    border-radius: 0 0 .25rem .25rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.pageSubtitle{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.25;
    display: block;
    text-align: center;
}

.fieldCol{
    padding: 0.5%;
}

.showClass{
    display: block;
}

.hideClass{
    display: none;
}

.cke_notifications_area{
	background: blue !important;
	width: 55% !important;
	color: #ffffff;
	padding: 1%;
}

.cke_notification_close{
	float: right;
    color: #ffffff;
}

.cke_notification_message{
	display: inline;
}

.errMessage {
	color: blue;
	font-size: 0.9em;
	padding-left: 2px;
}