/*!
 SourceCode.Forms.Controls.Web.general.css (Embedded resource)
*/
/* MinifyError
(549,34): run-time error CSS1030: Expected identifier, found ','
(549,51): run-time error CSS1031: Expected selector, found ')'
(549,51): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Old SourceCode.Forms.Controls.Web.Rating.CSS.Rating.css */
.ratingWrapper
{
	display: inline-block;
	height: auto;
	vertical-align: middle;
}

.ratingWrapper a
{
	display : inline-block;
}


.ratingStar
{
	font-size: 0;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
}

div[controltype=Rating]
{
	vertical-align: middle;
} 

.rating-control .invisible
{
	white-space: normal;
} 

.ratingWrapper.disabled
{
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /*IE8*/
}

.ratingWrapper.disabled *,
.ratingWrapper.read-only *
{
	cursor: default;
}

/* old SourceCode.Forms.Controls.Web.Slider.CSS.Slider.css*/
.ajax__slider_h_rail
{
	position: relative; /*background: url(RT.SourceCode.Forms.Controls.WebResources/webresource.gif?_gv=1495825376-20251006-061734) repeat-x;*/
	background-position: 0 50%;
	background-repeat: repeat-x;
	height: 11px;
	filter: inherit;
	cursor: default;
}

.ajax__slider_h_rail:hover
{
	cursor: pointer;
}

.ajax__slider_h_rail .ajax_slider_rail_start
{
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	width: 3px;
	filter: inherit;
}

.ajax__slider_h_rail .ajax_slider_rail_inner
{
	position: absolute;
	top: 0;
	left: 3px;
	height: 11px;
	background-position: 0 50%;
	background-repeat: repeat-x;
	right: 3px;
	filter: inherit;
}

.ajax__slider_h_rail .ajax_slider_rail_end
{
	position: absolute;
	top: 0;
	right: 0;
	height: 11px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	width: 3px;
	filter: inherit;
}

.Slider-rail.disabled, .ajax__slider_h_rail.disabled
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

.ajax__slider_h_handle
{
	height: 11px;
	width: 11px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	filter: inherit;
	cursor: default;
	overflow: hidden;
	position: absolute;
}

.ajax__slider_h_handle:hover
{
	cursor: pointer;
}

.ajax__slider_h_handle img
{
	display: none;
}

.ajax__slider_h_handle.disabled
{
	filter: inherit;
	cursor: default;
}

.ajax__slider_v_rail
{
	position: relative;
	background: url('RT.SourceCode.Forms.Controls.WebResources/webresource0.gif?_gv=1495825376-20251006-061734') repeat-y;
	width: 22px;
	height: 100%;
	cursor: default;
}

.ajax__slider_v_rail:hover
{
	cursor: pointer;
}

.ajax__slider_v_rail.disabled
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

.ajax__slider_v_handle
{
	position: absolute;
	height: 10px;
	width: 22px;
	cursor: default;
}

.ajax__slider_v_handle:hover
{
	cursor: pointer;
}

.ajax__slider_v_handle.disabled
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

.disabled-slider
{
	filter: inherit;
	color: #cccccc;
}

.ajax__slider_textbox
{
	-moz-opacity: 0;
	filter: alpha(opacity= 0);
	opacity: 0;
	z-index: 2;
	width: 10px;
}
/* old SourceCode.Forms.Controls.Web.Filter.CSS.Filter.css*/

.large.view-toolbar
{
	height:47px;
}

/*Specific position in heading bars styles*/
/*one*/
.large.view-toolbar.heading-section-one.one .view-toolbar-l
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 0;
	height:47px;
}

.large.view-toolbar.heading-section-one.one .view-toolbar-c
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 0;
	height:47px;
}

.large.view-toolbar.heading-section-one.one .view-toolbar-r
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 100%;
	height:47px;
	width:4px;
}
.large.view-toolbar.heading-section-one.one
{  
	height: 47px;    
}

/*two list*/
.list .large.view-toolbar.heading-section-two.one .view-toolbar-l
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 0;
}

.list .large.view-toolbar.heading-section-two.one .view-toolbar-c
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 0;
}

.list .large.view-toolbar.heading-section-two.one .view-toolbar-r
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_double_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 0;
	width:4px;
}
.list .large.view-toolbar.heading-section-two.one
{  
	height: 47px;    
}

/*three*/
.large.view-toolbar.heading-section-three.one .view-toolbar-l
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 0;
}

.large.view-toolbar.heading-section-three.one .view-toolbar-c
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 0;
}

.large.view-toolbar.heading-section-three.one .view-toolbar-r
{
	height:47px;
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 0;
}
.large.view-toolbar.heading-section-three.one
{  
	height: 47px;    
}

.large.view-toolbar.heading-section-three.two .view-toolbar-l
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 bottom;
	height:47px;
}

.large.view-toolbar.heading-section-three.two .view-toolbar-c
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 bottom;
	height:47px;
}

.large.view-toolbar.heading-section-three.two .view-toolbar-r
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 bottom;
	height:47px;
}

/*four*/
.large.view-toolbar.heading-section-four.two .view-toolbar-l
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 -24px;
	height:47px;
}

.large.view-toolbar.heading-section-four.two .view-toolbar-c
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 -24px;
	height:47px;
}

.large.view-toolbar.heading-section-four.two .view-toolbar-r
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 -24px;
	height:47px;
	
}

.large.view-toolbar.heading-section-four.two
{  
	height: 47px;    
}

.large.view-toolbar.heading-section-four.three .view-toolbar-l
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_left.png?_gv=1495825376-20251006-061734') no-repeat 0 bottom;
	height:47px;
}

.large.view-toolbar.heading-section-four.three .view-toolbar-c
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_repeater.png?_gv=1495825376-20251006-061734') repeat-x 0 bottom;
	height:47px;
}

.large.view-toolbar.heading-section-four.three .view-toolbar-r
{
	background: transparent url('RT.SourceCode.Forms.Controls.WebResources/grid_triple_headerbar_right.png?_gv=1495825376-20251006-061734') no-repeat 0 bottom;
	height:47px;
}
.large.view-toolbar.heading-section-four.three 
{  
	height: 47px;    
}

/*End specific position heading bars styles*/
 
.quickSearch.filter
{
	display: inline;
	white-space:nowrap;
	
}

.filterChosen.filter
{

}

.filterTxt
{	
	margin-left: 1px;	
	vertical-align:middle;
	width:18%;
	min-width:10px;
	position:relative; 
	display:-moz-inline-block;
	display:inline-block;
}

.searchDdl
{
	width:20%;	
	vertical-align:middle;	
	position:relative; 
	max-width:250px;
	display:-moz-inline-block;
	display:inline-block;
}

.filterDivider
{
	margin-left:10px;
	margin-right:10px;
	background: url('RT.SourceCode.Forms.Controls.WebResources/webresource1.gif?_gv=1495825376-20251006-061734') no-repeat right 100%;
	position:relative; 
	padding-left:10px;
	margin-top:3px;
}

.filterLabel
{
	margin-left:4px;
	margin-right:2px;
	position:relative;
	top:1px; 
}

div.filter-inline
{
	display:inline;
}

.ie8 .paging-item
{
	vertical-align:top;
	line-height:22px;
}
/* old SourceCode.Forms.Controls.Web.FilterConfig.CSS.FilterConfig.css*/

.sectionSpace
{
	padding-bottom:24px;
}

.filterColWidth
{
	width:25%;
}

.filterTableWidth
{
	width:100%;
}

.filterNameColWidth
{
	width:50%;
}

#listFilterNamePopup
{
	width:100%;
	height:100%;
}


.innerDiv
{
	width:480px;
	height:300px;
	background:white;
	
}

.filterNamesListWrapper
{
	position:absolute;
	width:479px;
	height:184px;
}


#listFilterPopup
{
	width:488px;
	height:257px;
	
}

.setupFilterWrapper
{
	position:absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.filterListWrapper
{
	position:absolute;	
	top:79px;
	left: 0;
	right: 0;
	bottom: 0;
}

.filterListTopWrapper
{
	position:absolute;
	top: 0;	
	height:76px;	
	left: 0;
	right: 0;
}


#setupFilterPopup
{
	width:387px;
	height:97px;
}
.innerSetupDiv
{
	width:385px;
	height:110px;
	background:white;
}

#viewFilterPopup
{
	width:500px;
	height:500px;
	display:none;
}

#advancedFilterPopup
{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
}

.calPart_old
{
	z-index:1000;
	margin-left:10px;
}

#uneditableFilterContainer
{
	overflow:auto;
	position:absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*end old SourceCode.Forms.Controls.Web.FilterConfig.CSS.FilterConfig.css*/

.editor-cell
{
	vertical-align:top;
}

.editor-cell.editor-cell-item-hover
{
	border: solid 1px #84bf17!important; /*override any inline (format dialog) css*/
}

.editor-cell .button
{
	display: inline-block;
	float: none;
}

.editor-cell > table:not(.Grid-Layout)
{
	display: inline-table;
}

.editor-cell > *:not(.Grid-Layout, .custom-display) /* The .custom-display class is applied to enable a control to have its own display style, preventing the default inline-block display from overriding it. */ 
{
	display: inline-block;
	vertical-align:inherit;
}

.toolbar-wrapper td > table:not(.Grid-Layout):not(.editor-grid)
{
	display: inline-table;
}

/*this is a dangerously broad selector*/
.toolbar-wrapper td > *
{
	display: inline-block;
	vertical-align: inherit;
}

/* Form Layout */
.form
{
	margin: 0 auto;
}

.row
{
	vertical-align: top;
}

.col
{
	vertical-align: top;
	display:inline-block;
}

.row .view
{
	display:inline-block;
	vertical-align: top;
	width: 100%;
}

.ie8 .row .view
{
	vertical-align: top;
	position: relative;
	margin: 0 0 2px;
	padding: 0;
}

.col .view
{
	display:block;
	vertical-align: top;
}

.col .formcontrol
{
	display:block;
}

/* End Form Layout */
.file-post-back-outerpanel
{
	position: absolute;
	background: white;
	border: solid 1px #AAAD9C;
	padding: 10px 0 0 10px;
	width: 376px;
	height: 32px;
}

.workflow_panel
{
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/topbar1pxrepeater.jpg?_gv=1495825376-20251006-061734');
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.workflow-form-panel.with-workflow-strip
{
	position: absolute;
	top: 45px;
	bottom: 0;
	width: 100%;
}

.workflow_image
{
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/logoicon.png?_gv=1495825376-20251006-061734');
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 30px;
}

.workflow_inner_panel
{
	display: inline;
	height: 30px;
	width: 100%;
	position: relative;
	top: -7px;
}

#workflow_dropdown_submit_panel
{
	display: inline;
	height: 30px;
	width: 100%;
	position: relative;
	top: -7px;
}

.workflow-dropdown-panel
{
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}

#workflow_button_panel
{
	display: inline-block;
	height: 24px;
	width: auto;
	position: relative;
	vertical-align: top;
	left: -20px;
	top: 5px;
}

#workflow_toolstrip_action_submit_Link
{
	float: none;
	width: 100px;
	display: inline-block;
}

iframe.report
{
	width: 100%;
	height: 500px;
}

/* File and Image Attachment */

.file-delete-img
{
	width: 9px;
	height: 9px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 -9px;
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/webresource.png?_gv=1495825376-20251006-061734');
	cursor: pointer;
}

.file-delete-img:hover
{
	background-position: 0 0;
}

.disabled-attachment .file-delete-img,
.read-only .file-delete-img
{
	cursor: default;
	background-position: 0 -9px;
}

.file-delete
{
	display: none;
	width: 10px;
	height: 10px;
	cursor: pointer;
	position:absolute;
	top: 0;
	right: 0;
	padding: 3px;
}

html[dir=rtl] .file-delete 
{
	left: 0;
	right: auto;
}

.file-progress
{
	width: 21px;
	height: 21px;
	border: none;
}

.file-progress-wrapper
{
	width: 32px;
	height: 32px;
	display: none;
	margin: 0;
	padding-top: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

.file-wrapper
{
	width: auto;
	border: 1px dashed #BBBBBB;
	position: relative;
	border-collapse: separate;
	height: 54px;
}

.webkit.safari .file-wrapper
{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.file-table
{
	height: 100%;
	table-layout: fixed;
}

.file-wrapper.showinfo
{
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.file-wrapper.no-info, 
.file-wrapper.no-info .file-table
{
	width: auto;
}

.file-thumbnail-wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

.file-wrapper.read-only,
.file-wrapper.readonly,
.file-wrapper.read-only .file-delete-img,
.file-wrapper.readonly .file-delete-img,
.file-wrapper.read-only .file-delete,
.file-wrapper.readonly .file-delete,
.file-wrapper.read-only .file-thumbnail,
.file-wrapper.readonly .file-thumbnail,
.file-wrapper.read-only .file-input,
.file-wrapper.readonly .file-input,
.file-wrapper.read-only .file-label,
.file-wrapper.readonly .file-label
{
	cursor: default !important;
}

.file-wrapper.uploaded.read-only,
.file-wrapper.uploaded.readonly,
.file-wrapper.uploaded.read-only .file-delete-img,
.file-wrapper.uploaded.readonly .file-delete-img,
.file-wrapper.uploaded.read-only .file-delete,
.file-wrapper.uploaded.readonly .file-delete,
.file-wrapper.uploaded.read-only .file-thumbnail,
.file-wrapper.uploaded.readonly .file-thumbnail,
.file-wrapper.uploaded.read-only .file-input,
.file-wrapper.uploaded.readonly .file-input,
.file-wrapper.uploaded.read-only .file-label,
.file-wrapper.uploaded.readonly .file-label
{
	cursor: pointer !important;
}

.disabled-attachment,
.file-wrapper.disabled-attachment,
.file-wrapper.disabled-attachment .file-delete-img,
.file-wrapper.disabled-attachment .file-delete,
.file-wrapper.disabled-attachment .file-thumbnail,
.file-wrapper.disabled-attachment .file-input,
.file-wrapper.disabled-attachment .file-label,
.file-wrapper.disabled-attachment .file-label,
.file-wrapper.uploaded.read-only.disabled-attachment,
.file-wrapper.uploaded.read-only.disabled-attachment .file-delete-img,
.file-wrapper.uploaded.read-only.disabled-attachment .file-delete,
.file-wrapper.uploaded.read-only.disabled-attachment .file-thumbnail,
.file-wrapper.uploaded.read-only.disabled-attachment .file-input,
.file-wrapper.uploaded.read-only.disabled-attachment .file-label,
.file-wrapper.uploaded.read-only.disabled-attachment .file-label
{
	cursor: default !important;
}

.file-wrapper.readonly .file-delete
{
	display: none !important;
}

.file-tn-cell
{
	width: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}

.file-info-cell
{
	padding: 5px;
	height: 32px;
	vertical-align: middle;
}

.file-info-cell.verysmall
{
	padding: 0;
}

.file-error.file-info-cell
{
	padding-top: 2px;
	padding-bottom: 0;
}

.file-thumbnail,
.image-thumbnail
{
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
}

.file-ellipsis
{
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: initial;
}

.file-watermark.file-ellipsis 
{
	width: 100%;
	text-align: center;
	color: #c5c5c5 !important;
}

.file-wrapper,
.file-thumbnail, 
.image-thumbnail,
iframe.file-input,
input.file-input,
form.file-input,
input.file-input
{
	cursor: pointer;
	overflow: hidden;
}

.file-wrapper.uploaded
{
	border: 1px solid #BBB;
}

.file-wrapper.borderless,
.file-wrapper.uploaded.borderless
{
	border: 1px dotted transparent;
}

.file-wrapper.borderless.active
{
	border-width: 1px;
}

.file-wrapper.active
.file-wrapper.borderless.active
{
	border-style: dotted;
}

.file-label
{
	display: block;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/spacer.png?_gv=1495825376-20251006-061734');
	background-repeat: round;
}

.visible-attachment
{
	border: solid 1px #999999;
	color: #343e41;
}

.invisible-attachment
{
	border: dashed 1px #cccccc;
	color: #cccccc;
}

.file-wrapper.disabled-attachment
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.file-wrapper.disabled-attachment:hover,
.file-wrapper.read-only:hover
{
	background-color: inherit !important;
	cursor: default !important;
}

.disabled-attachment .file-info-cell
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.disabled-attachment .file-watermark,
.file-wrapper.read-only .file-watermark,
.file-wrapper.read-only .file-thumbnail.paperclip,
.disabled-attachment .file-delete,
.disabled-attachment .file-thumbnail.paperclip
{
	display: none !important;
}

.disabled-attachment img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}

/*End file styles*/

iframe.file-input
{
	display: none;
}

form.file-input
{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

input.file-input:focus
{
	border: solid 1px #d3d5cc;
}

input.file-input
{
	-moz-opacity: 0;
	filter: alpha(opacity= 0);
	opacity: 0;
	width: 10px;
	height: 10px;
}


/* Hyperlink */
a.Hyperlink
{
	text-decoration: underline;
	color: #98dc28;
	display: -mox-box;
	display: block;
	outline: none;
	cursor: pointer
}

a.Hyperlink-NotSet
{
	text-decoration: none;
	color: #999999;
	display: -mox-box;
	display: block;
	outline: none;
	cursor: pointer;
}

a.Hyperlink, a.Hyperlink-NotSet
{
	white-space: nowrap;
}

.HyperlinkPopupOuterWrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.read-only.hyperlinkTopPanel,
.NotSet.hyperlinkTopPanel
{
	padding: 0;
}

.hyperlinkTopPanel
{
	padding-right: 36px;
	position: relative;
	display:inline-block;
}

html[dir=rtl] .hyperlinkTopPanel
{
	padding-left: 36px;
	padding-right: 0;
}

.hyperlinkTopRightPanel
{
	position: absolute;
	display: none;
	right: 0;
	width: 18px;
	top: 0;
	height: 17px;
	padding: 0;
	cursor: pointer;
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/webresource0.png?_gv=1495825376-20251006-061734');
	background-repeat: no-repeat;
	background-position: center center;
}

html[dir=rtl] .hyperlinkTopRightPanel
{
	left: 0;
	right: auto;
}

.hyperlinkTopCenterPanel
{
	position: absolute;
	display: none;
	right: 18px;
	width: 18px;
	top: 0;
	height: 17px;
	padding: 0;
	cursor: pointer;
	background-image: url('RT.SourceCode.Forms.Controls.WebResources/webresource1.png?_gv=1495825376-20251006-061734');
	background-repeat: no-repeat;
	background-position: center center;
}

html[dir=rtl] .hyperlinkTopCenterPanel
{
	left: 18px;
	right: auto;
}

.hyperlinkTopLeftPanel
{
}

a.invisible
{
	color: #cccccc;
}

.valuePartHyperLink
{
	left: 30%;
	width: 60%;
}

html[dir=rtl] .valuePartHyperLink
{
	left:auto;
	right:30%;
}

.labelPartHyperlink
{
	font-size: 0.9em;
	width: 30%;
	display: inline-block;
}

.formRowHyperlink
{
	padding-bottom: 8px;
}

/*Tree*/
.tree-outer-panel
{
	overflow: auto;
	margin-right: 0 !important;
	background-color: #ffffff;
	min-height: 20px;
}

/* Multi-Select CheckBox */
div.multi-select-box-list-item
{
	padding: 0;
}

span.multi-select-box-list-item
{
	display: table-cell;
	vertical-align: top;
}

.multi-select-outer-panel div.multi-select-box-list-item,
.multi-select-outer-panel div.multi-select-box-list-item label,
.multi-select-outer-panel div.multi-select-box-list-item label input,
.multi-select-outer-panel div.multi-select-box-list-item label input span.input-control-text
{
	color:inherit;
	background: transparent;
	white-space: nowrap;
}
.multi-select-outer-panel
{
	overflow: auto;
	margin-right: 0 !important;
	min-height: 20px;
}

.toolbar span.SourceCode-Forms-Controls-Web-Label,
.toolbar span.SourceCode-Forms-Controls-Web-DataLabel
{
	display: inline-block;
}

.toolbar div.label-container,
.toolbar a.Hyperlink, 
.toolbar a.Hyperlink-NotSet
{	
	display: inline-block;
	padding: 3px 5px;
}

.clearFloatFix
{
	clear: both;
}

span.disabled, td.disabled
{
	color: #cccccc;
}

img.disabled
{
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	/*
	filter: url(RT.SourceCode.Forms.Controls.WebResources/grayscale.svg?_gv=1495825376-20251006-061734);
	-webkit-filter: grayscale(1);
	*/
}

span.hasValidation
{
	color: #EE1111;
	font-weight: bold;
}

label.default
{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
}

html[dir=rtl] label.default
{
	background-position: right top;
}

/* Section Control */
.sectionWrapper
{
	position: relative;
	margin-bottom: 2px;
}

.sectionHeader
{
	position: relative;
	height: 20px;
	width: 100%;
	border-bottom: solid 1px Silver;
	vertical-align: middle;
}

.sectionToggle
{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 18px;
	background-position: 1px bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

html[dir=rtl] .sectionToggle
{
	left: auto;
	right: 0;
}

.sectionLabel
{
	position: absolute;
	top: 0;
	left: 18px;
	right: 0;
	height: 20px;
	font-weight: 700;
	padding-top: 4px;
}

html[dir=rtl] .sectionLabel
{
	left: 0;
	right: 18px;
}

.sectionBody
{
	position: relative;
	margin-left: 16px;
}

html[dir=rtl] .sectionBody
{
	margin-left: 0;
	margin-right: 16px;
}

.sectionBody.open
{
	display: block;
}

.sectionBody.closed
{
	display: none;
}

.label-container span
{
	display: block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*!
 SourceCode.Forms.Controls.Web.Picker.Resources.PickerStyleRuntime.css (Embedded resource)
*/
html.mobile .picker div.hide-watermark{display:none!important}.picker div.empty{display:none!important}.picker{display:block;left:0;position:relative;top:0;width:100%}.picker-input{background-color:window;border-color:#000;color:windowtext;left:0;right:19px}html[dir=rtl] .picker-input{left:19px;right:0}div.picker div.picker-input div.editable-area{line-height:1.2;min-height:18px;outline:none medium;text-align:left;padding-bottom:0;padding-top:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:normal}html[dir=rtl] div.picker div.picker-input div.editable-area{text-align:right}.picker-input .editable-area span.entity{font:inherit;color:inherit}.picker-input-container{position:relative;width:100%}.picker-input .resolved{text-decoration:underline;padding-bottom:1px;font:inherit;color:inherit}.picker-input .unresolved{background-image:url("RT.SourceCode.Forms.Controls.WebResources/errorunderline.png?_gv=1495825376-20251006-061734");background-position:bottom;background-repeat:repeat-x;padding-bottom:1px;font:inherit;color:inherit}.picker-input .spinner{background-image:url("RT.SourceCode.Forms.Controls.WebResources/lightgeneric16.gif?_gv=1495825376-20251006-061734");background-position:center;background-repeat:no-repeat;min-width:16px;min-height:16px;display:block;float:right;height:100%;position:absolute;right:1px;top:0}.picker .extended-button{float:right;left:auto;right:0;min-width:19px}a.menu-item.picker-error{background-image:url("RT.SourceCode.Forms.Controls.WebResources/warning10x10.png?_gv=1495825376-20251006-061734");background-position:left;background-repeat:no-repeat}a.menu-item.picker-delete{background-image:url("RT.SourceCode.Forms.Controls.WebResources/delete16.png?_gv=1495825376-20251006-061734");background-position:left;background-repeat:no-repeat}a.menu-item.picker-search{background-image:url("RT.SourceCode.Forms.Controls.WebResources/search16.png?_gv=1495825376-20251006-061734");background-position:left;background-repeat:no-repeat}.theme-entry a.picker-add{vertical-align:top}.theme-entry a.picker{vertical-align:top}.theme-entry .picker-search-grid.grid.full{height:282px}.theme-entry .picker .input-control .input-control-m-c{background-color:transparent}
/*!
 SourceCode.Forms.Controls.Web.Content.Resources.Content.css (Embedded resource)
*/
.theme-entry .drop-item.content-control,.theme-entry .tree li.content-control>a,.theme-entry .tree li.content-control>span{background-image:url('RT.SourceCode.Forms.Controls.WebResources/webresource2.png?_gv=1495825376-20251006-061734');background-position:1px -50px;background-repeat:no-repeat}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content{position:relative;overflow:hidden;height:375px}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.hidden.preview,.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.hidden.designtime{display:inline-block}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.hidden{display:none}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-style-wrapper{overflow:hidden;position:absolute;top:0;right:0;left:0;bottom:0}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-frame-wrapper{position:relative;width:100%;height:100%;overflow:hidden}html.mobile .theme-entry .SourceCode-Forms-Controls-Web-Content-Content.scrolling .content-control-frame-wrapper{overflow:auto;-webkit-overflow-scrolling:touch}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-iframe{position:relative;width:100%;height:100%}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .framemark-spacer{height:50%;width:100%}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .framemark-inner{position:relative;clear:both;text-align:center;margin-top:-17px;height:50%}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.disabled .content-control-watermark{display:inline-block!important}.theme-entry .input-control-watermark.content-control-watermark{position:static}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .framemark-watermark,.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.disabled .framemark-watermark{display:inline-block!important;border-style:Dotted;border-width:1px;border-color:#bbb;padding:10px;position:relative;top:auto;left:auto;right:auto;bottom:auto;overflow:hidden;text-align:center;line-height:normal;white-space:pre-wrap;white-space:-moz-pre-wrap;word-wrap:break-word;max-width:75%}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-disable-overlay{top:0;left:0;position:absolute;border-style:none;opacity:.01;background-color:#000}.ie8 .theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-disable-overlay,.ie-document-mode-8 .theme-entry .SourceCode-Forms-Controls-Web-Content-Content .content-control-disable-overlay{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=1)"}.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.disabled .content-control-disable-overlay,.theme-entry .SourceCode-Forms-Controls-Web-Content-Content.preview .content-control-disable-overlay{bottom:0;right:0}
/*!
 SourceCode.Forms.Controls.Web.SaveAsPDF.Resources.SaveAsPDFStyle.css (Embedded resource)
*/
.saveaspdf-control-designtime{width:32px;height:32px}
