﻿
/* Code Effects Business Rules Editor | Common Styles | CodeEffects.com | 6.0.5.3 */

span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceWarn, span.ceCurrent, input[type="text"].ceValue, table.ceTime input, table.ceTime select, table.ceCal table td, table.ceHeader table td, div.ceMenu div, div.ceHelp {
	font-size: 16px
}

span.ceEmpty {
	font-style: italic;
}

td.ceDays {
	font-size: 14px
}

table.ceCal {
	width: 0 !important;
}

	table.ceCal table, table.ceTime table {
		box-shadow: none;
	}

span.ceFlow, span.ceAction, span.ceMethod, span.ceField, span.ceValue, span.ceFieldInput, table.ceHeader, span.ceBrace {
	font-weight: 300;
}

span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceNewLine, span.ceWarn, span.ceCurrent {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

div.ceRule {
	padding: 0 10px;
}

table.ceCal td.ceCal, table.ceTime td.ceTime {
	padding: 16px;
}

td.ceDay, td.ceToday, td.ceRollover, td.ceDays, td.ceSelected {
	padding: 4px
}

span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceNewLine, span.ceWarn, span.ceCurrent, input[type="text"].ceValue {
	margin-bottom: 1px;
	margin-right: 1px
}

div.ceToolBar {
	margin-bottom: 20px;
}

dev.ceMenu div, div.ceRule span, table.ceCal table, table.ceCal table td, table.ceTime table, table.ceTime table td {
	border: 0;
}

span.ceFlow, span.ceField, span.ceAction, span.ceMethod, span.ceValue, span.ceFieldInput, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceTab, span.ceNewLine, span.ceBrace, span.ceCurrent, table.ceHeader, td.ceToday, td.ceRollover, td.ceSelected {
	border-radius: 4px
}

table.ceCal, table.ceTime {
	border: solid 1px transparent;
}

table.ceCal, table.ceTime, div.ceHelp {
	border-radius: 6px;
}

td.ceDay, td.ceToday, td.ceRollover, td.ceDays, td.ceSelected {
	text-align: center
}

table.ceCal table td, table.ceTime table td {
	vertical-align: middle
}

td.ceDay, td.ceToday, td.ceRollover, td.ceDays, td.ceSelected, div.ceToolBar, span.ceFlow, span.ceField, span.ceAction, span.ceMethod, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceTab, span.ceNewLine, span.ceValue, span.ceFieldInput, div.ceHelp, span.ceBrace {
	cursor: default
}

input[type="text"].ceValue {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent
}

	input[type="text"].ceValue::-ms-clear {
		display: none
	}

div.ceHelp {
	font-size: 13px;
	font-style: italic;
	padding: 6px 12px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.ceMenu {
	position: absolute;
	padding: 10px;
	overflow: auto;
	border-radius: 9px;
}

	div.ceMenu div {
		margin: 0;
		padding: 6px 10px;
		cursor: default;
		font-size: 16px;
		white-space: nowrap;
		max-width: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		border-radius: 6px;
	}

		div.ceMenu div.ceMenuItemSymbol, div.ceMenu div.ceMenuItemName {
			float: left;
			padding-left: 3px;
			padding-right: 3px
		}

		div.ceMenu div.ceMenuItemSymbol {
			font-weight: bold
		}

		div.ceMenu div.ceMenuItemClear {
			clear: both
		}

div.ceRule {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.ceToolBar {
	width: 100%;
	display: flex;
	align-items: center;
}

.ceToolBar {
	gap: 12px;
}

table.ceTime table td, td.ceCalTime {
	display: flex;
	align-items: center;
	width: auto;
}

td.ceCalTime {
	padding: 0 12px 10px;
}

table.ceTime table td, td.ceCalTime {
	gap: 4px;
}

	table.ceTime input[type=button], td.ceCalTime input[type=button] {
		margin-left: 8px;
	}

	.ceSave, .ceDelete, .ceRulesMenu, table.ceTime input[type=button], table.ceTime select, td.ceCalTime input[type=button], td.ceCalTime select {
		cursor: default;
		padding: 6px 10px;
		border-radius: 5px;
		width: auto;
		font-size: 13px;
	}

.ceInputName, .ceInputDesc {
	width: 100%;
}

.ceNameBox, .ceDescriptionBox, .ceNameBoxDefault, .ceDescriptionBoxDefault {
	width: 100%;
	padding: 6px 10px;
	border-radius: 5px;
}

@media (min-width: 0px) and (max-width: 768px) {
	span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceWarn, span.ceCurrent, input[type="text"].ceValue, table.ceTime input[type=button], table.ceTime select, table.ceCal table td, table.ceHeader table td, td.ceCalTime input[type=button], td.ceCalTime select, div.ceMenu div {
		font-size: 13px
	}

	.ceToolBar {
		gap: 6px;
	}

	div.ceHelp {
		font-size: 11px;
	}

	.ceSave, .ceDelete, .ceRulesMenu, table.ceTime input[type=button], table.ceTime select, td.ceCalTime input[type=button], td.ceCalTime select {
		font-size: 12px;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceWarn, span.ceCurrent, input[type="text"].ceValue, table.ceTime input, table.ceTime select, td.ceCalTime input[type=button], td.ceCalTime select, table.ceCal table td, table.ceHeader table td, div.ceMenu div {
		font-size: 14px
	}

	.ceToolBar {
		gap: 8px;
	}

	div.ceHelp {
		font-size: 11px;
	}

	.ceSave, .ceDelete, .ceRulesMenu {
		font-size: 12px;
	}
}

@media (min-width: 1101px) and (max-width: 1600px) {
	span.ceFlow, span.ceClause, span.ceOperator, span.ceParenthesis, span.ceNewLine, span.ceBrace, span.ceAction, span.ceMethod, span.ceField, span.ceEmpty, span.ceValue, span.ceFieldInput, span.ceTab, span.ceWarn, span.ceCurrent, input[type="text"].ceValue, table.ceTime input, table.ceTime select, td.ceCalTime input[type=button], td.ceCalTime select, table.ceCal table td, table.ceHeader table td, div.ceMenu div {
		font-size: 15px
	}

	.ceToolBar {
		gap: 10px;
	}

	div.ceHelp {
		font-size: 12px;
	}
}
