@CHARSET "UTF-8";

@import "//ajax.googleapis.com/ajax/libs/dojo/1.11.2/dojox/editor/plugins/resources/css/PasteFromWord.css";
@import "//ajax.googleapis.com/ajax/libs/dojo/1.11.2/dojox/editor/plugins/resources/editorPlugins.css";
@import "//ajax.googleapis.com/ajax/libs/dojo/1.11.2/dojox/editor/plugins/resources/css/LocalImage.css";

.halfHidden {
	opacity: 0.25;
}
.halfHidden:hover {
	opacity: 1;
}

/* universal */

.staticWidth > .dijit {
    width: inherit !important;
}

.indent-left {
 	background-image:url("../css/img/indent_left.png");
 	background-repeat: no-repeat;
 	display:inline-block;
 	width: 16px;
 	height: 14px;
 	cursor: pointer;
}

.indent-right {
 	background-image:url("../css/img/indent_right.png");
 	background-repeat: no-repeat;
 	display:inline-block;
 	width: 16px;
 	height: 14px;
 	cursor: pointer;
}

.add-icon {
	background-image:url("../css/img/icon_datalynk.png");
	background-position:0 -36px;
	display: inline-block;
	height:16px;
	width:16px;
}


.delete-icon {
	background-image:url("../css/img/icon_datalynk.png");
	background-position:-36px -36px;
	display: inline-block;
	height:16px;
	width:16px;
}

.displayNone {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
.full {
	width: 100% !important;
	height: 100% !important;
}

.odg-editor {
	font-size: 12px;
}

.odgSearchBox {
	display: inline-block;
}
.odgSearchBox .searchtb-textbox {
	border-radius: 3px;
}


.searchCollapsed .searchtb-textbox {
	visibility: hidden;
}

.searchtb .icon-fi
, .searchCollapsed:hover .icon-fi {
	display: none;
}

.searchCollapsed .icon-fi {
	display: inline-block;
}

.searchCollapsed:hover .searchtb-textbox
, .searchFocused .searchtb-textbox {
	visibility: visible;
	display: inline-block;
}
.searchFocused .icon-fi {
	display: none;
}



/* OnDemandGrid */
.odg .dgrid-cell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.odg .odg-group-count
, .odg .odg-group-header-value {
	display: inline-block;
}
.odg .odg-group-count:before {
	margin-left: 5px;
	content: '('
}
.odg .odg-group-count:after {
	content: ')'
}
.odg .dgrid-cell .icon {
	margin-right: 5px;
}
.odg .dgrid-cell .icon:last-child {
	margin-right: 0;
}
.odg .odg-group-header {
	cursor: pointer;
	font-weight: bold;
}
.odg .dgrid-column-0-0-0 .filterGridIcon {
	color: #fff;
}
.odgSearchTextBox {
	position: fixed;
	z-index: 9999; /* 1 above the column breaks */
	margin-top: -11px;
}
.odg .odg-row-totals .dgrid-cell {
	text-decoration: overline;
	font-weight: bold;
}
.odg .odg-row-grandtotals .dgrid-cell {
	font-weight: bold;
}
.odg .odg-row-grandtotals {
	border-top: 3px double #ddd;
}
.odg .dgrid-loading
, .odg .dgrid-no-data-message
, .odg .dgrid-no-data {
	text-align: center;
	color: #aaa;
	padding: 10px 0 10px 10px;
}

.odg .odg-damaged {
	text-decoration: line-through;
}
.odg td.odg-damaged {
	background-color: #ddd;
}
.odg .noDataAddRecord {
	display: inline-block;
	margin-top: 5px;
}

.boolean-value {
	font-size: 20px;
}
.boolean-value-true:before
, .boolean-value-false:before {
	position: absolute;
	margin-top: -13px;
	margin-left: -8px;
	font-weight: bold;
}
.boolean-value-true:before {
	content: '✓';
	color: #00b700;
}
.boolean-value-false:before {
	content: '✗';
	color: #ddd;
}
.odg .dgrid-footer .dgrid-column-set-0 {
	visibility: hidden;
}
.odg-tt-group {
	padding-left: 15px;
	margin: 0;
}
.odg-tt-group .odg-tt-group {
	padding-left: 0;
}
.odg-tt-group > * {
	list-style-type: disc;
}
ul.odg-tt-group > ul.odg-tt-group
, ul.odg-tt-value {
	padding-left: 15px;
}
li.odg-tt-value {
	list-style-type: circle;
}
.odg .odg-expando {
	display: inline-block;
	width: 12px;
	overflow: hidden;
}

.odg > .dgrid {
	border: 0 !important;
}
.odg-group-header-value > * {
	display: inline-block;
}
.odg-null, .odg-empty {
	font-style: italic;
	color: #aaa;
}
.odg-null:before {
	content: '(null)';
}
.odg-empty:before {
	content: '(empty string)';
}
.odg-group-header-count {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.odg-group-header-count:before {
	content: '(';
	margin-left: 5px;
}
.odg-group-header-count:after {
	content: ' records)';
}

.dgrid-header .dgrid-column-set-0 th.dojoDndItemOver
, .dgrid-header .dgrid-column-set-1 th.dojoDndItemOver:last-child {
	background: 0 none !important;
	cursor: default !important;
}

.odg .odg-row-totals .dgrid-column-set-0 .icon {
	display: none;
}
.odg .odg-group-header-value .boolean-value {
	position: unset !important;
}
.odg-row-totals .boolean-value
, .odg .dgrid-footer .boolean-value {
	display: none;
}

.odg-file-image
, .dgrid-cell .dlAttatchmentGetter:only-child .odg-file-image {
	width: 100%;
}
.dgrid-cell .odg-file-image {
	max-width: 125px;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-right: 5px;
}

.dgrid-cell .dlAttatchmentGetter:last-child .odg-file-image {
	margin-left: 0;
}

.dijitTooltip .odg-file-image {
	width: auto;
	height: auto;
}

.odg-row-grandtotals .dgrid-column-set-0 .icon {
	display: none !important;
}

.odg-related
, .odg-related-display {
	display: inline-block;
}
.odg-related-display
, .aggregateResult {
	text-decoration: underline;
	cursor: pointer;
}


/* FORMULA BUILDER */
.formulaBuilder
, .formulaBuilder > .dijitBorderContainer
, .formulaBuilder > .dijitBorderContainerNoGutter
, .formulaBuilder .formulaBuilder-expression {
	width: inherit;
	height: inherit;
}

.formulaBuilder .formulaBuilder-expression {
	border: 0 !important;
	padding: 0 !important;
}
.formulaBuilder .formulaBuilder-centerPane {
	padding: 2px !important;
}
.formulaBuilder-related-option-parent {
	display: inline-block;
}
.formulaBuilder-related-option:before {
	content: '↳';
	margin-right: 5px;
	color: #ddd;
}
.formulaBuilder-related-option .formulaBuilder-related-option-parent {
	font-style: italic;
	color: #888;
	font-size: 11px;
}
.formulaBuilder-related-option .formulaBuilder-related-option-parent:before {
	content: '(';
	margin-left: 5px;
}
.formulaBuilder-related-option .formulaBuilder-related-option-parent:after {
	content: ')';
}
.formulaBuilder .formulaBuilder-fetching {
	display: inline-block;
	padding: 3px;
}
.formulaBuilder .formulaBuilder-leftPane {
	width: 125px;
}
.formulaBuilder .dijitContentPane {
	padding: 0;
}
.formulaBuilder .dgrid {
	width:100%;
	overflow-x: hidden;
	border: 0 !important;
	height: 100%;
}
.formulaBuilder .dgrid-cell {
	border-right-width: 0;
	border-left-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.formulaBuilder .dgrid-footer {
	padding: 5px;
	border-top: 1px solid #ddd;
}
.formulaBuilder .dgrid-row {
	cursor: pointer;
}
.formulaBuilder .dijitSplitter {
	border: 0 !important;
}


.rotate45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dijitRoleShare {
	display: inline-block !important;
	width: 250px;
	vertical-align: top;
}
.dijitRoleShare .dgrid-column-selector
, .dijitFieldCheckBox .dgrid-column-selector {
	width: 32px;
	text-align: center;
}
.dijitRoleShare .dgrid-row {
	cursor: pointer;
}
.dijitRoleShare .dgrid-row:hover {
	background-color: #f7fac6;
}
.dijitRoleShare td.dgrid-cell
, .dijitFieldCheckBox td.dgrid-cell {
	padding: 1px 3px;
}

.dijitToggleGroup {
	display: inline-block;
	vertical-align: middle;
}

.dijitToggleGroup .dijitToggleButton {
	display: none;
	cursor: pointer;
}

.dijitToggleGroup .dijitToggleButtonChecked
, .dijitRoleShare .dijitToggleButtonChecked {
	display: inline-block;
	float: left;
}
.dijitToggleGroup:hover .dijitToggleButton {
	display: inline-block;
}

.dijitPopup .dgrid-content {
	width: 100% !important;
}

.claro .dijitFieldSelect {
	border: 1px solid #b5bcc7;
}
.claro .dijitFieldSelect .dijitInputField {
	padding: 1px 0 1px 2px;
}
.claro .dijitFieldSelect .dijitArrowButtonInner {
	border: 1px solid #fff;
	background-image: url("//ajax.googleapis.com/ajax/libs/dojo/1.10.1/dijit/themes/claro/form/images/commonFormArrows.png");
    background-position: -35px 53%;
    background-repeat: no-repeat;
    margin: 0;
    width: 14px;
}
.claro .dijitFieldSelect .dijitButtonNode {
	background-color: #efefef;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    border-width: 0 0 0 1px;
    border-color: #b5bcc7;
}
.dijitFieldSelect .dijitButtonNode input {
	direction: ltr !important;
    height: auto !important;
    text-align: left !important;
    text-indent: -2em !important;
}

.dijitPopup .dgrid {
	background-color: #fff;
}

.dijitFieldSelectPopup .dijitFieldSelect {
	max-height: 500px;
	overflow-y: auto;
	margin-left: -1px !important;
}


/* permissions */
.rowPerm-grid {
	width: 100%;
	height: 100% !important;
	border: 0 !important;
}
.rowPerm-grid .dgrid-column-query
, .rowPerm-grid .dgrid-column-update
, .rowPerm-grid .dgrid-column-delete
, .rowPerm-grid .dgrid-column-insert
, .rowPerm-grid .dgrid-column-where {
	width: 50px;
	text-align: center;
}
.rowPerm-grid .icon {
	font-size: 15px;
}
.rowPerm-checkbox {
	color: #ddd;
	cursor: pointer;
}
.rowPerm-grid .dgrid-column-where .icon {
	color: #a00;
}
.rowPerm-checked
, .rowPerm-all-checked
, .rowPerm-some-checked {
	color: #48d61d;
}
.rowPerm-some-checked:before {
	content: "(\f126)";
}
.rowPerm-checkbox.fi-loop {
	color: #666;
}
.rowPerm-locked .rowPerm-checkbox {
	cursor: wait;
	cursor: progress;
}
.rowPerm-locked .fi-loop:before {
	content: "\f16b";
}

.rowPerm-grid .rowPerm-name {
	display: inline-block;
}
.rowPerm-grid .dgrid-column-name > * {
	vertical-align: middle;
}
.rowPerm-grid .dgrid-column-name .icon {
	display: inline-block;
	visibility: hidden;
	margin-left: 5px;
}

.rowPerm-grid .dgrid-row:hover .dgrid-column-name .icon  {
	visibility: visible;
	cursor: pointer;
}
.rowPerm-roleSelect {
	text-align: left;
}

.rowPerm-field {
	margin-right: 5px;
	display: inline-block;
}
.rowPerm-field:after {
	content: ',';
}
.rowPerm-field:last-child {
	margin-right: 0;
}
.rowPerm-field:last-child:after {
	content: none;
}


/* slice editor */
.sledit-control label:not(.sublabel):not(:empty):after {
	margin-right: 5px;
	content: ':'
}

.sledit .dgrid-column-ordinal {
	width: 32px;
	text-align: center;
}

.sledit-control {
	margin-bottom: 15px;
}

.sledit .sledit-name, .sledit .sledit-emailSubject, .sledit .sledit-emailFrom {
	width: 30%;
	min-width: 300px;
}

.sledit .sledit-emailFrom .rabugr-group-row {
	float: left;
}

.sledit-shareExpiry {
	width: 45px;
}

/* fields editor */
.feditor-buttons {
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.feditor-buttons > * {
	display: block !important;
}
.feditor .dgrid-column-hide
, .feditor .dgrid-column-wrap {
	width: 40px;
	text-align: center;
}
.feditor .dgrid-column-field {
	width: 15px;
	text-align: center;
}
.feditor .dgrid-column-width
, .feditor .dgrid-column-align
, .feditor .dgrid-column-aggregate {
	width: 90px;
}
.feditor .dgrid-column-width .dijit
, .feditor .dgrid-column-align .dijit
, .feditor .dgrid-column-aggregate .dijit {
	width: 90%;
	width: calc(100% - 4px);
}
.feditor-category-rule .dgrid-column-hide
, .feditor-category-rule .dgrid-column-width
, .feditor-category-rule .dgrid-column-align
, .feditor-category-rule .dgrid-column-aggregate {
	/* display: none; */
}

.dgrid-cell .dijitSelect .dijitArrowButtonContainer {
	width: 16px;
}
.feditor .dgrid-cell > .dijitTextBox {
	width: 100%;
}

.rabugr {
	display: inline-block;
	vertical-align: top;
}
.rabugr-group-row label:after {
	content: none;
	margin: 0;
}

.dijitReportSelect
, .dijitFormSelect {
	display: inline-block;
}


.sledit-trigger .dijitReportSelect-application
, .sledit-trigger .dijitFormSelect-application {
	/* opacity: 0.5; */
	display: none;
}

.dijitApplicationCheckBox {
	display: inline-block !important;
	vertical-align: top;
	width: 275px;
}
.dijitApplicationCheckBox .dgrid-column-selector,
.dijitApplicationCheckBox .dgrid-column-up ,
.dijitApplicationCheckBox .dgrid-column-down {
	width: 24px;
	text-align: center;
}
.dijitApplicationCheckBox .dgrid-preload {
	height: 0 !important;
}

.confirm-dialog-input-password {
	width: 97%;
	width: calc(100% - 6px);
}



.dijitArrayRow:first-child .moveUp
, .dijitArrayRow:last-child .moveDown {
	visibility: hidden;
}
.dijitArrayRow {
	margin-bottom: 10px;
	clear: both;
}
.dijitArrayRow:last-child {
	margin-bottom: 0;
}
.dijitArrayRow .icon {
	margin-right: 3px;
	vertical-align: top;
	margin-top: 5px;
}

.find-and-replace .row-replace .dijitCheckBox {
	/* margin-right: 186px; */
}
.find-and-replace .row-find > span > label {
	margin-left: 5px;
}
/* .find-and-replace .row-find .dijitCheckBox +:last-child {
	margin-right: 91px;
} */

.find-and-replace .dijitFieldSelectInjector
, .find-and-replace .dijitFieldSelectInjector + textarea {
	display: none;
}

.find-and-replace[data-using-expression="true"] .dijitFieldSelectInjector
, .find-and-replace[data-using-expression="true"] .dijitFieldSelectInjector + textarea {
	display: inline-block;
}
.find-and-replace[data-using-expression="true"] .dijitFieldSelectInjector {
	font-size: 11px;
    position: absolute;
    right: 84px;
    width: 10em !important;
}
.find-and-replace[data-using-expression="true"] .dijitFieldSelectInjector + textarea {
	width: 275px !important;
}
.find-and-replace[data-using-expression="true"] .dijitFieldSelectInjector + textarea + * {
	display: none;
}

.odg-saving {
	background-color: #ddd !important;
	color: #999 !important;
}
.odg-saving:before {
	content: 'Saving:';
	margin-right: 5px;
}

.dijitSupportPopup .dijitSupportPopupPane {
	background-color: transparent !important;
    background-repeat: no-repeat;
    border: 0 none !important;
    float: left;
    height: 430px;
    margin: 12px;
    padding: 9px;
    width: 276px;
}
.supportChat {
	margin: 4px !important;
}
.dijitSupportPopup .dijitSupportJoinMeIcon {
	background-image: url('img/screen_share_icon.png');
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 912px;
	top: 19px;
}
.dijitLoginDialog .supportButton {
	cursor: pointer;
}
.dijitSupportPopup {
	background-image: url("/static/js/auxilium/dijits/css/img/help_hover_container.png");
    background-repeat: no-repeat;
    height: 460px;
    overflow: hidden;
    width: 957px;
}
.dijitSupportDialog {
	border: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	background-image: none !important;
	z-index: 9999 !important;
}
.dijitSupportDialog .dijitDialogPaneContent {
	padding: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
}
.dijitSupportDialog .dijitDialogTitleBar {
    display: none;
}
.dijitSupportDialog .dijitDialogTitle {
	visibility: hidden;
}
.dijitSupportPopup > .dijitBorderContainer {
	width: inherit;
	height: 445px;
}
.supportEmail {
	background-image: url("/static/js/auxilium/dijits/css/img/email_btn.png");
}
.supportPhone {
	background-image: url("/static/js/auxilium/dijits/css/img/phone_btn.png");
}
.dijitSupportDialog form {
	font-size: 15px;
	margin-top: 30px;
	color: #6e2418;
}
.dijitSupportDialog form > * {
	display: block;
	margin-bottom: 10px;
}
.dijitSupportDialog form .dijitTextBox {
	background-color: #fff;
	font-size: 12px;
	width: 270px;
}
.dijitSupportDialog .dijitTextArea {
	height: 109px;
}
.dijitSupportDialog .submitButton {
	position: absolute;
	top: 381px;
	left: 18px;
}
.dijitSupportDialog .submitButton .dijitButtonNode {
	height: 40px;
	width: 267px;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.dijitColorSelectLabel {
	display: inline-block;
	width: 12px;
	border-radius: 2px;
}

.sledit-row-name {
	display: inline-block;
}

.sledit-row-titleBold, .sledit-row-foreColor {
	display: inline-block;
}
.sledit-row-titleBold label {
	width: 40px !important;
}
.sledit-row-foreColor label {
	width: 50px !important;
}
.sledit-row-titleColor {
	display: inline-block;
    position: absolute;
    margin-top: -36px;
}

.sledit-row-titleColor {
	margin-left: 300px;
	margin-top: -42px;
}
.sledit-row-titleColor .dijitSelect {
	margin-top: -2px;
}

.sledit-fontSize.dijitSpinner {
	width: 50px;
}

.dgridIconColumn {
	text-align: center !important;
	width: 22px;
}
.dgridIconColumn:last-child {
	width: 37px;
	text-align: left !important;
}

.dijitPermissionsGrid .dgridIconColumn {
	width: 28px;
}

/* PERMISSIONS GRID */
.dijitPermissionsGrid .icon {
	cursor: pointer;
}
.dijitPermissionsGrid {
	height: inherit !important;
}

.pane-editPerms .dijitToggleButton .normal-button {
	display: flex;
	flex-direction: column;
	align-items: center;

}
.pane-editPerms .dijitToggleButton .dijitButtonText {
	color: #2d5c7c;
}
.pane-editPerms .dijitToggleButton .dijitCheckBoxIcon {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.dijitPermissionsGrid .dgrid-content > .dgrid-row {

}
.dijitPermissionsGrid .dgrid-content > .dgrid-row .dgrid-cell {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dijitPermissionsGrid .permsNone .permsIcons .icon
, .dijitPermissionsGrid .icon.na {
	opacity: 0.15;
}
.dijitPermissionsGrid th[colspan] {
	text-align:center;
}
.dijitPermissionsGrid .permsTitle {
	margin-left: 5px;
}
.dijitPermissionsGrid .dgrid-column-rowPerms-delete
, .dijitPermissionsGrid .dgrid-column-rowPerms
, .dijitPermissionsGrid .dgrid-column-userCount
, .dijitPermissionsGrid .dgrid-column-delete
, .dijitPermissionsGrid .dgrid-column-slicePerms-share
, .dijitPermissionsGrid .dgrid-column-slicePerms {
	border-right: 2px solid #ddd;
}

.dijitPermissionsGrid .permsIcons .icon {
	opacity: 0;
	margin-left: 5px;
}
.dijitPermissionsGrid .permsNone .icon {
	opacity: 0.05;
}
.dijitPermissionsGrid .inheritFromRole .icon
, .dijitPermissionsGrid .inheritFromAncestor .icon {
	opacity: 0.25;
}
.dijitPermissionsGrid .dgrid-row:hover .dgrid-column-name .icon {
	opacity: 1;
}
.dijitPermissionsGrid .dgrid-column-_id
, .dijitPermissionsGrid .dgrid-column-userCount {
	width: 38px;
	text-align: center;
}
.dijitPermissionsGrid .dgrid-column-homeDashboard {
	width: 75px;
}
.dijitPermissionsGrid .permsNone
, .dijitPermissionsGrid .permsNone .icon {
	cursor: copy;
}
, .dijitPermissionsGrid .permsExplicit
, .dijitPermissionsGrid .dgrid-column-name {
	cursor: pointer;
}
.dijitPermissionsGrid th.dgrid-cell {
	white-space: unset;
	text-overflow: unset;
}
.dijitPermissionsGrid th {
	vertical-align: bottom !important;
}

.dijitPermissionsGrid .dijitDashboardDropDownButton .dijitButtonNode {
	background: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.dijitPermissionsGrid .dijitDashboardDropDownButton {
	margin: 0 !important;
}
.dijitPermissionsGrid .dijitDashboardDropDownButton .dijitButtonText {
	padding: 0;
}
.dijitPermissionsGrid .dijitDashboardDropDownButton.dijitDropDownHasValue .dijitButtonText {
	padding: 0 3px 0 0; /* matches standard */
}

.feditor_fieldSelect {
	width: 300px;
}
.feditor_fieldSelect .dgrid {
	border: 0;
}
.feditor-buttons .icon {
	margin-top: 5px;
}
.feditor-add-above {
	border-top: 2px dotted #8a8a8a;
}
.feditor-add-below {
	border-bottom: 2px dotted #8a8a8a;
}
.feditor-add-below, .feditor-remove {
	margin-bottom: 25px;
}
.sledit-rule .dgrid-column-hide
, .sledit-rule .dgrid-column-align
, .sledit-rule .dgrid-column-aggregate
, .sledit-rule .dgrid-column-width {
	display: none !important;
}


.dgrid-highlight-row {
	background-color: rgba(246, 111, 0, 0.5) !important;
}
.dijitLoadingIcon {
	opacity: 1 !important;
}

.dijitClickable {
	cursor: pointer;
	color: #3f86ac;
	border: 1px solid transparent;
	padding: 1px 3px;
	text-align: center;
	border-radius: 3px;
}
.dijitClickable:hover {
	background-color: #eee;
	border-color: #3f86ac;
	text-decoration: underline;
}

.dijitLocked * {
	cursor: progress !important;
}

.auxTimeTextBox {
	background-color: #fff;
	display: inline-block;
}
.auxTimeTextBox .dijitValidationTextBox {
	width: 100%;
}
.odg .editable > .dijitTextBox
, .odg .dgrid-cell > .dijitComboBox
{
	background: #fff;
	width: 100%;
}

.odg-editor.dijitTextArea {
	width: 95% !important;
	width: calc(100% - 3px) !important;
	background-color: #fff !important;
	height: 16px;
}

.dijitHistory .dijitBorderContainer {
	width: 800px;
	height: 400px;
}
.dijitHistory .dgrid-column-modified {
	white-space: normal;
	width: 275px;
}

/* ---------------------- Xor ------------------ */
.dijitAndOr {

}
.dijitAndOrXor
, .dijitAndOrRow {
	margin: 5px 0 0 0;
	padding-left: 25px;
}
.dijitAndOr ul
, .dijitAndOr > li {
	padding-left: 25px;
}
.dijitAndOr > ul {
	padding-left: 0;
}
.dijitAndOr > *:first-child {
	margin-top: 0;
}
.dijitAndOrRow {
		list-style-type: none;
}
.dijitAndOrButtons {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.dijitAndOrButtons > * {
	margin-right: 5px;
	vertical-align: middle;
}
.dijitAndOrButtons > *:last-child {
	margin-right: 0;
}
.dijitAndOrButtons > *:first-child {
	margin-left: 5px;
}

/* hide some icons */
.dijitAndOr > ul:first-child > .dijitAndOrRow .dijitAndOrRemove
, .dijitAndOrDiscreet .dijitAndOrRightLabel {
	display: none;
}

.dijitSimpleExpression
, .dijitExpressionDateTime
, .dijitExpressionText
, .djitColorRuleFieldContainer
, .dijitColorSelect {
	display: inline-block;
}
.dijitSimpleExpression > *
, .dijitExpressionDateTime > *
, .dijitExpressionText > * {
	margin-right: 5px;
}
.dijitSimpleExpression > *:last-child
, .dijitExpressionDateTime > *:last-child {
	margin-right: 0;
}

.dijitInvalid {
	outline: 1px solid #a44;
}

.dijitAndOrSelect
, .dijitAndOrRightLabel {
	display: inline-block;
	vertical-align: middle;
}
.dijitAndOrRightLabel {
	margin-left: 5px;
}
.dijitAndOrRightLabel:after {
	content: ':'
}
.dijitAndOrRow .dijitTextBox {
	width: 12em !important;
}
.dijitFieldSelect {
	width: 25em !important;
}
.dijitCondition {
	display: inline-block;
}
.dijitColorSelectSwatch {
	width: 14px;
	height: 12px;
	border: 1px solid #ddd;
	display: inline-block;
}
.dijitConditionLeft {
	display: inline-block;
}
.dijitConditionRight > label:first-child {
	float: left;
	margin: 3px 5px 0 0;
}
.dijitArrayRow .dijitCondition {
	display: block;
}
.dijitCondition .dijitArrayRow {
	margin-bottom: 0;
	padding: 5px 0;
}
.dijitCondition .dijitArrayRow:last-child {
	border-bottom: 0;
}
.dijitArrayEven {
	background-color: #fbfbfb;
}
.dijitConditionLeft > * {
	margin-right: 5px;
}
.dijitConditionLeft > *:last-child {
	margin-right: 0;
}
.dijitCondition .dijitArrayRow > .icon
, .dijitCondition .dijitConditionLeft {
	float: left;
	margin-bottom: 5px;
}

.dijitAndOr:before {
	content: 'Show All records, where';
	float: left;
	display: inline-block;
	margin: 5px 5px 0 5px;
	vertical-align: middle;
}
.dijitAndOrDiscreet:before {
	content: 'where';
}

.dijitAndOr > .dijitAndOrXor > .dijitAndOrButtons:before {
	content: 'of the following conditions are true:';
	display: inline-block;
	margin-left: 5px;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
}
.dijitAndOrDiscreet > .dijitAndOrXor > .dijitAndOrButtons:before {
	content: 'are true:';
}

.dijitCondition .dijitAndOrRow
, .dijitCondition .dijitAndOrXor .dijitAndOrXor {
	clear: both;
}
.dijitCondition .dijitAndOr > .dijitAndOrXor > .dijitAndOrRow
, .dijitCondition .dijitAndOr > .dijitAndOrXor > .dijitAndOrXor {
	margin-left: 68px;
}

.dijitAndOrSelect {
	margin-top: 3px;
}

.dijitCondition .dijitNumberTextBox.dijitSpinner {
	width: 50px;
}

.dijitArrayRow .icon
, .dijitArrayRow .preview {
	float: left;
}
.dijitArrayRow .preview {
	font-size: 18px;
	margin: 4px 4px 0 0;
}

/* no theme overrides */
.dijitNoTheme .dijitButtonNode {
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border-color: #b5bcc7 !important;
	padding: 2px !important;
}

/* simple mode hides */
.dijitSimpleMode .dijitCondition .dijitFontSizeTextBox
, .dijitSimpleMode .dijitCondition .dijitFontWeightSelect
, .dijitSimpleMode .dijitCondition .dijitTextDecorationSelect
, .dijitSimpleMode .dijitCondition .dijitFontStyleSelect {
	display: none;
}
.dijitFontSizeTextBox {
	width: 3em !important;
}

.dijitFieldSort > * {
	margin-right: 5px;
}
.dijitFieldSort > *:last-child {
	margin-right: 0;
}

.previewDialog .dijitDialogPaneContent {
	padding: 0;
}
.previewDialog .dijitDialogPaneContent > * {
	padding: 10px 8px;
}

.jotEdit .dijitTextBoxReadOnly[id^="widget_"][id*="_date_"] {
	display: none;
}
.jot [data-relate-outbound] .dijitReadOnly .dijitInputInner
, .jot [data-aggregate] .dijitReadOnly .dijitInputInner
, .jot .fileViewerOpen {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.jotShowDescription {
	color: blue !important;
}

.jot .jotShowHistory {
	position: absolute;
	color: #bababa;
	/* account for the padding around the LI */
	top: 6px;
	right: 11px;
}
.jot .jotShowHistory:hover {
	color: #a00;
}

.jot_historyDialog .dijitDialogSingleChild {
	padding: 0;
}
.jot_historyDialog .dgrid {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* in jot mode, if a grid is empty, we need to shrink it */
.jot [data-row-count="0"] .dgrid-grid {
	height: auto;
}
.jot [data-row-count="0"] .dgrid-header-row {
	position: relative !important;
}
.jot [data-row-count="0"] .dgrid-scroller {
	position: relative !important;
	margin-top: 0 !important;
}

.jotView .jotEditControl
, .jotEdit .jotViewControl
, .jotAdd .jotViewControl
, .jotAdd .embed-grid {
	display: none;
}
.jotAdd .unrelatedGrid {
	display: block;
}

.ui-hideaheader .grouped-unhide
, .ui-hidetoolbar .grouped-unhide
, .ui-hideappMenu .grouped-unhide {
	display: block;
}
.jot {
	height: inherit;
}
.jot .odg {
	font-family: tahoma, arial, sans-serif !important;
	font-size: 12px !important;
}
.jot-padding {
/* 	padding: 0 20px; */
	background-color: #fff;
	border: 1px solid #ddd;
	margin-top: -2px;
	overflow: auto;
}

.jotInnerContainer {
	height: 100%;
}

.jot .egrid {
	border: 1px solid #ddd !important;
}

.jot .dijitReadOnly input {
	background: transparent !important;
	color: #111;
}
.jot-padding {
	height: 95%;
	height: calc(100% - 15px);
}
.jot-padding
, .jot-padding > form
, .jot-padding > form .form-all
, .jot .egrid {
 	width: auto;
}

.jot .form-all {
	padding-top: 5px;
}

.embed-grid .form-label-top {
	margin: 4px 0 0 2px;
}

.jot .dijitInputInner {
	text-align: inherit !important;
}
.jot .dijitTextBox {
	width: auto;
}

.jot .dijitDateTime {
	width: 200px;
}

.jot li .dijitTextBox {
	-webkit-box-shadow: 2px 2px 6px -1px rgba(161,161,161,0);
	-moz-box-shadow   : 2px 2px 6px -1px rgba(161,161,161,0);
	box-shadow	      : 2px 2px 6px -1px rgba(161,161,161,0);
	transition: 250ms ease-in 0s;
}
.jot li .dijitFocused {
	-webkit-box-shadow: 2px 2px 6px -1px rgba(161,161,161,1);
	-moz-box-shadow   : 2px 2px 6px -1px rgba(161,161,161,1);
	box-shadow	      : 2px 2px 6px -1px rgba(161,161,161,1);
}

.jot .egrid {
	font-weight: normal;
	clear: both;
	border-radius: 0 0 5px 5px;
}

.jotMeta {
   	bottom: 0;
    color: #ddd;
    font-size: 32px;
    overflow: hidden;
    position: fixed;
    right: 5px;
}
.jotMeta:before {
	content: '**This is a candidate feature (beta), that is currently undergoing active development.**';
	color: #aaa;
	margin-right: 5px;
	font-size: 12px;
}

.jot-move {
	display: inline-block;
	position: fixed;
	font-size: 60px;
	top: 50%;
	color: #ddd;
}
.jot-move:hover {
	cursor: pointer;
	color: #1399bd;
}

.jot-move-first
, .jot-move-previous {
	text-align: right;
}
.jot-move-disabled {
	display: none;
}
.jot-loading .jot-padding {
	opacity: 0.5;
}

.jot .form-section
, .jot .form-section-closed {
	text-align: left;
}

.jotStage .single-stage {
	border: 0;
}
.jotStage .single-title {
	color: #27516d;
}
.jot .form-collapse-table:hover {
	cursor: pointer;
}

.jot-display-none {
	display: none;
}

.jot .dijitCheckBox {
	opacity: 1;
}
.jot .dijitCheckBox.dijitCheckBoxChecked {
	opacity: 1;
}

.jot .form-all > *:last-child li:last-child {
	visibility: hidden;
	display: none;
	clear: both;
	height: 10px;
}

.jot .engine-header {
	margin: 0;
}

.jot .form-collapse-table {
	margin: 10px 0;
}
.jot .form-section-closed {
	height: 38px !important;
	overflow: hidden;
}

.jot [data-relate-outbound] .dijitTextBoxReadOnly .dijitInputInner
, .jot [data-aggregate] .dijitTextBoxReadOnly .dijitInputInner {
	cursor: pointer;
}
.jot [data-relate-outbound] .dijitTextBoxReadOnly .dijitInputInner:hover
, .jot [data-aggregate] .dijitTextBoxReadOnly .dijitInputInner:hover {
	background-color: #e4e4e4 !important;
}

.jot p {
	margin: auto;
}

.jot .form-matrix-row-headers {
	background: none !important;
}

.jotView input[type="file"] {
	display: none;
}

/* .jotView .dijitTextBox .dijitInputField {
	width: inherit;
}
 */

.jot .fileViewerImage
, .jot .fileViewerNA
, .jot .fileViewerOpen {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
}
.jot .fileViewerImage {
	max-width: 300px;
	max-height: 300px;
}
.jot .fileViewerNA {
	font-size: 10px;
	color: #aaa;
	font-weight: normal;
	font-style: italic;
}
.formLock {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.25);
	color: #666;
	transition: all 500ms linear;
}
.formLockBody {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
.formLockBody:after {
	content: 'Processing...'
}

.invalidMenuItem {
	text-decoration: line-through;
}

/* file */
.jot .dijitFileViewer img {
	width: 50%;
	height: 50%;
}

.jotAdd .dijitFileList,
.jotView .dijitFileUpload
, .jotEdit .dijitFileList {
	display: none;
}

.dijitFileView {

}
.dijitFileUpload
, .dijitFileList {
	display: inline-block;
	outline: 0 none;
	font-weight: normal;
}
.dijitFileRow {
	display: block;
}
.dijitFileName {
	display: inline-block;
	cursor: pointer;
}
.dijitFileUpload .dijitRemoveFile {
	margin-right: 5px;
}
.dijitFileListThumbnail {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 100px;
    max-width: 100px;
    cursor: pointer;
    display: block;
}

/*
box-shadow: 5px 0px 15px 1px #888;
*/

/* default */
.jotView .dijitSelect,
.jotView .dijitSelect .dijitButtonContents,
.jotView .dijitTextBox,
.jotView .dijitTextBox .dijitButtonNode {
	border: 1px solid transparent;
	background: #eee;
	background-color: rgba(0,0,0,0.05);
	border-radius: 2px;
}

.jotAdd .jotShowHistory {
	display: none;
}

.jotAdd .jotExpressionControl, .jotEdit .jotExpressionControl{
	display: inline-block;
	background-color: #eee;
	background-color: rgba(0,0,0,0.05);
}

.dijitHtmlTemplate {
	background-color:transparent !important;
}

@media print {
	.slimForm {
		zoom: 0.60;
	}

	.slimForm .form-section-closed > li {
		display: none;
	}
	.slimForm .form-section-closed > li:first-child {
		display: list-item !important;
	}

	.slimForm .form-section-closed {
		overflow: visible;
		height: auto;
	}

	body, html {
		background-color: #FFF !important;
	}

	.noPrint {
		display: none !important;
	}
}

.slimForm {
	height: auto !important;
	overflow: auto !important;
	border: 0 !important;
	/*
	background-color: transparent !important;
	background-color: rgba(255,255,255,0) !important;
	*/
}
.slimForm .jot-padding {
	margin: 0;
	height: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #FFF !important;
}

.dijitContentPane.dgrid-header {
	padding: 5px !important;
}

.slimForm .jot .jotform-form {
	padding: 0;
}

.slimForm .jot .form-all {
	padding-top: 0;
}

.jot .jotform-form {
	padding: 10px;
}

.jot .form-line {
	padding: 5px 10px !important;
}
.jot .embed-grid {
	width: 99%;
	width: calc(100% - 10px);
	padding-left: 0 !important;
	overflow-x: hidden;

}
.jot .form-label-top {
	margin-bottom: 6px !important;
}

.jot ol li, .jot ul li {
	line-height: normal !important;
}

.jotEdit .dijitReadOnly {
	/* color: #b3b3b3 !important; */
}
.dijitReadOnly +.makeNow {
	visibility: hidden;
}

.checkbox_default .dijitCheckBox,
.checkbox_default .dijitCheckBoxIcon,
.checkbox_default .dijitRadio,
.checkbox_default .dijitRadioIcon,
.checkbox_checkmark .dijitCheckBox,
.checkbox_checkmark .dijitCheckBoxIcon,
.checkbox_checkmark .dijitRadio,
.checkbox_checkmark .dijitRadioIcon {
	background-image: url("img/checkboxRadioButtonStates.png");
}

.form-checkbox-item .form-checkbox {
	flex: 0 0 auto;
	margin-left: 5px;
}

/* custom checkbox and radio button styles */
.checkbox_flame .dijitCheckBox,
.checkbox_flame .dijitCheckBoxIcon,
.checkbox_flame .dijitRadio,
.checkbox_flame .dijitRadioIcon {
	background-image: url("img/fire_checkboxRadioButtonStates.png");
}

.checkbox_axe .dijitCheckBox,
.checkbox_axe .dijitCheckBoxIcon,
.checkbox_axe .dijitRadio,
.checkbox_axe .dijitRadioIcon {
	background-image: url("img/axe_checkboxRadioButtonStates.png");
}

.checkbox_siren .dijitCheckBox,
.checkbox_siren .dijitCheckBoxIcon,
.checkbox_siren .dijitRadio,
.checkbox_siren .dijitRadioIcon {
	background-image: url("img/siren_checkboxRadioButtonStates.png");
}

.checkbox_x .dijitCheckBox,
.checkbox_x .dijitCheckBoxIcon,
.checkbox_x .dijitRadio,
.checkbox_x .dijitRadioIcon {
	background-image: url("img/x_checkboxRadioButtonStates.png");
}

.checkbox_options_x_and_checkmark .dijitCheckBox,
.checkbox_options_x_and_checkmark .dijitCheckBoxIcon,
.checkbox_options_x_and_checkmark .dijitRadio,
.checkbox_options_x_and_checkmark .dijitRadioIcon {
	background-image: url("img/check_and_x_checkboxRadioButtonStates.png");
}

.claro.datalynk input[type="radio"]
, .claro.datalynk input[type="checkbox"] {
	xbackground-color: rgba(0,0,0,0) !important;
}

.dijitLoginDialog {
	z-index: 99999;
}

.sledit-row-emailBodySimple .dijitFieldSelectInjector {
	float: right;
	right: 12px !important;
	margin-top: 0 !important;
}
.sledit-emailBodySimple.dijitTextBox.dijitTextArea {
	width: 500px !important;
	width: calc(100% - 109px - 15em) !important;
}
.sledit-url.dijitTextBox.dijitTextBox {
	width: 500px !important;
	width: calc(100% - 109px - 15em) !important;
}
.sledit-row-url .dijitFieldSelectInjector {
	float: right;
	right: 12px !important;
	margin-top: 0 !important;
}
.editing .dgrid-cell > .dijit {
	width: 100%;
}
.editing .dgrid-cell > .dijitCheckBox
, .editing .dgrid-cell > .dijitRadioButton {
	width: 15px;
}

.dijitLoginDialog {
	z-index: 9998 !important;
}
.splash {
	z-index: 9997 !important;
}

.konamiFrame {
	z-index: 9999 !important;
	left: 5% !important;
	top: 5% !important;
	width: 90% !important;
	height: 90% !important;
}
.konamiFrame .dijitDialogPaneContent {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
}
.konamiFrame iframe {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wamMallet {
	background-image: url('img/rubberMallet.png');
	width:181px;
	height:96px;
	transition: transform 20ms linear;
}
.wamMalletDown {
	transform: rotate(-16deg);
	transform-origin: 181px 96px;
}
.dijitArrayRow {
	padding: 5px 0;
}

.dijitErrorPane {
	padding: 25px;
	text-align: center;
	color: #696969;
	font-size: 15px;
}

.dijitErrorPaneSolutions {
	padding: 0;
}
.dijitErrorPaneSolution {
	display: inline-block;
}
.dijitErrorPane .errorIcon {
	margin-right: 5px;
	color: #a00;
	cursor: default;
}
.dijitErrorPaneSolutions:empty:after {
	content: 'Please contact your system administrator';
	display: block;
}
.sliceName {
	font-style: italic;
}
.sliceName:before
, .sliceName:after {
	content: '"';
}

/* .dojoxCalendarAllDay .dojoxCalendarItemContainerRow td {
	height: inherit;
}
.dojoxCalendarAllDay .dojoxCalendarEvent {
	height: calc(100% - 16px) !important;
} */
.dojoxCalendarHiddenTimeLabels .labels .startTime
, .dojoxCalendarHiddenTimeLabels .labels .endTime {
	display: none !important;
}

.dojoxCalendar .dijitYearSelect {
	width: 60px;
	margin-right: 5px;
}
.dojoxCalendar .dijitMonthSelect {
	width: 100px;
}
.historyMeta
, .historyMetaEmpty {
	color: #666;
}
.historyMeta {
	font-size: 11px;
}

.dijitHistoryTextarea {
	vertical-align: top;
	display: block;
}

.dojoxCalendarLabel.noRowColor {
	background-color: #ffaeca;
}

.jotEdit .dijitHistoryTextarea {
	display: inline-block;
}

/* [class*="calendarEventRow_"]:first-of-type {
	background-color: orange !important;
}

[class*="calendarEventRow_"]:last-of-type {
	background-color: purple !important;
} */


.sledit .sledit-invalidMessage {
	width: calc(100% - 125px) !important;
}

.staticWidth > .dijit
, .staticWidth > .auxiliumDijit {
	width: 100%;
}
.staticWidth > .dijitDateTime .dijitDateTextBox {
	width: 90%;
	width: calc(100% - 101px) !important; /* offset for additional border pixel in between */
}
.staticWidth > .dijitDateTime .auxTimeTextBox {
	width: 100px !important;
}
.staticWidth > .dijitDateTime .auxTimeTextBox .dijit {
	width: inherit;
}

.dgrid-cell > .dijitDateTime .auxTimeTextBox {
	width: 70px !important;
}

.dgrid-cell > .dijitDateTime .dijitDateTextBox {
	width: 90%;
	width: calc(100% - 61px) !important; /* offset for additional border pixel in between */
}

.dijitDateTime > * {
	background-color: #fff !important;
}

.dijitDateTime .dijitDateTextBox {
	border-right: 0;
}


.form-collapse-hidden {
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}


.claro .dijitSelectReadOnly,
.claro .dijitTextBoxReadOnly,
.claro .dijitTextBoxReadOnly .dijitInputContainer {
	 background-color: #f5f5f5;
    background-image: none;
}

.claro .dijitSelectReadOnly, .claro .dijitSelectReadOnly .dijitButtonContents, .claro .dijitTextBoxReadOnly, .claro .dijitTextBoxReadOnly .dijitButtonNode {
    border-color: #d3d3d3;
}


.jotView .dijitDynamicWidth .dijit {
	width: 100% !important;
}

.jotEdit .dijitDynamicWidth
, .jotAdd .dijitDynamicWidth {
	max-width: none !important;
	min-width: auto !important;
}
.jotView .dijitDynamicWidthEmpty {

}

/* this toggles on and off quickly, so do not change */
.jotView .dijitDynamicWidthShrinkerDoodad {
	width: 0 !important;
	white-space: nowrap !important;
}

/* custom checkbox, radio and matrix icons in grid */
.checkbox_x .boolean-value-true::before,
.checkbox_x .boolean-value-false::before{
	background-image: url("img/x_checkboxRadioButtonStates.png");
}
.checkbox_flame .boolean-value-true::before,
.checkbox_flame .boolean-value-false::before{
	background-image: url("img/fire_checkboxRadioButtonStates.png");
}
.checkbox_axe .boolean-value-true::before,
.checkbox_axe .boolean-value-false::before{
	background-image: url("img/axe_checkboxRadioButtonStates.png");
}
.checkbox_siren .boolean-value-true::before,
.checkbox_siren .boolean-value-false::before{
	background-image: url("img/siren_checkboxRadioButtonStates.png");
}
.checkbox_options_x_and_checkmark .boolean-value-true::before,
.checkbox_options_x_and_checkmark .boolean-value-false::before{
	background-image: url("img/check_and_x_checkboxRadioButtonStates.png");
}
.checkbox_checkmark .boolean-value-true::before,
.checkbox_checkmark .boolean-value-false::before,
.checkbox_default .boolean-value-true::before,
.checkbox_default .boolean-value-false::before{
	background-image: url("img/checkboxRadioButtonStates.png");
}
.checkbox_x .boolean-value-true::before,
.checkbox_flame .boolean-value-true::before,
.checkbox_axe .boolean-value-true::before,
.checkbox_siren .boolean-value-true::before,
.checkbox_options_x_and_checkmark .boolean-value-true::before,
.checkbox_default .boolean-value-true::before,
.checkbox_checkmark .boolean-value-true::before{
	background-repeat: no-repeat;
	background-position: 0px center;
	content: "";
	height: 25px;
	width: 15px;
}
.checkbox_x .boolean-value-false::before,
.checkbox_flame .boolean-value-false::before,
.checkbox_axe .boolean-value-false::before,
.checkbox_siren .boolean-value-false::before,
.checkbox_default .boolean-value-false::before,
.checkbox_checkmark .boolean-value-false::before{
	background:none;
	content: "";
}
.checkbox_options_x_and_checkmark .boolean-value-false::before{
	background-repeat: no-repeat;
	background-position: -15px center;
	content: "";
	height: 25px;
	width: 15px;
}
.dijitOptionGroupInvalid {
	outline: 2px dotted #a00;
}
.new-formula-html{
	display: none;
}

/* Signature Pad */
.jotAdd .new-draw .dummySigPad,
.jotView .new-draw .dummySigPad,
.jotEdit .new-draw .dummySigPad ,
.jotEdit .new-draw .drawcontrols .clear,
.jotView .new-draw .drawcontrols .clear,
.jotAdd .new-draw .fullDemo,
.new-draw .drawcontrols .drawStore,
.new-draw.draw-read-mode .m-signature-pad--footer,
.drawContainer > div.dijit{
	display: none;
}

/* .jotEdit .new-draw .regCanvas, */

.new-draw .makeFull{
	display: none !important;
}
.new-draw.popup .makeFull{
	display: inline !important;
}
.jotAdd .new-draw .m-signature-pad,
.jotView .new-draw .m-signature-pad,
.jotEdit .new-draw .m-signature-pad {
	display: block !important;
}
.jotView .new-draw .m-signature-pad--body,
.jotView .fullCanvas{
	pointer-events: none;
}
.new-draw .drawcontrols button.clear{
	float:right;
}
.new-draw img[src=""]{
	display: none; /* hide image when no source set */
}
.fulldemoWrapper,
.fullCanvas{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:white;
}

.control_camera {
	background: none !important;
}
.drawClass{

}
.cameraControl {

}
.cameraControl .videoContainer{
	width: 105px;
}
.cameraControl video {
    width: 100%;
    height: 105px;
    background-image: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-camera-128.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.cameraControl .controlsContainer{
	margin-top: 10px;
}

.jotView .cameraControl .controlsContainer{
	display:none;
}
.jotEdit .cameraContainer .jotEditControl,
.jotAdd .cameraContainer  .jotEditControl{
	display: none;
}
/* cropper */
.cropper {
    position: relative;
    cursor: crosshair;
}
.cropper-area-handle {
    width: 6px;
    height: 6px;
    background: yellow;
}
.cropper-overlay {
    background: black;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.dijitZoneMap building {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.dijitZoneMap unit {
	display: block;
	position: absolute;
	font-size: 12px;
	background-color: rgba(255,255,255,0.5);
	background-color: #ddd;
	overflow: hidden;
}
.dijitZoneMap walls {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	display: table;
	position: absolute;
	background-color: #fff;
	border: 2px solid #aaa;
	transition: all 150ms linear;
	border-collapse: collapse;
}
.dijitZoneMap door {
	display: block;
	position: absolute;
	background-color: #eee;
}
.dijitZoneMap walls
, .dijitZoneMap  door {
	z-index: 0;
}
.dijitZoneMap label {
	float: left;
	margin: 2px;
	font-size: 12px;
	background-color: inherit;
	display: block;
}
.dijitZoneMap [data-door="t"] door
, .dijitZoneMap [data-door="b"] door {
	width: calc(100% - 10px);
	height: 2px;
	left: 5px;
}
.dijitZoneMap [data-door="b"] label {
	bottom: 0;
}
.dijitZoneMap [data-door="l"] door
, .dijitZoneMap [data-door="r"] door {
	width: 2px;
	top: 5px;
	height: calc(100% - 10px);
}
.dijitZoneMap [data-door="b"] door {
	bottom: 0;
}
.dijitZoneMap [data-door="r"] door {
	right: 0;
}
.dijitZoneMap unit:hover walls {
	background-color: rgba(255, 165, 0, 1)
}
.dijitZoneMap unit:hover door {
	background-color: rgba(255, 25, 25, 1);
}
.dijitZoneMap preview {
	display: block;
	vertical-align: middle;
	padding: 2px;
	clear: both;
}
.dijitZoneMap preview + preview
, .dijitZoneMapTooltipRow + .dijitZoneMapTooltipRow {
	border-top: 1px dotted #ddd;
}

.dijitZoneMapTooltipRow {
	display: block;
}
.dijitFileUploadContainer .dijitFileRow .dijitFileListThumbnail,
.dijitFileList .dijitFileRow .dijitFileListThumbnail{
	display: none;
}
.dijitFileUploadContainer .dijitFileRow:first-of-type .dijitFileListThumbnail,
.dijitFileList .dijitFileRow:first-of-type .dijitFileListThumbnail{
	display: block;
}


.jotform-form .dijitCameraDisabled {
	display: none;
}
.jotform-form .dijitCamera.jotEditControl {
	width: 384px;
	height: 216px;
}
.dijitTextArea {
	white-space: pre-wrap;
	/* resize: none; */
}

.dijitBarChart {
	width: 100%;
	height: 100%;
	/*
	resize: both;
	overflow: auto;
	*/
}

.dijitBarChart[data-rows="0"] > * {
	display: none;
}
.dijitBarChart[data-rows="0"]:before {
	content: 'No records match your criteria';
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 17px;
    margin: auto;
    text-align: center;
}

.slice-editor-pane-gantt .sledit-row-periodValue .sledit-periodValue {
  width: 75px;
}
.sledit-row-ganttStart .dijitNumberTextBox {
  width: 75px;
  margin-left: 5px;
}





/*.sledit-row-hideView,
.sledit-row-hideEdit,
.sledit-row-hideAddRelated,
.sledit-row-showDescription{
	float:left;
}*/
/*.sledit-row-hideEdit label,
.sledit-row-hideAddRelated label,
.sledit-row-showDescription label{
	width: auto;
	margin-left:10px;
}*/

.slice-editor-pane-general .sledit-control.sledit-row-genericCheckbox label
, .slice-editor-pane-general .sledit-control.sledit-row-showDescription label {
	width: auto;
	margin-left: 10px;
}
.slice-editor-pane-general .sledit-control.sledit-row-genericCheckbox {
	display: inline-block;
}
.slice-editor-pane-general .sledit-control.sledit-row-showDescription {
	display: block;
}
.slice-editor-pane-general .sledit-control.sledit-row-genericNumber {
	display: inline-block;
}
.jotView .jotViewControl .dijitInputField,
.jotView .jotViewControl input,
.jotView .jotViewControl textarea {
	background: #f9f9f9 !important;
}

.image-preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
.image-preview .image-preview-image {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
}

.has-prompt {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
}
.has-prompt .prompt-thinger {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	flex: 1 0 auto;
}

.prompt-thinger {
	background-color: #eee;
}
.prompt-thinger,
.prompt-thinger * {
	box-sizing: border-box;
}
.prompt-thinger + .odg {
	height: inherit !important;
	overflow: hidden !important;
}
.prompt-thinger + .dojoxCalendar {
	position: relative;
}
.prompt-thinger + .dijitBarChart,
.prompt-thinger + .dijitPieChart,
.prompt-thinger + .dojoxCalendar {
	box-sizing: border-box;
	width: 100% !important;
}

.prompt-container {
	display: flex;
	align-items: center;
}
.prompt-container,
.prompt-apply .dijitButtonText,
.prompt-fields .dijitInputInner {
	font-size: 14px;
}
.prompt-container .prompt-fields {
	flex: 1 1 auto;
}
.prompt-container .prompt-apply {
	border-right: 1px solid #ddd;
	padding: 8px 8px 8px 8px;
	margin-right: 8px;
}
.prompt-fields {
	margin: 8px 0;
}
.prompt-field-container {
	margin-bottom: 8px;
}
.prompt-field-container:last-child {
	margin-bottom: 0;
}
.prompt-field-container label:after {
	content: ': '
}
.prompt-field-container[data-force="date"] .dijitDateTime {
	display: inline-block;
}
.prompt-field-container[data-force="date"] .dijitDateTime .auxTimeTextBox {
	display: none;
}

.widget-concat {
	display: inline-block;
	text-align: left;
}
.widget-concat .widget-concat-row {
	margin-bottom: 8px;
}
.widget-concat .widget-concat-row:last-child {
	margin-bottom: 0;
}
.widget-concat .widget-concat-row-label {
	width: auto;
}
.widget-concat .widget-concat-row-label + .dijit {
	
}

.dijitSimpleExpression {
	box-sizing: border-box;
	padding: 8px;
	vertical-align: middle;
	align-items: center;
	justify-items: center;
	border: 1px solid #eee;
	border-radius: 3px;

}
.dijitFieldSelect {
	background: #fff;
}
.dijitExpressionDateTime
, .dijitExpressionDateTime > * {
	vertical-align: middle;
}

.datalynkChart {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.datalynkChartHeader .searchtb {
	display: inline-block;
	margin: 11px 0 0 15px;
}
[active-stage="graph"] .has-prompt .prompt-thinger {
	position: static;
	flex: 0 0 auto;
}
[active-stage="graph"] .has-prompt .datalynkChart {
	position: static;
	flex: 1 1 auto;
}
.sledit-row-aggregateOperation .dijitSelect[data-active-aggregate]:after {
	content: " (Don't forget to add grouping)";
	position: absolute;
	margin: -16px 0 0 90px;
}
.sledit-row-aggregateOperation .dijitSelect[data-active-aggregate="none"]:after {
	content: '';
}
.sledit-report[data-active-type="graph"] .sledit-rowColor .dijitConditionLeft > * {
	display: none;
}
.sledit-report[data-active-type="graph"] .sledit-rowColor .dijitConditionLeft > .dijitFieldSelect + .dijitColorSelect {
	display: inline-block;
}

.sledit-report [widgetid$="header.ySummary"],
.sledit-report [widgetid$="header.xSummary"] {
	display: flex;
}
.sledit-report [widgetid$="header.ySummary"] label,
.sledit-report [widgetid$="header.xSummary"] label {
	padding-right: 5px;
}
.sledit-report [widgetid$="header.ySummary"] label:after,
.sledit-report [widgetid$="header.xSummary"] label:after {
	content: ':';
}

.sledit-report [widgetid$="header.ySummary"] .sledit-genericText,
.sledit-report [widgetid$="header.xSummary"] .sledit-genericText {
	position: relative;
	flex: 1 1 auto;
	margin-bottom: 25px;
}

.sledit-report [widgetid$="header.ySummary"] .sledit-genericText.dijitTextBoxFocused:after,
.sledit-report [widgetid$="header.xSummary"] .sledit-genericText.dijitTextBoxFocused:after {
	content: 'Fields: {min}, {max}, {sum}, {count}, {avg}';
	margin-top: 2px;
	color: #aaa;
	position: absolute;
}

@media print {
	.datalynkChart {
		position: fixed;
		top:0;
		left: 0;
	}
	.datalynkChart,
	.amcharts-chart-div {
		max-height: 612px;
		max-width: 700px;
	}
}

.jot [data-has-control-type="textarea"] .form-input {
	height: auto !important;
}


.dijitTreePopup {
	background-color: #fff;
}

/** if we are loading EITHER, then... */
.jot[data-load-record] .jotform-form,
.jot[data-load-mode] .jotform-form {
	opacity: 0;
}
.jot[data-load-record="0"][data-load-mode="0"] .jotform-form {
	opacity: 1;
}

.drawContainer {
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.drawContainer .m-signature-pad--body {
	padding: 10px;
	text-align: center;
}
.drawContainer .drawcontrols {
	border-top: 1px solid #ddd;
	background-color: #eee;
	padding: 5px;
	width: inherit !important;
}
.drawContainer .drawcontrols .dijitButton {
	margin-top: 5px;
}



.widget-html-editor {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.widget-html-editor > * {
	flex: 0 0 auto;
}
.widget-html-editor .dijitEditorIFrameContainer {
	flex: 1 1 auto;
	display: flex;
}
.widget-html-editor .dijitToolbar {
	background-color: #eee;
    background-image: none !important;
    border-bottom-color: #ddd !important;
}
.widget-html-editor .dijitEditorIFrameContainer iframe {
	height: unset !important;
	flex: 1 1 auto;
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0;
}


.flex {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.flex-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.flex *,
.flex-column * {
	box-sizing: border-box;
}

.flex-lock {
	flex: 0 0 auto;
}

.flex-pusher {
	flex: 1 1 auto;
	overflow: auto;
}


.material-widget {
	margin: -8px;
	height: 100%;
	height: calc(100% + 16px);
	width: 100%;
	width: calc(100% + 16px);
	box-sizing: border-box;
	font-family: var(--font-stack);
	font-size: 14px;
}

.material-toolbar:not([color]),
.material-card-title,
.material-card-foote {
	background-color: #eee;
	color: #696969;
}

[color="primary"] {
	background-color: rgb(63, 111, 133);
	color: #fff;
}
[forecolor="primary"] {
	color: rgb(63, 111, 133);
}
[color="primary"] .material-input .dijitInputInner {
	color: #fff;
}
[color="primary"] .material-input.dijitTextBox.dijitTextBoxFocused {
	border-color: rgba(255,255,255,1);
}
[color="primary"] .material-input.dijitTextBox {
	border-color: rgba(255,255,255,0.5);
}
[color="accent"] {
	background-color: rgb(255, 64, 129);
	color: #fff;
}
[color="warn"] {
	background-color: rgb(227, 67, 54);;
	color: #fff;
}
.material-button[disabled] {
	background-color: #ddd;
	color: #ababab;
	cursor: not-allowed;
}

.material-textbox {
	border: 0;
	border-bottom: 2px solid #ddd;
}

.material-textbox.dijitTextBoxHover {
	background-color: rgba(0,0,0,0) !important;
	background-image: none;
}

.material-padding {
	padding: 0 24px;
}

.material-button {
	padding: 12px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}
.material-button,
.material-icon-button {
	border: 0;
}
.material-icon-button {
	padding: 0;
}
.material-button[color] .icon-fi {
	color: inherit;
}
.material-button .button-label {
	margin-left: 5px;
}

.material-icon-button {
	font-size: inherit;
	cursor: pointer;
}
.material-icon-button[disabled] {
	cursor: not-allowed;
}
.material-icon-button .icon-fi {
	color: inherit;
	font-size: inherit;
}
.material-icon-button[color] {
	background-color: unset;
	
}
.material-icon-button[color="primary"] {
	color: rgb(63, 111, 133);
}
.material-icon-button[color="accent"] {
	color: rgb(255,64,129);	
}
.material-icon-button[color="warn"] {
	color: rgb(227, 67, 54);
}

.material-toolbar,
.material-card-title,
.material-card-footer {
	flex: 0 0 auto;
	font-size: 18px;
	display: flex;
	padding-bottom: 10px;
	align-items: center;
	padding: 24px;
}

.material-tab-select {
	border-bottom: 1px solid #ddd;
}
.material-tab-select .material-button {
	border-right: 1px solid #ddd;
}
.material-tab-select .material-button:last-child {
	border-right: 0;
}

.material-input.dijitTextBox {
	background-color: unset;
	border: 0;
	border-bottom: 2px solid rgba(63, 111, 133, 0.5);
}
.material-input.dijitTextBox.dijitTextBoxFocused {
	background-color: unset;
	border-bottom-color: rgba(63, 111, 133, 1);
	background-image: unset;
}
.material-input.dijitTextBoxFocused .dijitInputContainer {
	background-color: unset;
}

.material-card {
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
}
.material-card-content {
	flex: 1 1 auto;
}
.material-card-footer {
	padding: calc(24px / 2);
	font-size: 14px;
}


.dijitFontNameCombo,
.dijitFontSizeCombo,
.dijitFormatBlockCombo {
	width: 75px;
	font-size: 11px;
}

hide {
	display: none !important;
}

.odg.summaryGrid .dgrid-column-set-0 {
	display: none;
}

.formatting-blink {
	opacity: 0;
	animation: blinking 1s linear infinite;
}
@keyframes blinking {
	from,
	49.9% {
		opacity: 0;
	}
	50%,
	to {
		opacity: 1;
	}
}

@keyframes pulsing {
	0%{opacity:1;}
	35%{opacity: 1;}
	50%{opacity:0.25;}
	65%{opacity:1}
	100%{opacity:1;}
}

.formatting-pulse {
	/* opacity: 0; */
	animation: pulsing 1s infinite linear;
}

@media print {
	li[data-has-control-type="textarea"] {
		page-break-inside: auto;
	}
	li[data-has-control-type="textarea"] textarea {
		page-break-before: avoid;
		page-break-inside: auto;
		page-break-after: auto;
		box-sizing: border-box;
	}
}

.dgrid .has-barcode .barcode-bar {
	width: 100%;
}