.mailsystem-field-wrapper {margin-top:25px;}
.mailsystem-field-section{
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    background-color: #f8f6fc;
    padding: 15px;
    margin-bottom: 20px;
}
form h5{
	margin-bottom:20px;
}
.mailsystem-field-section label{
	width: 100%;
	font-size: 16px;
    font-weight: bold;
}
.mailsystem-field-section .mailsystem-template-fields{
	position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
	border-radius: 0;
    border: 2px solid #cbc9cd;
    padding: 9px 13px;
    height: 49px;
    font-size: 1.125rem;
    line-height: 1.5;
    background: #fff;
    box-shadow: none;
}
.mp-founded {
    padding: 5px 15px;
}

.mp-founded h2 {margin-bottom:20px; font-size:33px !important;}
.half-fields{width: 49%;}
.half-fields:first-child{
	margin-right: 2%;
}
.sendmail-template-fields{
	width: 100%;
	padding: 0.15em 0.75em;
    min-height: 40px;
    border: 1px solid;
    border-color: #e1e1e1;
}
.sendmail-template-fields:focus{
	outline: none;
}
.mailsystem-field-section .mailsystem-template-fields:focus,
.mailsystem-field-section .mailsystem-field-preview:focus{
	outline: none;
}
.mailsystem-field-section .input-group-append {
    margin-left: -1px;
}
.mailsystem-field-section .mailsystem-field-preview{
	font-size: 1.125rem;
    line-height: 1.5;
    background-color: #012169 !important;
    color: #fff;
    text-decoration: none;
    padding: 7px 17px 4px;
    border: none;
    border-bottom: 3px solid #214282;
    cursor: pointer;
    height: 49px;
}
.mailsystem-field-section .mailsystem-field-preview:hover{
	background-color: #009fe3 !important;
    border-bottom: 3px solid #214282;
}
.card-inner .image-outer{
	border: 1px solid #bbb;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}
.card-inner .image-outer .image{
	height: 90px;
    width: 90px;
    border-width: 3px;
    background-position: 50%;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 2px solid #4d4d4d;
}
.card-inner .mp-details {
    display: inline-block;
    vertical-align: top;
   
}
.card-inner .mp-details .primary-info{
	font-weight: 500;
    color: #373151;
    font-size: 1.25rem;
    line-height: 1.35;
}
.card-inner .mp-details .secondary-info{
	font-size: 1.1rem; font-weight:bold;
}
.card-inner .mp-details .indicator-label{
	font-size: 0.9rem;
    line-height: 1.4;
    padding-top: 7px;
    text-align: left;
    overflow: hidden
}
.message-content-data{
	margin: 15px 0;
	width: 100%;
}
.message-data-clone{
	display: none;
}
.mailsystem-field-section .message-data{
	padding: 15px;
    border: 1px solid #e1e1e1;
    word-break: keep-all;
    white-space: pre-line;
    font-size: 1rem;
    pointer-events: none;
    background: #fffef3;
    line-height:1.7;
}
.success-notice-mp {
    text-align: center;
    padding: 15px;
    width: 410px;
    margin: 0 auto;
    background:#00a225;
    font-size: 1.1rem;
    color: #fff;
}
.error-notice-mp{
	background:#fb5858;
	color: #fff;
}