@import url('welcome.css');
body {
   font: normal 12px Verdana;
   margin: 0;
   padding: 0;
   border: 0 none;
   overflow: hidden;
   height: 100%;
}
.bg {
	background: #3a81ad url('img/body.png') top repeat-x;
}
.error {
	font-weight: bold;
	color: red;
}

.bool-htmllabel-icon{
	width: 16px;
	height: 16px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 4px;
}

.bool-htmllabel-icon-true{
	background-image: url('img/icons/tick.png') !important;
}

.bool-htmllabel-icon-false{
	background-image: url('img/icons/cancel.png') !important;
}

.bool-htmllabel-icon .bool-htmllabel-text{
	display: none;
}

button.icon-logout, .icon-logout {
	background-image: url('img/icons/door_in.png');
}
button.icon-refresh, .icon-refresh {
	background-image: url('img/icons/refresh.png');
}
button.icon-services, .icon-services {
	background-image: url('img/icons/table_gear.png');
}
button.icon-states, .icon-states {
	background-image: url('img/icons/table_gear.png');
}
button.icon-manage-process, .icon-manage-process {
	background-image: url('img/icons/table_gear.png');
}
button.icon-events, .icon-events {
	background-image: url('img/icons/table_lightning.png');
}
button.icon-ok, button.icon-yes, button.icon-finish, .icon-ok, .icon-yes, .icon-finish {
	background-image: url('img/icons/tick.png');
}
button.icon-no, button.icon-cancel, .icon-no, .icon-cancel {
	background-image: url('img/icons/cancel.png');
}

button.icon-close, .icon-close {
	background-image: url('img/icons/cancel.png');
}

button.icon-previous, .icon-previous {
	background-image: url('img/icons/arrow_left.png');
}
button.icon-next, .icon-next {
	background-image: url('img/icons/arrow_right.png');
}
button.icon-edit, .icon-edit {
	background-image: url('img/icons/pencil.png');
}
button.icon-accept, .icon-accept {
	background-image: url('img/icons/accept.png');
}

button.icon-new, .icon-new {
	background-image: url('img/icons/document-new.png');
}

button.icon-open, .icon-open {
	background-image: url('img/icons/document-open.png');
}

button.icon-save, .icon-save {
	background-image: url('img/icons/document-save.png');
}

button.icon-save-as, .icon-save-as {
	background-image: url('img/icons/document-save-as.png');
}

button.icon-exit, .icon-exit {
	background-image: url('img/icons/exit.png');
}

button.icon-quit, .icon-quit {
	background-image: url('img/icons/exit.png');
}

button.icon-help, .icon-help {
	background-image: url('img/icons/help.png');
}

button.icon-about, .icon-about {
	background-image: url('img/icons/help.png');
}

button.icon-find, .icon-find {
	background-image: url('img/icons/find.png');
}

button.icon-collapse-tree, .icon-collapse-tree {
	background-image: url('img/icons/collapse-all.gif') !important;
}

button.icon-expand-tree, .icon-expand-tree {
	background-image: url('img/icons/expand-all.gif') !important;
}

.new-task-node { 
	font-weight: bold;
}

.icon-task-tree {
	background-image: url('img/icons/chart_organisation.png');
}

.icon-debug {
	background-image: url('img/icons/bug.png') !important;
}
.icon-currentwork {
	background-image: url('img/icons/report_edit.png') !important;	
}
.icon-newwork {
	background-image: url('img/icons/report_add.png') !important;	
}
.icon-home {
	background-image: url('img/icons/house.png') !important;	
}
.icon-task {
	background-image: url('img/icons/page_edit.png') !important;	
}
.icon-task-result {
	background-image: url('img/icons/page_white_magnify.png') !important;	
}
.icon-waiting {
	background-image: url('img/icons/hourglass.png') !important;	
}
.icon-workflow {
	background-image: url('img/icons/page_edit.png') !important;	
}
.icon-folder {
	background-image: url('img/icons/folder.png') !important;	
}
.icon-overview{
	background-image: url('img/icons/application_view_list.png') !important;	
}
.icon-unpin{
	background-image: url('img/icons/unpin.gif') !important;	
}
.icon-edit{
	background-image: url('img/icons/pencil.png') !important;
}
.icon-properties{
	background-image: url('img/icons/table_gear.png') !important;
}
.icon-chat{
	background-image: url('img/icons/comment.png') !important;
}
.icon-trash {
	background-image: url('img/icons/trash.png') !important;
}
.icon-description {
	background-image: url('img/icons/page_white_text.png') !important;
}
.icon-play {
	background-image: url('img/icons/control_play_blue.png') !important;
}

#userdisplay {
	color: #3a81ad;
	font-weight: bold;
	padding-right: 10px;
}

/* WORK LIST PANEL STYLES */
div.treegrid {
	position: absolute;
	width: 16px;
	height: 18px;
}
div.treegrid-empty {
}
div.treegrid-line {
	background: url('../../ext-3.2.1/resources/images/default/tree/elbow-line.gif') no-repeat;
}
div.treegrid-middle {
	background: url('../../ext-3.2.1/resources/images/default/tree/elbow.gif') no-repeat;
}
div.treegrid-last {
	background: url('../../ext-3.2.1/resources/images/default/tree/elbow-end.gif') no-repeat;
}
div.treegrid-icon {
	background-position: 0 2px;
	background-repeat: no-repeat;
}
div.treegrid-label {
	position: absolute;
	height: 16px;
	padding: 2px 0px 0px 5px;
}
div.work-list-high-priority {
	background-color: #e49696;
}

/* NEW TASK PANEL STYLES */

div.newtask-description-container x-panel-body{
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:11px;
}

div.newtask-description-container h3 {
	margin-bottom: 4px;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
}


/* WORK TAB PANEL STYLES */
/*div.worktab-container .x-panel-body, div.worktab-container .x-tab-panel-body {
	background: #eee;
}*/

.worktabs-body{
	background: #edf0f3 url('img/worktabs-background.png') repeat-x;
}

div.worktab-header {
	padding: 0px;
}

div.worktab-header-normal-priority{
	background: url('img/worktab-header-normal-back.png');
	color: white;
}

div.worktab-header-high-priority{
	background: url('img/worktab-header-high-back.png');
	color: white;
}

div.worktab-header-text{
	padding: 2px 0px 0px 35px;
}

div.worktab-header-indicator {
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: -22px;
	width: 16px;
	height: 16px;
	
	background: url('img/loading-small.gif') no-repeat;
	display: none;
}

div.worktab-header th {
	padding-right: 5px;
	font-weight: bold;
}

div.worktab-header td{
	padding-right: 10px;
}
div.worktab-header-status {
	width: 25px;
	height: 25px;
	float: left;
}

div.worktab-header-separator{
	width: 3px;
	height: 25px;
	float: left;
	background: url('img/worktab-header-separator.png');
}

div.worktab-header-progress-active{
	background: url('img/worktab-progress-active.png');
}

div.worktab-header-progress-stuck{
	background: url('img/worktab-progress-stuck.png');
}

div.worktab-header-progress-waiting{
	background: url('img/worktab-progress-waiting.png');
}

div.worktab-header-progress-reject{
	background: url('img/worktab-progress-reject.png');
}

table.form-table th {
	vertical-align: top;
}
/*
.basic-task {
	background: #ff0;
	border: solid 2px #f00;
}*/

div.it-task-overview {
	border: solid 1px #93b8d0;
	background-color: #fff;
}
.it-task-overview table tr td {
	padding: 5px;
}
div.it-task-overview-icon {
	width: 16px;
	height: 16px;
}
/*div.task-description {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-width: 0px 0px 1px 0px !important;
}*/
div.task-description {
	padding: 3px 4px 3px 4px;
	/*margin: 0px 0px 10px 0px;*/
	font-weight: bold;
	color: #1e3356;
}
div.task-context {
	padding: 2px;
	margin: 0px 0px 15px 0px;
	/*background: #fff !important;
	border-width: 1px !important;*/
}
div.task-context th {
	font-weight: bold;
	vertical-align: top;
}

.task-properties-window .x-form-item-label {
	font-weight: bold;
	color: #1e3356;
}
/* Home Panel */
.homePanel {
	background: #fff url("img/welcome/bg.png") top repeat-x;
	height:100%;
	position: relative;
	overflow: auto;
}
.homePanel-body{
	padding: 10px;
}

.homePanel-text{
	max-width: 700px;
	z-index: 10;
	position: absolute;
}

.homePanel p {
	margin-bottom: 4px;
}

.homePanel h1 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin: 10px 0px 5px 0px;
}

.homePanel h2 {
	font-size: 14px;
	margin: 10px 0px 5px 0px;
}

.homePanel a {
	color: #2e72b6;
	font-weight: bold;
	text-decoration: none;
}

.homePanel-logo {
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: -243px;
	width: 243px;
	height: 197px;
	background: url("img/welcome/logo.png") no-repeat;
	z-index: 1;
}

/* DEBUG STYLES */
.debug-button button.x-btn-text {
	width: 150px;
	overflow: visible;
	text-align: left;
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:2px;
    padding-right:0;
}

/* TRACE STYLES */
table.debug-table {
	width: 100%;
	background-color: #fff;
}
table.debug-table th {
	padding: 2px;
	color: #fff;
	background-color: #2e72b6;
	font-weight: bold;
}
table.debug-table td {
	padding: 2px;
	vertical-align: top;
}

div.trace-process {
	padding: 10px;
}
div.trace-process h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
div.trace-process th {
	background-color: #ccc;
}

table.trace-sequence {
	border: 1px solid #ccc;
	margin: 5px;
	background-color: #fff;
}
table.trace-sequence th {
	color: #fff;
	font-size: smaller;
	text-align: center;
}
table.trace-sequence th.trace-active {
	background-color: #93b8d0;
}
table.trace-sequence th.trace-finished {
	background-color: #3a81ad;
}
table.trace-sequence td {
	vertical-align: top;
}
table.trace-parallel {
	border: 1px solid #ccc;
	margin: 5px;
	background-color: #fff;
}
table.trace-parallel th {
	color: #fff;
	font-size: smaller;
	text-align: center;
}
table.trace-parallel th.trace-active {
	background-color: #93b8d0;
}
table.trace-parallel th.trace-finished {
	background-color: #3a81ad;
}
div.trace-node {
	width: 150px;
	border: solid 1px #ccc;
	color: #000;
	font-size: smaller;
	margin: 5px;
	background-color: #fff;
}
div.trace-node-title {
	color: #fff;
	padding: 2px;
	text-align: center;
}
div.trace-node th {
	width: 75px;
	color: #000;
}

.trace-active {
	background-color: #93b8d0;
}
.trace-finished {
	background-color: #3a81ad;
}
.trace-inactive {
	background-color: #ccc;
}

/* == Taskforest icons == */

div.taskForestLegend{
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	margin: 2px;
	font-size: 80%;
	float: left;
	vertical-align: middle;
}

.task-int {
   background-image:url('img/icons/page_edit.png') !important;
}

.task-mon {
   background-image:url('img/icons/zoom.png') !important;
}

.task-ins {
   background-image:url('img/icons/paste_plain.png') !important;
}

.task-rpc {
   background-image:url('img/icons/monitor-go.png') !important;
}

.task-seq {
    background-image:url('img/icons/arrow_right.png') !important;
}

.task-par {
   background-image:url('img/icons/arrow_divide_right.png') !important;
}

.task-grp{
	background-image:url('img/icons/application_double.png') !important;
}

.task-mnt {
    background-image:url('img/icons/house.png') !important;
}

.task-fin {
	background-image:url('img/icons/flag.png') !important;
}

.task-publish {
   background-image:url('img/icons/monitor-go.png') !important;
}

/* == ListPanel == */

.list{
	position: relative;
}

.list-sidebar{
	width: 5px;
	height: 100%;
	background: transparent none no-repeat scroll 0 0;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
}

.list-sidebar-collapsed{
	width: 5px;
	background-color: #DFE8F6;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border-left: 1px solid #B9C7DD;
}

.list-sidebar-expanded{
	width: 5px;
	background-color: #DFE8F6;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.list-sidebar-bg{
	background-image: url('img/list-toolbox-background.png') !important;
	position: absolute;
	width: 80px;
	height: 100%;
	top: 0px;
	left: 5px;
	z-index: 20;
}

.list-sidebar-control{
	top: 50%;
	margin-top: -18px
}

.list-toolbox {
	background: transparent none repeat-y scroll 0 0;
	position: absolute;
	z-index: 40;
	width: 80px;
	padding-left: 4px;
	visibility: hidden;
	top: -1px;
	right: -4px;
	height: 100%;
	border-bottom: 1px solid #DFE8F6;
}

.list-item-light {
	padding: 4px 8px 2px 0px;
	background-image: url('img/light-blue-background.png') !important;
	position: relative;
}

.list-item-dark {
	padding: 4px 8px 2px 0px;
	background-image: url('img/dark-blue-background.png') !important;
	position: relative;
}

.list-item-dark.list-last-item {
	background-image: url('img/dark-blue-background-hatched.png') !important;
}

.list-item-light.list-last-item {
	background-image: url('img/light-blue-background-hatched.png') !important;
}

.list-toolbox-button {
	color: transparent;
	background: transparent none repeat scroll 0 0;
	border: none;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
}

.list-button-up{
	background-image: url('img/icons/move-up.png') !important;
}

.list-button-down{
	background-image: url('img/icons/move-down.png') !important;
}

.list-button-add{
	background-image: url('img/icons/add.png') !important;
}

.list-button-rem{
	background-image: url('img/icons/delete.png') !important;
}

.list-msg-field{
	background-image: url('img/light-blue-background.png') !important;
	padding: 2px 2px 0px 2px;
	position: relative;
}

.list-record-hint-icon {
	background:none no-repeat scroll 0 2px #eee;
	background-image: url('img/icons/information.png') !important;
	width: auto;
	height: 18px;
	padding: 2px 2px 2px 24px;
	margin: 0px 0px 5px 0px;
	z-index: 1;
	color: #777777;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.list-record-invalid-icon {
	background:none no-repeat scroll 0 2px #eee;
	background-image: url('img/icons/exclamation.png') !important;
	width: auto;
	height: 18px;
	padding: 2px 2px 2px 24px;
	margin: 0px 0px 5px 0px;
	z-index: 10;
	color: #E87979;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* == Document Panel == */

.x-form-file-wrap {
	position: relative;
	height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
	position: absolute;
	left: 0;
	z-index: 3;
	color: #777;
}

.x-form-file-icon{
	width: 22px;
	height: 22px;
	vertical-align: top;
}

td.x-form-file {
	-x-system-font:none;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
}

button.x-form-document-browse-icon {
	background-image: url('img/icons/page_find.png') !important;
}

button.x-form-document-upload-icon {
	background-image: url('img/icons/page_add.png') !important;
}

button.x-form-document-download-icon {
	background-image: url('img/icons/page_white_put.png') !important;
}

button.x-form-document-edit-icon {
	background-image: url('img/icons/pencil.png') !important;
}

button.x-form-document-cancel-icon {
	background-image: url('img/icons/cancel.png') !important;
}

button.x-form-document-trash-icon {
	background-image: url('img/icons/trash.png') !important;
}

.file-type-image-icon{
	background-image: url('img/icons/image.png') !important;
}

.file-type-plain-icon{
	background-image: url('img/icons/page_white.png') !important;
}

.file-type-video-icon{
	background-image: url('img/icons/film.png') !important;
}

.file-type-audio-icon{
	background-image: url('img/icons/music.png') !important;
}

.file-type-text-icon{
	background-image: url('img/icons/page.png') !important;
}

.file-type-application-icon{
	background-image: url('img/icons/application_xp.png') !important;
}

.file-type-application-pdf-icon{
	background-image: url('img/icons/page_white_acrobat.png') !important;
}

.x-color-palette {
	width: 260px;
}

/* == Horizontal Grid Layout == */

.x-hgrid-layout-table {
	width: 100%;
	height: auto;
}

.x-hgrid-layout-cell {
	height: auto;
	vertical-align: top;
	padding: 0;
	background-color: #DDD;
	border: 1px solid transparent;
}

/*== CodeMirror == */

.codemirror-iframe {
	background: white;
	color: black;
}

.CodeMirror-line-numbers {
	font-size: 10pt;
	margin: 0.4em;
	font-family: monospace;
	text-align: right;
}

/* == Constructor Panel == */

.x-constructor-panel-tc{
	height: 5px;
	background: none no-repeat scroll 0 0 transparent;
	background-image: url('img/constructor-top.png') !important;
}

.x-constructor-panel-mc{
	padding-top: 4px;
	padding-bottom: 1px;
	background-image: url('img/light-blue-background.png') !important;
}

/* == Hint & Error Icons == */
.x-form-invalid-icon {
	z-index: 10;
}

.x-form-hint-icon {
	background:none no-repeat scroll 0 2px transparent;
	background-image: url('img/icons/information.png') !important;
	display:block;
	height:18px;
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	width:16px;
	z-index: 1;
}

.x-form-hint-tip .x-tip-body {
    padding-left:24px;
	padding-top: 2px;
	padding-bottom: 2px;
    background:transparent no-repeat 0px 0px;
	background-image: url('img/icons/information.png') !important;
}

.x-record-hint-icon {
	background:none no-repeat scroll 0 2px transparent;
	background-image: url('img/icons/information.png') !important;
	width: auto;
	height: 18px;
	padding: 2px 2px 2px 24px;
	margin: 0px 0px 5px 0px;
	z-index: 1;
	color: #777777;
	font-size: 11px;
}

.x-record-invalid-icon {
	background:none no-repeat scroll 0 2px transparent;
	background-image: url('img/icons/exclamation.png') !important;
	width: auto;
	height: 18px;
	padding: 2px 2px 2px 24px;
	margin: 0px 0px 5px 0px;
	z-index: 1;
	color: #E87979;
	font-size: 11px;
}

.x-document-hint-icon{
	width: 25px;
	background: none no-repeat scroll 0 4px transparent;
	background-image: url('img/icons/information.png') !important;
	height: 24px;
	z-index: 1;
	margin-left: 4px;
}

.x-document-invalid-icon{
	width: 25px;
	background: none no-repeat scroll 0 4px transparent;
	background-image: url('img/icons/exclamation.png') !important;
	height: 24px;
	z-index: 10;
	margin-left: 4px;
}

/* == TUPLE == */

.tuple-item {
	float: left;
	margin-right: 20px;
}

/*== PARALLEL == */

.hide-cell-action .ux-cell-actions{
	display: none;
}




