/* ----------------- Main ----------------- */
/* Loading panel */
.dxheLoadingDiv_iMotivation
{
    background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.dxheLoadingPanel_iMotivation
{
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #1e395b;
	background: White none;
	border: 1px solid #859ebf;
}
.dxheLoadingPanel_iMotivation td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxheLoadingPanel_iMotivation .dxlp-loadingImage
{
	background-image: url('../Web/Loading.gif');
	height: 16px;
	width: 16px;
}

.dxheControl_iMotivation
{
    border: 1px solid #8ba0bc;
    font: 10pt Tahoma, Geneva, sans-serif;
}

/* Area */
.dxheContentArea_iMotivation
{
    padding: 0;
    background-color: #cfddee;
}
.dxheErrorFrame_iMotivation
{
    font: 10pt Tahoma, Geneva, sans-serif;
    color: #D00707;
    background-color: #FBC7C7;
    border-bottom: solid 1px #DEC0C0;
}
.dxheErrorFrame_iMotivation .dxhe {
    padding: 5px;
}
.dxheErrorFrame_iMotivation .dxhe td {
    padding: 0px;
}
.dxheErrorFrame_iMotivation .dxheErrorFrameCloseButton_iMotivation {
    cursor: pointer;
}
.dxheControl_iMotivation .dxheViewArea_iMotivation
{
    border-width: 0;
}
.dxheContentArea_iMotivation td.dxheViewArea_iMotivation {
    line-height: 0;
}
.dxheControl_iMotivation .dxheHtmlViewArea_iMotivation,
.dxheDesignViewArea_iMotivation,
.dxhePreviewArea_iMotivation
{
    margin: 0px;
    background-color: White;
    background-image: none;
    font-size: smaller;
    font: 12px Arial, Helvetica, sans-serif;
}
.dxheHtmlViewArea_iMotivation td,
.dxheHtmlViewArea_iMotivation.dxeMemo_iMotivation td,
body.dxheDesignViewArea_iMotivation, 
body.dxhePreviewArea_iMotivation
{
    padding: 4px 4px 0 4px;
}
.dxheControl_iMotivation .dxheContentArea_iMotivation .dxeMemo_iMotivation td
{
    padding-top: 0;
    padding-right: 0;
}
.dxheContentArea_iMotivation .dxeMemoEditArea_iMotivation
{
    padding-left: 0;
    padding-right: 0;
}
.dxheControl_iMotivation.dxhe-rtl .dxheHtmlViewArea_iMotivation td,
.dxheControl_iMotivation.dxhe-rtl .dxheHtmlViewArea_iMotivation.dxeMemo_iMotivation td
{
    padding: 0 4px 0 1px;
}
.dxWebKitFamily .dxheControl_iMotivation.dxhe-rtl .dxheHtmlViewArea_iMotivation td,
.dxWebKitFamily .dxheControl_iMotivation.dxhe-rtl .dxheHtmlViewArea_iMotivation.dxeMemo_iMotivation td
{
    padding: 0 0 0 4px;
}
.dxheControl_iMotivation .dxeMemo_iMotivation textarea 
{
	resize:none;
}
.dxheControl_iMotivation input.dxeEditArea_iMotivation
{
    margin-top: -1px;
}
.dxheControl_iMotivation input.dxeEditArea_iMotivation,
.dxheControl_iMotivation td.dxic .dxeEditArea_iMotivation /*Bootstrap correction*/
{
    padding-bottom: 0px;
}
.dxheControl_iMotivation td.dxheDesignViewArea_iMotivation .dxm-main.dxmtb 
{
    border: 1px solid #8ba0bc;
}
.dxheControl_iMotivation td.dxheDesignViewArea_iMotivation
{
    position: relative;
}
td.dxheDesignViewArea_iMotivation .dxmLite_iMotivation {
    position: absolute;
    right: 0;
    padding-top: 5px;
    padding-right: 22px;
}
td.dxheDesignViewArea_iMotivation .dxmLite_iMotivation.dxm-rtl {
    right: inherit;
    padding-right: 0px;
    padding-left: 5px;
}
.dxheViewArea_iMotivation .dxheAudio
{
	background-image: url('dxheAudio.png');
}
.dxheViewArea_iMotivation .dxheFlash
{
	background-image: url('dxheFlash.png');
}
.dxheViewArea_iMotivation .dxheVideo
{
	background-image: url('dxheVideo.png');
}
.dxheViewArea_iMotivation .dxheYoutube
{
	background-image: url('dxheYoutube.png');
}
.dxheViewArea_iMotivation img.dxheNotSupported
{
	background-image: url('dxheNotSupported.png');
}
.dxheViewArea_iMotivation img.dxheAudio,
.dxheViewArea_iMotivation img.dxheFlash,
.dxheViewArea_iMotivation img.dxheVideo,
.dxheViewArea_iMotivation img.dxheYoutube,
.dxheViewArea_iMotivation img.dxheNotSupported
{
    background-repeat: no-repeat;
    background-position: center;
    border: 1px dotted #FFFFFF;
    opacity: 0.8;
}
/* Element appearance in DesignView */
body.dxheDesignViewArea_iMotivation table.dxEmptyBorderTable,
body.dxheDesignViewArea_iMotivation table.dxEmptyBorderTable td
{
    border: 1px dotted Gray;
}
@media print
{
	body.dxheDesignViewArea_iMotivation table.dxEmptyBorderTable,
	body.dxheDesignViewArea_iMotivation table.dxEmptyBorderTable td
	{
		border:0px;
	}
}
body.dxheDesignViewArea_iMotivation
{
    word-wrap: inherit;
}
body.dxheDesignViewArea_iMotivation pre
{
    word-wrap: break-word;
    white-space: pre-wrap;
}

/* Status Bar */
.dxheStatusBar_iMotivation
{
}
.dxheStatusBar_iMotivation .dxheStatusBarTab_iMotivation
{
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
}
.dxheControl_iMotivation .dxheStatusBar_iMotivation .dxheStatusBarTab_iMotivation .dxtc-link
{
    padding: 4px 35px 5px 34px;
}
.dxheControl_iMotivation.dxhe-rtl .dxheStatusBar_iMotivation .dxheStatusBarTab_iMotivation
{
    border-left-width: 1px !important;
    border-right-width: 0 !important;
}
.dxheStatusBarActiveTab_iMotivation
{
}
.dxHtmlEditor_heSizeGrip_iMotivation
{
    cursor: se-resize;
}
.dxHtmlEditor_heSizeGripRtl_iMotivation
{
    cursor: ne-resize;
}
.dxheSizeGripContainer_iMotivation
{
    width: 100%;
    text-align: right;
    font-size: 0;
    margin-top: -13px;
}
.dxheControl_iMotivation.dxhe-rtl .dxheSizeGripContainer_iMotivation 
{
	text-align: left;
}
/* ----------------- Dialog Forms ----------------- */
.dxpcLite_iMotivation .dxheDlgFooter,
.dxpcLite_iMotivation .dxheCustomDialog_iMotivation .dxhecd-Buttons
{
    background-color: #cfddee;
    border-top: 1px solid #aec0d5;
	padding: 10px 11px;
	text-align: right;
}
.dxpcLite_iMotivation.dxRtl .dxheDlgFooter,
.dxpcLite_iMotivation.dxRtl .dxheCustomDialog_iMotivation .dxhecd-Buttons
{
    text-align: left;
}
.dxpcLite_iMotivation .dxheDlgFooterBtn
{
    width: 80px;
    margin-left: 8px;
}
.dxpcLite_iMotivation.dxRtl .dxheDlgFooterBtn
{
    margin-right: 8px;
    margin-left: 0;
}
.dxpcLite_iMotivation .dxheDlgInsertImageForm .dxheDlgImagePreviewCell
{
    color: #737373;
    border: 1px dashed #cac8c8;
}
.dxpcLite_iMotivation .dxheDlgPasteFromWordForm .dxheDlgPasteContainerCell td
{
	border: 1px solid #8ba0bc;
}
/*----------------- Toolbars -----------------*/
.dxtbSpacing_iMotivation
{
	height: 1px;
}
.dxtbControl_iMotivation
{
    color: Black;
    background-color: #cfddee;
    width: 100%;
    border-bottom: 1px solid #859ebf;
}
.dxtbControl_iMotivation td.dxmMenu_iMotivation
{
	border: 0;
}
.dxtbComboBoxMenuItem_iMotivation
{
    padding: 2px 2px 1px;
}
.dxheControl_iMotivation .dxrControl_iMotivation
{
    background-color: #CFDDEE;
}
.dxheControl_iMotivation .dxrControl_iMotivation .dxtcLite_iMotivation .dxtc-stripContainer .dxtc-spacer,
.dxheControl_iMotivation .dxrControl_iMotivation .dxtcLite_iMotivation.dxtc-top .dxtc-leftIndent
{
    width: 3px;
}
.dxheControl_iMotivation .dxrControl_iMotivation .dxr-tabContent
{
    border-width: 0 0 1px 0;
}
.dxheControl_iMotivation .dxrControl_iMotivation .dxr-minBtn
{
    padding-right: 7px;
}
.dxheControl_iMotivation .dxtbControl_iMotivation.dxtbr_iMotivation,
.dxheControl_iMotivation .dxrControl_iMotivation .dxpc-mainDiv.dxr-minPopup
{
    border: 0;
}

/* Toolbars Lightweight Mode */
.dxtbControl_iMotivation .dxmLite_iMotivation .dxm-main
{
    border-width: 0;
}
.dxmLite_iMotivation .dxhetipControl_iMotivation img
{
	vertical-align: top;
}

/* ToolbarColorButton */
.dxtcbControl_iMotivation
{
}
.dxtcbColorDiv_iMotivation
{
	width: 16px;
	height: 3px;
	font-size: 0;
	background-color: Transparent;
    margin-top: -3px;
}

/*----------------- RoundPanel -----------------*/
.dxheRP.dxrpControl_iMotivation .dxrpcontent
{
    padding: 9px !important;
}

.dxtcLite_iMotivation.dxhe-dialogSettings
{
    width: 270px;
}

.dxhe-insertYouTubeVideoDialog .dxtcLite_iMotivation.dxhe-dialogSettings,
.dxhe-insertVideoDialog .dxtcLite_iMotivation.dxhe-dialogSettings,
.dxhe-insertAudioDialog .dxtcLite_iMotivation.dxhe-dialogSettings 
{
    width: 300px;
}
