
#ViewDialogContainer {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
	margin: 0px;
}

#ViewHeader,
#ViewDialogHeader {
	display: block;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	padding: 15px 20px 0px 20px;
	overflow: visible;
	background-color: #FFFFFF;
}

#ViewDialogFooter {
	display: block;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	padding: 0px 20px 15px 20px;
	overflow: visible;
	background-color: #FFFFFF;
}

#ViewDialogElements {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	margin: 58px 0px 95px 0px;
	z-index: 10;
	overflow: visible;
}

#ResizeDialogFrames {
	cursor: s-resize;
}

#ViewHeader .RegisterLine,
#ViewDialogHeader .RegisterLine {
	margin: 0px -20px;
}

.DialogGroup {
	position: absolute;
	display: block;
	z-Index: 2000;
	overflow: visible;
	top: 0px;
	left: 0px;
}

.DialogCaption {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
	position: absolute;
	display: block;
	z-Index: 1750;
	top: 0px;
	text-align: right;
	overflow: visible;
	vertical-align: middle;
	white-space: nowrap;
}

.DialogCaption span {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 3px 3px;
	margin: auto 0px;
}

.DialogText {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	position: absolute;
	display: block; 
	z-Index: 2150;
	overflow: hidden;
	top: 0px;
	left: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

.DialogElement {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	padding: 1px 3px;
	position: absolute;
	display: block;
	z-Index: 2000;
	overflow: hidden;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}

input.DialogElement:disabled,
textarea.DialogElement:disabled,
select.DialogElement:disabled {
    background-color: #FFFFFF;
}

input.DialogElement:disabled::-ms-value,
textarea.DialogElement:disabled::-ms-value,
select.DialogElement:disabled::-ms-value {
	padding: 0px 3px 0px 0px;
}

.DialogElement a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #0D8136;
	font-weight: normal;
	line-height: 16px;
	padding: 1px 0px;
	white-space: nowrap;
}
.Hover .DialogElement a:hover {
	text-decoration: underline;
}

img.DialogElement {
	padding: 0px;
}

.DialogComboboxContainer {
	position: relative;
	z-index: 9000;
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
    box-sizing: border-box;
}

.DialogComboboxBlocker,
.DialogComboboxInput {
	display: block;
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	overflow: hidden;
	vertical-align: middle;
    box-sizing: border-box;
	width: auto !important;
	line-height: 100%;
	height: auto !important;
	padding: 0px;
	margin: -1px 0px;
    cursor: pointer;
}

.DialogCombobox,
.DialogComboboxInactive,
.DialogComboboxContainer select {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 100%;
	padding: 1px 17px 1px 3px;
	position: relative;
	display: block;
	overflow: hidden !important;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	
    box-sizing: content-box;
	background: #FFFFFF url(../images/bg/bg_dropdown.png) no-repeat 100% center;
}
.DialogComboboxContainer select::-ms-expand {
  display: none;
}

.DialogComboboxContainer select {
    box-sizing: border-box;
}

.DialogComboboxText div {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	min-height: 16px;
	padding: 4px 5px;
	overflow: visible;
	vertical-align: middle;
	white-space: nowrap;
}

.Hover .DialogComboboxText div:hover,
.Hover .DialogComboboxText div.Active:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

.DialogComboboxText div.Active {
	background-color: #f7f7f7;
	font-style: italic;
}

.DialogComboboxText p {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	padding: 4px 5px;
	overflow: visible;
	vertical-align: middle;
}

.DialogButton,
.DialogButtonPlain,
.DialogButtonActive,
.DialogButtonInactive,
.DialogButtonSelectFile,
.DialogButtonSelectImage,
.DialogButtonClearImage,
.DialogButtonCalendar {
	position: absolute;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #34FF34;
	line-height: 16px;
	padding: 7px;
	cursor: pointer;
	outline: none;
	margin: 0px;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
	background: transparent url(../images/buttons/button.png) repeat-x left center;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.DialogButton,
.DialogButtonActive,
.DialogButtonInactive {
	padding: 4px;
	
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.Hover .DialogButton:hover,
.Hover .DialogButtonActive:hover,
.Hover .DialogButtonInactive:hover {
	text-decoration: none;
	color: #0D8136;
	border: 1px solid #0D8136;
}

.DialogButtonActive,
.DialogButtonInactive {
	color: #0D8136;
	border: 1px solid #0D8136;
}
.DialogButtonActive,
.DialogButtonInactive {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.Hover .DialogButtonInactive:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.DialogButtonPlain,
.DialogButtonSelectFile,
.DialogButtonSelectImage,
.DialogButtonClearImage,
.DialogButtonCalendar {
	width: 20px;
	height: 20px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	
.DialogButtonPlain {
	background: none;
	padding: 0px; 
}
	
.DialogButtonCalendar {
	background: transparent url(../images/actions/calendar.png) no-repeat center;
}

.DialogButtonSelectFile {
	background: transparent url(../images/actions/files.png) no-repeat center;
}

.DialogButtonSelectImage {
	background: transparent url(../images/actions/images.png) no-repeat center;
}

.DialogButtonClearImage {
	background: transparent url(../images/actions/images_clear.png) no-repeat center;
}
	
.DialogButtonTable {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 13px;
	padding: 0px;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	border: 1px solid #919090;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/buttons/button.png);
}

.DialogButtonFile {
	cursor: pointer;
	padding: 0px;
	position: absolute;
	display: block;
	z-Index: 2100;
	overflow: hidden;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	height: 22px;
	width: 22px;
	background: url(../images/actions/image_upload.png) no-repeat left top;
}

.DialogButtonFileInput {
	cursor: pointer;
	float: right;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	border: none;
	width: 22px;
	height: 22px;
		opacity: 0;
}

.DialogButton.ToggleCheckbox {
	z-Index: 10000;
	left: inherit;
	left: auto;
	right: 0px;
	height: 100%;
	max-height: 20px;
	border: none;
	background: #FFFFFF;
	margin: 0px;
	padding: 1px 1px 3px 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.DialogFile {
	cursor: pointer;
	padding: 0px;
	position: absolute;
	display: block;
	z-Index: 2100;
	overflow: hidden;
	top: 0;
	left: 0;
	vertical-align: middle;
	height: 20px;
	width: 240px;
	background: url(../images/input/file.png) no-repeat right top;
}

.DialogFileActive {
	cursor: pointer;
	padding: 0px;
	position: absolute;
	display: block;
	z-Index: 2100;
	overflow: hidden;
	top: 0;
	left: 0;
	vertical-align: middle;
	height: 20px;
	width: 240px;
	background: url(../images/input/file_active.png) no-repeat right top;
}
.DialogFileInput {
	float: right;
	right: 0;
	top: 0;
	position: absolute;
	display: block;
	z-index: 1;
	border: none;
	width: 30px;
	height: 30px;
		opacity: 0;
}

.DialogFileText {
	float: left;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #c7c7c7;
	width: 200px;
		opacity: 1;
}

.DialogBgInactive {
	background-color: #ffffff !important;
}
.DialogBgActive {
	background-color: #ffffff !important;
}

.DialogBorderLocked {
	border: 1px dashed #c7c7c7 !important;
}
.DialogBorderObligate {
	border: 1px solid #fe2c2c !important;
}
.DialogBorderDefault {
	border: 1px solid #c7c7c7 !important;
}

#ViewDialogTable {
	margin: 0px 20px;
	position: relative;
	overflow: visible;
	display: block;
	width: auto;
}

#ViewDialogTable .List {
	table-layout: fixed;
	margin: 0px;
	width: 0px;	
}

#ViewDialogElements .List .ListHeader {
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
}

#ViewDialogElements .List .ListSort {
	cursor: pointer;
}

#ViewDialogElements .List .ListSort.Inactive {
	cursor: auto;
}

#ViewDialogElements .List .ListHeader th {
	overflow: hidden;
}

#ViewDialogElements .List .ListHeader th span {
	cursor: col-resize;
}

#ViewDialogElements .List .ListHeader div {
	width: auto;
	white-space: nowrap;
	text-align: left;
}

#ViewDialogElements .List .ListBody td {
	overflow: hidden;
}

#ViewDialogElements .List .ListBody .ListContent {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 3px 10px;
	white-space: nowrap;
}

#ViewDialogElements .List .ListBody .ListContent span {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	white-space: nowrap;
}

#ViewDialogTable .List .ListHeader .ResizeGlue,
#ViewDialogTable .List .ListBody .ResizeGlue {
	overflow: visible;
	padding: 0px;
	margin: 0px;
	width: 5px;
	height: 100%;
	background: transparent url(../images/bg/bg_listresize.png) repeat-y center;
}

#ViewDialogTable .List .ListHeader .ResizeGlue span,
#ViewDialogTable .List .ListBody .ResizeGlue span {
	background-color: #c5c5c5;
	width: 1px;
	height: 100%;
	margin: 0px 2px;
	overflow: visible;
	display: inline-block;
}

#ViewDialogElements .List .ListBody.Filter td {
	overflow: visible;
}

#ViewDialogTable .ListBody.Filter .DialogButtonCalendar {
	margin-left: 8px;
}

#ViewDialogTable .FixedHeader {
	margin-bottom: -1px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.DialogSubmenuContainer,
.ButtonSubmenuContainer {
	position: relative;
	display: inline-block;
} 

.DialogSubmenu,
.ButtonSubmenu {
	position: absolute;
	display: block;
	bottom: 29px;
	right: 0px;
	z-index: 30000;
	
	padding: 5px 10px;
	margin: 0px;
	
	width: auto;
	max-width: 300px;
	height: auto;
	
	overflow: auto;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #0D8136;
	
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
    
	bottom: -2900px;
    
	-webkit-transition: opacity 0.2s 0s ease-in-out, bottom 0s linear 0.5s;
	-moz-transition: opacity 0.2s 0s ease-in-out, bottom 0s linear 0.5s;
	-ms-transition: opacity 0.2s 0s ease-in-out, bottom 0s linear 0.5s;
	-o-transition: opacity 0.2s 0s ease-in-out, bottom 0s linear 0.5s;
	transition: opacity 0.2s 0s ease-in-out, bottom 0s linear 0.5s;
}

.ButtonSubmenu {
    right: initial;
 	left: 0px;
}

.Hover .DialogSubmenuContainer:hover .DialogSubmenu,
.Hover .ButtonSubmenuContainer:hover .ButtonSubmenu,
.DialogSubmenuContainer.Active .DialogSubmenu,
.ButtonSubmenuContainer.Active .ButtonSubmenu {
	display: block;
	bottom: 34px;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
    
	-webkit-transition: opacity 0s 0s ease-in-out, bottom 0s linear 0s;
	-moz-transition: opacity 0s 0s ease-in-out, bottom 0s linear 0s;
	-ms-transition: opacity 0s 0s ease-in-out, bottom 0s linear 0s;
	-o-transition: opacity 0s 0s ease-in-out, bottom 0s linear 0s;
	transition: opacity 0s 0s ease-in-out, bottom 0s linear 0s;
}

.Dashboard .ButtonSubmenu {
	bottom: initial;
    top: -2900px
}

.Hover .Dashboard .ButtonSubmenuContainer:hover .ButtonSubmenu,
.Dashboard .ButtonSubmenuContainer.Active .ButtonSubmenu {
	bottom: initial;
    top: 30px
} 

.DialogSubmenu div,
.ButtonSubmenu div {	
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 3px 0px;
	white-space: nowrap;
	cursor: pointer;	
}
.Hover .DialogSubmenu div:hover,
.Hover .ButtonSubmenu div:hover {
	color: #0D8136;
}

.DialogFileExplorer {
	margin: 20px;
}

.DialogFileExplorer .Header {
    position: relative;
    height: auto;
    width: auto;
    background: none;
}

.DigitizeImage {
	display: block;
	width: 100%;
	height: 16px;
	background: transparent url(../images/blank.gif) no-repeat center;
	border: 1px solid #c7c7c7;
}

.CaptureVideo {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 5px;
    background-color: white;
}

.CaptureVideo .Video,
.CaptureVideo .Canvas,
.CaptureVideo .Title {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.CaptureVideo .Canvas {
	z-index: 90;
}
.CaptureVideo .Title {
	z-index: 110;
	bottom: initial;
	width: auto;
	height: auto;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}