.form-custom-element {
	display: flex;
	margin-bottom: 0px;
    align-items: center;
}
.form-custom-element button{
	margin-left: 10px;
}
.form-custom-element label {
    margin-right: 10px;
}
.keditor-iframe-wrapper {
    width: hidden;
    height: 100%;
}
.save-btn-kedit{
	display: none;
}

.sub-form-element {
	padding-left: 75px;
    font-style: italic;
}

#pageloader {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#pageloader img {
	margin-top: 15%;
}

.user-panel>.image>img {
    max-width: 100%;
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

.user-panel>.image>a>img {
    max-width: 100%;
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

.row-wrapper{border: 1px solid #c6c6c6; padding: 10px 20px; margin-bottom: 20px;}
.row-title{background: #ebebeb; padding: 5px 10px; font-weight: 600; font-size: 16px; color: #3c8dbc;border: 1px solid #c6c6c6; border-bottom: none;}
.bdr-btm{border-bottom: 1px solid #c6c6c6;}

