#buildText{
	font:8px Tahoma;
	line-height: 1.5;	
	padding-right: 25px;
}

#daygrid .x-grid3-cell-inner {
	white-space: normal;
}

#compareDataGrid .x-grid3-cell-inner {
	white-space: normal;
}

#helpImg{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#helpText{
	font:13px Tahoma, Arial;
	line-height: 1.5;	
	text-align: justify;
	padding: 20px;
}

#helpText h2{
	font-size: 13px;
	text-align: center;
}

#helpText p {
		margin: 0.5em 0 0 0;	
}

#helpText ul{
	white-space:normal; /* nowrap; */
	margin-bottom: 1em;
	margin-left: 1em;
	list-style: disc inside;
}

#infoText{
	font:13px Tahoma, Arial;
	line-height: 1.5;	
	padding: 7px;
}

#monthgrid .x-grid3-cell-inner {
white-space: normal;
}

#versionText{
	font:16px Tahoma, Calibri;
	line-height: 1.5;	
	padding-right: 25px;
}

#weekgrid .x-grid3-cell-inner {
white-space: normal;
}

#workflow-warning {
  color: #990000;	
  font-size: 12px;
  white-space:normal;
}

#workflow-warning p{
  padding-left: 10px;
}

.workflow-versionInfo{
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  line-height: 16px;
  padding: 3px 10px 10px 3px;
}

.wf-field-readonly .x-form-field{
  background-color: transparent;
  background-image: none;
  cursor: default;
}

.wf-attribute-field-readonly .x-form-field{
  background-color: #B8CFEE !important;
  background-image: none;
  font-weight: normal;
  cursor: default;
}

.news-block{
  border: 4px double black ;
  background: #FFFFE1;
  padding: 10px;
}

.applicant-item {
    -x-system-font: none;
    border-bottom-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FFFFFF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FFFFFF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    color: #555555;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    white-space: normal;
}
.applicant-item h3 {
    -x-system-font: none;
    color: #222222;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: bold;
    line-height: inherit;
}
.applicant-item h3 span {
    clear: none;
    display: block;
    float: right;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    width: 100px;
    white-space: nowrap;
}

.workflow-text-aria textarea.x-form-field{
  background-image: none !important;
  background-color: transparent !important; 
}

textarea.x-form-field {
	white-space: pre-wrap;
}

.x-grid3-hd {
  -moz-user-select: -moz-none;
}

.x-grid3-hd-row .x-filtered-column {
  font-style: italic !important;
  font-weight: bold !important;
  background: transparent no-repeat 0 0;
  background-image: url(workflow/images/icons/filtred.gif);
}

.x-unselectable,.x-unselectable * {
  -moz-user-select: -moz-none;
}

.x-item-disabled * {
    color: black !important;
}

.calendar-day-grid {
  height: 100px;
}

.calendar-day-header {
  text-align: center;
}

.counterNewText{
  color: #0000CD;
}

.counterOutOfDateText{
  color: red;
}

.dictIdText{
  color: #808080;
}

.projectNotActive{
	text-decoration: line-through;
}
.projectNotActiveCantSelect{
	color: #808080;
	text-decoration: line-through;
}

.notActualItem {
	text-decoration: line-through;
}

.wf-tag {
	float: left;
	/*background-color: #dfe9f6;*/
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	
	margin:5px;
	padding-left: 5px;
	cursor: pointer;
	font-size: 12px;/*17px;*/
	font-family: tahoma,arial,helvetica,sans-serif;
}

.wf-tag-active {
	background-color: #dfe9f6;
	/*border-radius: 3px;*/
	border: 1px solid #99bce8;
	*/
	/*margin: 0 4px 2px 0;*/
}

.x-window-dlg .workflow-wb-wait {
	background:transparent no-repeat top left;
    background-image:url(gxt/images/default/shared/large-loading.gif);
} 

.x-form-field-wrap .x-form-phone-trigger {
  background-image: url(workflow/images/icons/phone-trigger.gif) !important;
} 

.x-form-field-wrap .x-form-httplink-trigger {
  background-image: url(workflow/images/icons/httplink-trigger.gif); !important;
}


.x-form-field-wrap .x-form-email-trigger {
  background-image: url(workflow/images/icons/email-trigger.gif) !important;
}
 
.x-form-field-wrap .x-form-contact-trigger {
  background-image: url(workflow/images/icons/contact-trigger.gif) !important;
}

.filial {
  background: url(workflow/images/icons/filial.png) no-repeat center left !important;
}

.lessOrEqual {
  background: url(workflow/images/icons/lessOrEqual.png) no-repeat center left !important;
}

.greaterOrEqual {
  background: url(workflow/images/icons/greaterOrEqual.png) no-repeat center left !important;
}
.icon-actionview0 {
  background: url(workflow/images/icons/actionview0.png) no-repeat center left !important;
}
.icon-actionview1 {
  background: url(workflow/images/icons/actionview1.png) no-repeat center left !important;
}
.icon-actionview2 {
  background: url(workflow/images/icons/actionview2.png) no-repeat center left !important;
}
.icon-add {
  background: url(workflow/images/icons/add.png) no-repeat center left !important;
}
.icon-arrow-turn {
  background: url(workflow/images/icons/arrow-turn.png) no-repeat center left !important;
}
.icon-attach {
  background: url(workflow/images/icons/attach.png) no-repeat center left !important;
}
.icon-attach8x16 {
  background: url(workflow/images/icons/attach_8x16.png) no-repeat center left !important;
}

.icon-needDocumentation {
  background: url(workflow/images/icons/needDocumentation.png) no-repeat center left !important;
}
.icon-needNotifyUser {
  background: url(workflow/images/icons/needNotifyUser.png) no-repeat center left !important;
}
.icon-calendar {
  background: url(workflow/images/icons/calendar.png) no-repeat center left !important;
}

.icon-chart {
  background: url(workflow/images/icons/chart.png) no-repeat center left !important;
}

.icon-clock {
  background: url(workflow/images/icons/clock.png) no-repeat center left !important;
}

.icon-collapse-all {
  background: url(workflow/images/icons/collapse_all.png) no-repeat center left !important;
}

.icon-compare {
  background: url(workflow/images/icons/compare.png) no-repeat center left !important;
}

.icon-create-from-request {
  background: url(workflow/images/icons/create_from_request.png) no-repeat center left !important;
}

.icon-delete {
  background: url(workflow/images/icons/delete.png) no-repeat center left !important;
}
.icon-department {
  background: url(workflow/images/icons/department.png) no-repeat center left !important;
}
.icon-draft {
  background: url(workflow/images/icons/draft.png) no-repeat center left !important;
}
.icon-edit {
  background: url(workflow/images/icons/edit.png) no-repeat center left !important;
}
.icon-event {
  background: url(workflow/images/icons/bell.png) no-repeat center left !important;
}
.icon-excel {
  background: url(workflow/images/icons/excel.png) no-repeat center left !important;
}
.icon-exit {
  background: url(workflow/images/icons/exit.png) no-repeat center left !important;
}
.icon-expand-all {
  background: url(workflow/images/icons/expand_all.png) no-repeat center left !important;
}
.icon-filter {
  background: url(workflow/images/icons/filter.png) no-repeat center left !important;
}
.icon-filter-column-delete {
  background: url(workflow/images/icons/filter_column_delete.png) no-repeat center left !important;
}
.icon-filter-delete {
  background: url(workflow/images/icons/filter_delete.png) no-repeat center left !important;
}

.icon-filter-value {
  background: url(workflow/images/icons/filter_value.png) no-repeat center left !important;
}
.icon-folder {
  background: url(workflow/images/icons/folder.png) no-repeat center left !important;
}
.icon-help {
  background: url(workflow/images/icons/help.png) no-repeat center left !important;
}

.icon-logo {
  background: url(workflow/images/icons/logo16.png) no-repeat center left !important;
}

.icon-message {
  background: url(workflow/images/icons/message.png) no-repeat center left !important;
}

.icon-message32 {
  background: url(workflow/images/icons/message32.png) no-repeat center left !important;
}
.icon-news {
  background: url(workflow/images/icons/news.png) no-repeat center left !important;
}
.icon-open-parent-process {
  background: url(workflow/images/icons/open_parent_process.png) no-repeat center left !important;
}
.icon-open-parent-task {
  background: url(workflow/images/icons/open_parent_task.png) no-repeat center left !important;
}
.icon-password-change {
  background: url(workflow/images/icons/password_change.png) no-repeat center left !important;
}
.icon-priority1 {
  background: url(workflow/images/icons/priority1.png) no-repeat center left !important;
}
.icon-priority2 {
  background: url(workflow/images/icons/priority2.png) no-repeat center left !important;
}
.icon-priority3 {
  background: url(workflow/images/icons/priority3.png) no-repeat center left !important;
}
.icon-process {
  background: url(workflow/images/icons/process.png) no-repeat center left !important;
}
.icon-process-accomplished {
  background: url(workflow/images/icons/process_accomplished.png) no-repeat center left !important;
}
.icon-process-canceled {
  background: url(workflow/images/icons/process_canceled.png) no-repeat center left !important;
}
.icon-process-outofdate {
  background: url(workflow/images/icons/process_outofdate.png) no-repeat center left !important;
}
.icon-project {
  background: url(workflow/images/icons/project.png) no-repeat center left !important;
}

.icon-refresh {
  background: url(workflow/images/icons/refresh.png) no-repeat center left !important;
}

.icon-report {
  background: url(workflow/images/icons/report.png) no-repeat center left !important;
}

.icon-report-chart {
  background: url(workflow/images/icons/report_chart.png) no-repeat center left !important;
}

.icon-request{
  background: url(workflow/images/icons/request.png) no-repeat center left !important;
}

.icon-request-assigned {
  background: url(workflow/images/icons/request_assigned.png) no-repeat center left !important;
}

.icon-request-accomplished {
  background: url(workflow/images/icons/request_accomplished.png) no-repeat center left !important;
}

.icon-request-awaiting-info {
  background: url(workflow/images/icons/hourglass_information.png) no-repeat center left !important;
}

.icon-request-canceled {
  background: url(workflow/images/icons/request_canceled.png) no-repeat center left !important;
}

.icon-request-done {
  background: url(workflow/images/icons/request_done.png) no-repeat center left !important;
}

.icon-request-oncheck {
  background: url(workflow/images/icons/request_oncheck.png) no-repeat center left !important;
}

.icon-request-postponed {
  background: url(workflow/images/icons/request_postponed.png) no-repeat center left !important;
}

.icon-request-underapproval {
  background: url(workflow/images/icons/request_underapproval.png) no-repeat center left !important;
}

.icon-request-all-assigned {
  background: url(workflow/images/icons/request_all_assigned.png) no-repeat center left !important;
}

.icon-request-group-assigned {
  background: url(workflow/images/icons/request_group_assigned.png) no-repeat center left !important;
}

.icon-request-group-unassigned {
  background: url(workflow/images/icons/request_group_unassigned.png) no-repeat center left !important;
}

.icon-request-user-assigned {
  background: url(workflow/images/icons/request_user_assigned.png) no-repeat center left !important;
}

.icon-request-all-unassigned {
  background: url(workflow/images/icons/request_all_unassigned.png) no-repeat center left !important;
}

.icon-request-unassigned {
  background: url(workflow/images/icons/request_unassigned.png) no-repeat center left !important;
}

.icon-save {
  background: url(workflow/images/icons/save.png) no-repeat center left !important;
}

.icon-service {
  background: url(workflow/images/icons/service.png) no-repeat center left !important;
}

.icon-size-height {
  background: url(workflow/images/icons/size_height.png) no-repeat center left !important;
}

.icon-size-original {
  background: url(workflow/images/icons/size_original.png) no-repeat center left !important;
}

.icon-size-width {
  background: url(workflow/images/icons/size_width.png) no-repeat center left !important;
}
.icon-skip {
  background: url(workflow/images/icons/skip.png) no-repeat center left !important;
}

.icon-star {
  background: url(workflow/images/icons/star.png) no-repeat center left !important;
}

.icon-star-over {
  background: url(workflow/images/icons/star_over.png) no-repeat center left !important;
}

.icon-star-empty {
  background: url(workflow/images/icons/star-empty.png) no-repeat center left !important;
}

.icon-star-empty-over {
  background: url(workflow/images/icons/star_empty_over.png) no-repeat center left !important;
}

.icon-task {
  background: url(workflow/images/icons/task.png) no-repeat center left !important;
}

.icon-task-accomplished {
  background: url(workflow/images/icons/task_accomplished.png) no-repeat center left !important;
}

.icon-task-action-accomplished {
  background: url(workflow/images/icons/task_action_accomplished.png) no-repeat center left !important;
}

.icon-task-action-canceled {
  background: url(workflow/images/icons/task_action_canceled.png) no-repeat center left !important;
}

.icon-task-action-done {
  background: url(workflow/images/icons/task_action_done.png) no-repeat center left !important;
}

.icon-task-action-impossibletocomplete {
  background: url(workflow/images/icons/task_action_impossible_to_complete.png) no-repeat center left !important;
}

.icon-task-action-inprogress {
  background: url(workflow/images/icons/task_action_inprogress.png) no-repeat center left !important;
}

.icon-task-action-received {
  background: url(workflow/images/icons/task_action_received.png) no-repeat center left !important;
}

.icon-task-action-reopen {
  background: url(workflow/images/icons/task_action_reopen.png) no-repeat center left !important;
}

.icon-task-action-supervised {
  background: url(workflow/images/icons/task_action_supervised.png) no-repeat center left !important;
}

.icon-task-canceled {
  background: url(workflow/images/icons/task_canceled.png) no-repeat center left !important;
}

.icon-task-incoming {
  background: url(workflow/images/icons/task_incoming.png) no-repeat center left !important;
}

.icon-task-outcoming {
  background: url(workflow/images/icons/task_outcoming.png) no-repeat center left !important;
}

.icon-task-outofdate {
  background: url(workflow/images/icons/task_outofdate.png) no-repeat center left !important;
}

.icon-task-undersupervision {
  background: url(workflow/images/icons/task_undersupervision.png) no-repeat center left !important;
}

.icon-task-periodical {
  background: url(workflow/images/icons/task_periodical.png) no-repeat center left !important;
}

.icon-text {
  background: url(workflow/images/icons/text.png) no-repeat center left !important;
}
.icon-theme {
  background: url(workflow/images/icons/palette.png) no-repeat center left !important;
}
.icon-urgency1 {
  background: url(workflow/images/icons/urgency1.png) no-repeat center left !important;
}
.icon-urgency2 {
  background: url(workflow/images/icons/urgency2.png) no-repeat center left !important;
}
.icon-user {
  background: url(workflow/images/icons/user.png) no-repeat center left !important;
}
.icon-word {
  background: url(workflow/images/icons/word.png) no-repeat center left !important;
}
.overdue {
	background-color: #F5C0C0 !important;
}

.workflow-comment{
	padding: 5px 5px 5px 10px;
	border-bottom: thick double #EDEDED;
	line-height: 18px;
}

.workflow-newTask table td div, .workflow-newTask table td div span{
	font-weight:bold;
}

.workflow-outOfDateTask{
	background-color: #F5C0C0;
}
.wf-compare-diff{
	background-color: #FFFFE1;
}
.x-status-wrong {
  cursor: pointer;
  background-image: url(gxt/images/default/form/exclamation.gif);
}
.x-status-exclamation {
  background-image: url(gxt/images/default/form/exclamation.gif);
}

.x-toolbar .x-btn-mc em.tag-split, .x-toolbar .x-btn-pressed .x-btn-mc em.tag-split, .x-toolbar .x-btn-over .x-btn-mc em.tag-split {
    /*background-image: url(workflow/images/icons/tag-s-arrow-noline.png);*/
	background-image: url(workflow/images/icons/tag-s-arrow-o.png);
}
/*, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split
*/
/*
.x-toolbar .x-btn-over .x-btn-mc em.tag-split, .x-toolbar .x-btn-pressed x-btn-over .x-btn-mc em.tag-split {
    background-image: url(workflow/images/icons/tag-s-arrow-o.png);
}
*/

.btn-badge {
	color: #0000FF;
	font-size: 7px !important;
	position: absolute;
	right: 0px;
	top: -2px;
}