﻿@font-face {
    font-family: GDT;
    src: url("/css/fonts/Y14.ttf");
}

.button .icon-import {background-image:url(/media/import.png);}
.button .icon-export {background-image:url(/media/export.png);}

/* signin-form */
.signin-form { max-width: 400px; margin: 50px auto 0; border: 1px solid #02314D; }
.signin-form .head { padding: 10px 0; }
.signin-form .head .logo { height: 80px; background: transparent url(/media/logo.png) center center no-repeat;
						   background-size: contain; -moz-background-size: contain; -webkit-background-size: contain; }
.signin-form .signin-pane { padding: 5px 15px 15px; }
.form.signin-form .field { margin-bottom: 15px; }
.form.signin-form .field-label { display: none; }
.form.signin-form .buttons .button { display: block; text-align: center; }

/* about form */
.about-form .popup-content { padding: 140px 0 0 55px; background: url(/media/highqa_splash.png) 0 0 no-repeat; }
.about-form .text1 { font-size: 22px; line-height: 1; text-transform: uppercase; margin-bottom: 35px; }
.about-form .text2 { font-size: 18px; line-height: 1; margin-bottom: 35px; }
.about-form .text3 { font-size: 14px; line-height: 1; margin-bottom: 22px; }

/* schedule-control1 */
.schedule-control1 .repeat-pattern-tab .extra-column { padding-left: 15px; border-left: 1px solid #e5e5e5; min-height: 90px; }


/* app-form */
.app-form1 { max-width: 400px; margin: 50px auto 0; border: 1px solid #02314D; padding: 15px; }

/* fields */
.field.mark-mail-sent-0 .field-value { background-color: #FCD5B4; padding: 0 0 5px 5px; }
.field.mark-mail-sent-1 .field-value { background-color: #CCFFCC; padding: 0 0 5px 5px; }
.field.red-text .field-value span { color: red !important; }

/* images */
.image-merch-photo-status-2:before { content: "\f12a"; color: #f00; }
.image-merch-photo-status-5:before { content: "\f00c"; color: #00f; }
.image-answer-status-1:before { content: "\f00c"; color: #00f; }
.image-answer-status-2:before { content: "\f12a"; color: #f00; }
.image-plus-x2 { background-image: url(/media/plus-x2.png); }


.list1 .items-table .item .col.CalendarDay_red { color: red !important; }
.list1 .items-table .item .col.CalendarDay_red div a { color: red !important; }

/* document-print-form */
.document-print-form { max-width: 768px; margin: 30px auto 0; font-family: Arial; }
.document-print-form .context-title { font-size: 16px; line-height: 20px; margin: 15px 0; }
.document-print-form .field-table { border-top: 1px solid #CCCCCC; }
.document-print-form .field-table .field { display: flex; flex-direction: row; flex-grow: 0; border-width: 1px; border-style: none solid solid solid; border-color: #CCCCCC; margin: 0; min-height: 29px; }
.document-print-form .field-table .field .field-label { border-right: 1px solid #CCCCCC; padding-top: 7px; padding-left: 5px; padding-bottom: 5px; color: #323232; white-space: normal; }
.document-print-form .field-table .field .field-value { padding: 2px 5px; }
.document-print-form .field-table .field .field-value .text { color: #323232; }
.document-print-form .field-table .field.section-title { text-align: center; font-weight: 700; }
.document-print-form .field-table .field.section-title .field-value .text { color: #323232; }
.document-print-form .field-table .row > .content { display: flex; flex-direction: row; flex-grow: 0; }
.document-print-form .field-table .row .extra-column { max-width: 100%; }
.document-print-form .field-table .row .field:first-child { border-right: none; }
.document-print-form table { width: 100%; }
.document-print-form table td { border-width: 1px; border-style: none solid solid solid; border-color: #CCCCCC; }
.document-print-form table td > div { padding: 2px 5px; }

/* kanban */
.kanban { overflow: hidden; border-top: 1px solid #D9D9D9; }
.kanban .kanban-column { float: left; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
                         border-left: 1px solid #D9D9D9; }
.kanban .kanban-column:first-child { border-left: none; }
.kanban.columns-6 .kanban-column { width: 16.66%; }
.kanban .kanban-column > .title {  background: #f7f7f7; padding: 2px 5px; text-align: center; height: 30px; font-size: 13px; font-weight: 700; line-height: 1em; overflow: hidden; }
.kanban .items > .group { border: 1px solid #E9E9E9; margin: 10px; background: #F5F5F5; padding: 2px 5px;
                       -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.kanban .field-layout2 .field-label { min-height: 0; margin-bottom: 0; }
.kanban .field-layout2 .field-value .text { padding-top: 0; }

/* schedule1 */

/*.image-high-priority:before { content: "\f139"; color: #FF2300; font-size: 1.2em; }*/
/*.image-normal-priority:before { content: "\f138"; color: #FF9000; font-size: 1.2em; }*/
/*.image-low-priority:before { content: "\f13a"; color: #4ABCE6; font-size: 1.2em; }*/
/*.image-open-workday:before { content: "\f04b"; }*/
/*.image-plus-circle:before { content: "\f055"; }*/
/*.image-plus-square:before { content: "\f0fe"; }*/

/*.schedule1 { overflow: hidden; }*/
/*.schedule1 .current-week { font-weight: normal; }*/
/*.schedule1 .date-period { margin-top: 6px; font-size: 14px; font-weight: normal; color: #777777; }*/

/*.schedule1 .days { display: flex; position: absolute; left: 4px; top: 38px; right: 0; bottom: 0; border-top: 1px solid #CCCCCC;*/
/*                   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }*/

/*.schedule1 .day { flex-grow: 1; flex-basis: 0; position: relative; border-left: 1px solid  #CCCCCC;*/
/*                  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }*/
/*.schedule1 .day.today { background: rgba(210, 231, 247, 0.5); }*/
/*.schedule1 .day .day-head { position: relative; height: 43px; border-bottom: 1px solid  #CCCCCC;*/
/*                            box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }*/
/*.schedule1 .day .day-head.status-3 { background-color: #ededed; }*/
/*.schedule1 .day .day-head.status-4 { background-color: #ffe3e3; }*/
/*.schedule1 .day .day-head.status-2 { background-color: #fffccc; }*/
/*.schedule1 .day .day-head.status-1 { }*/
/*.schedule1 .day .top-block { overflow: hidden; _float: left; height: 20px; }*/
/*.schedule1 .day .week-day {float: left; padding-left: 5px; font-size: 12px; font-weight: bold; color: #777777; }*/
/*.schedule1 .day .date-day { float: left; margin-top: -3px; padding-left: 5px; padding-top: 2px; font-size: 24px; color: #777777; }*/
/*.schedule1 .day.today .week-day, .schedule1 .day.today .date-day { color: #f00; }*/
/*.schedule1 .day .date-month { float: left; padding-top: 3px; padding-left: 1px; font-size: 12px; font-weight: bold; color: #777777; }*/
/*.schedule1 .day .open-workday-button .image-open-workday { float: left; padding: 0px 0px 0px 0px; margin-top: 2px; }*/
/*.schedule1 .day .day-action { float: right; margin-right: 5px; margin-top: 2px; color: #9dddf5; font-size: 14px;  padding: 0px 0px 0px 0px; background-color: #FFFFFF00; }*/
/*.schedule1 .day .day-action .image { font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}*/
/*.schedule1 .day .day-action:hover { color: #1283FF; }*/
/*.schedule1 .day .workday-action { margin-left: 60px; margin-top: 2px; color: gray; font-size: 13px; float: left; padding: 0px 0px 0px 0px; background-color: #FFFFFF00; }*/
/*.schedule1 .day .workday-action:hover { color: #1283FF; }*/
/*.schedule1 .day .workday-status { float: left; margin-top: -3px; margin-left: 70px; padding-top: 6px; padding-left: 1px; font-size: 10px; _font-weight: bold; color: #777777; }*/
/*.schedule1 .day .day-workload { float: right; margin-top: -3px; margin-right: 7px; padding-top: 6px; padding-left: 1px; font-size: 12px; font-weight: bold; color: #777777; }*/
/*.schedule1 .day .day-workload.red { color: red; }*/

/*.schedule1 .day .slots { position: absolute; left: 0; top: 43px; width: 100%; bottom: 0; }*/
/*.schedule1 .day .slots > .items { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }*/
/*.schedule1 .day .slot { position: relative; border-bottom: 1px solid #CCCCCC; }*/
/*.schedule1 .day .slot.selected { background: #bfdff5; }*/
/*.schedule1 .day .slot .selection { position: absolute; left: 0; top: 0; width: 26px; height: 100%; border-right: 1px solid #CCCCCC; }*/
/*.schedule1 .day .slot .selection span { position: absolute; width: 14px; height: 14px; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; border: 1px solid #CCCCCC; }*/
/*.schedule1 .day .slot.selected .selection span { position: absolute; width: 14px; height: 14px; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; border: 1px solid #CCCCCC; */
/*                                                font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
/*.schedule1 .day .slot.selected .selection span:before { padding-left: 2px; content: "\f00c"; } */
                                                
/*.schedule1 .day .slot .details { padding: 2px 5px; }*/
/*.schedule1 .day .slot .details .project { font-size: 12px; line-height: 14px; color: #333; }*/
/*.schedule1 .day .slot .details .task-line { font-size: 12px; line-height: 14px; color: #666; max-height: 28px; overflow: hidden; }*/
/*.schedule1 .day .slot .details .item-comment { font-size: 12px; line-height: 14px; color: #000; max-height: 42px; overflow: hidden; margin-top: 4px; white-space: pre-line;  }*/

/*.schedule1 .day .slot .head { overflow: hidden; margin-bottom: 4px; }*/
/*.schedule1 .day .slot .head .left-block { overflow: hidden; float: left; }*/
/*.schedule1 .day .slot .head .left-block.calendar { margin-top: 10px; height: 20px; }*/
/*.schedule1 .day .slot .head .left-block .priority  { float: left; width: 16px; height: 16px; */
/*                                                    font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
/*.schedule1 .day .slot .head .left-block .priority .text { display: none; }*/

/*.schedule1 .day .slot .head .left-block .flag-not-done { float: left; width: 16px; height: 16px; }*/

/*.schedule1 .day .slot .head .left-block .flag-done { float: left; width: 16px; height: 16px; */
/*                                                    font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
/*.schedule1 .day .slot .head .left-block .flag-done span:before { content: "\f00c"; color: #00CC00; font-size: 1.2em; }    */
/*.schedule1 .day .slot .head .left-block .start { float: left; padding-left: 7px; }*/
/*.schedule1 .day .slot .head .left-block .start.red { color: red; }*/
/*.schedule1 .day .slot .head .workload { float: right; margin-left: 5px; font-size: 11px; }*/
/*.schedule1 .day .slot .head .workload.estimate-workload { color: #AFADAD; }*/
/*.schedule1 .day .slot .head .workload.estimate-workload span { color: #AFADAD; }*/
/*.schedule1 .day .slot .head .workload.slot-edit { font-size: 12px; color: #EFEFEF; }*/
/*.schedule1 .day .slot .head .workload.slot-edit .image { font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}*/
/*.schedule1 .day .slot .head .workload:hover { color: #383838; }*/

/* tree1 */
.tree1 { border-top: 1px solid #ddd; }

.tree1 .grid-toppane { position: relative; z-index: 2; text-align: right; overflow: hidden; }
.tree1 .grid-toppane > .content { background: #fff; }
.tree1 .grid-toppane.fixed > .content { position: fixed; left: 0; top: 0; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tree1 .grid-toppane .search { float: left; border-bottom: 1px solid #ddd; color: #aaa; font-size:12px; margin-bottom:5px; margin-left:10px; }
.tree1 .grid-toppane .search label { display: none; }
.tree1 .grid-toppane .search input { border: none; background: transparent; padding: 0 9px 0 2px; width: 150px; }
.tree1 .grid-toppane .search .cmd-search { display: inline-block; vertical-align: middle; }
.tree1 .grid-toppane .search .cmd-search span { display: inline-block; width: 21px; height: 21px; background: transparent url(/media/grid-sprite1.png) -42px 0; }
.tree1 .grid-toppane .search .cmd-cancelsearch { display: inline-block; vertical-align: middle; }
.tree1 .grid-toppane .search .cmd-cancelsearch span { display: inline-block; width: 21px; height: 21px; background: transparent url(/media/grid-sprite1.png) -63px 0; }
/* placeholders */
.tree1 .grid-toppane .search ::-webkit-input-placeholder { /* WebKit browsers */ color: #aaa; font-style: italic; }
.tree1 .grid-toppane .search :focus::-webkit-input-placeholder { color: transparent; }
.tree1 .grid-toppane .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #aaa; font-style: italic; }
.tree1 .grid-toppane .search :focus:-moz-placeholder { color: transparent; }
.tree1 .grid-toppane .search ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #aaa; font-style: italic; }
.tree1 .grid-toppane .search :focus::-moz-placeholder { color: transparent; }
.tree1 .grid-toppane .search :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #aaa; font-style: italic; }
.tree1 .grid-toppane .search :focus:-ms-input-placeholder { color: transparent; }

.tree1 > .items { overflow: auto; }

.tree1 .item .name { height: 20px; line-height: 20px; cursor: default; white-space: nowrap; }
.tree1 .item.level-2 > .content > .name { padding-left: 20px; }
.tree1 .item.level-3 > .content > .name { padding-left: 40px; }
.tree1 .item.level-4 > .content > .name { padding-left: 60px; }
.tree1 .item.level-5 > .content > .name { padding-left: 80px; }
.tree1 .item.level-6 > .content > .name { padding-left: 100px; }
.tree1 .item.level-7 > .content > .name { padding-left: 110px; }
.tree1 .item.level-8 > .content > .name { padding-left: 120px; }
.tree1 .item.level-9 > .content > .name { padding-left: 130px; }
.tree1 .item.level-10 > .content > .name { padding-left: 140px; }
.tree1 .item.level-11 > .content > .name { padding-left: 150px; }
.tree1 .item .name > .content { position: relative; padding-left: 20px; }
.tree1 .item .name .category { display: inline; }
.tree1 .item .name .workflow { display: inline; margin-left: 5px; color: #CCC; }
.tree1 .item .toggle { position: absolute; left: 0; top: 2px; width: 16px; height: 16px; background: none; margin: 0; padding: 0; }
.tree1 .item .toggle span { position: relative; left: 5px; top: 3px; display: block; width: 6px; height: 9px;
                                                   background-color: transparent; background-image: url(/media/toggle1.png); background-position: 0 -9px; background-repeat: no-repeat; }
.tree1 .item.collapse > .content > .name .toggle span { background-position: 0 0; }
.tree1 .item.collapse > .items { display: none; }
/*.tree1 .item .image { position: absolute; left: 20px; top: 0; width: 16px; height: 16px; background: url(/media/team_x16.png) center -32px; }*/
.tree1 .item:hover > .content > .name { background: #EDF5FF; }
.tree1 .item.selected > .content > .name { background: #85C6F2; }
.tree1 .item.action-cut .name { color: #CCC; }

/* sla */
.grid1 .sla-result-1 { color: #236E24; }
.grid1 .sla-result-2 { color: #A31515; }
.grid1 .sla-state-1 .image { width: 16px; height: 16px; background: transparent url(../media/sand-clock-16.png) 0 0 no-repeat; }
.grid1 .sla-state-2 .image { width: 16px; height: 16px; background: transparent url(../media/pause-16.png) 0 0 no-repeat; margin: 0; }
.grid1 .sla-state-3.sla-result-1 .image { width: 16px; height: 16px; background: transparent url(../media/checkmark_x16.png) 0 -16px no-repeat; }
.grid1 .sla-state-3.sla-result-2 .image { width: 16px; height: 16px; background: transparent url(../media/error_x16.png) 0 -16px no-repeat; }

/*.image.image-plus:before{ content: ""; }*/
/*.button .image-plus{  background: transparent url(../media/Forms_Add_Template.png) 0 0 no-repeat !important; }*/
.image.image-categories:before{ content: ""; }
.button .image-categories{  background: transparent url(../media/Forms_Add_Category.png) 0 0 no-repeat !important; }
.image.image-updatestatus:before{ content: ""; }
.button .image-updatestatus{  background: transparent url(../media/Delegation_Update_Status.png) 0 0 no-repeat !important; }
.image.image-manageroles:before{ content: ""; }
.button .image-manageroles{  background: transparent url(../media/Routing-Manage_Roles.png) 0 0 no-repeat !important; }
.image.image-addstage:before{ content: ""; }
.button .image-addstage{  background: transparent url(../media/add-stage-16.png) 0 0 no-repeat !important; }
.image.image-publication:before{ content: ""; }
.button .image-publication{  background: transparent url(../media/Routing-Publication.png) 0 0 no-repeat !important; }
.image.image-addoperation:before{ content: ""; }
.image.image-addoperation{  background: transparent url(../media/add-16.png) 0px 0px no-repeat !important; }
.image.image-view:before{ content: ""; }
.image.image-view{  background: transparent url(../media/view-16.png) 0px 0px no-repeat !important; }
.button .image-settings{  background: transparent url(../media/settings_x16.png) 0 -16px no-repeat !important; }

.image-entity-shared { background-image: url(/media/entity-shared.png); opacity: 0.5; }
.image-entity-ru { background-image: url(/media/flag-ru.png); opacity: 0.5; }
.image-entity-ua { background-image: url(/media/flag-ua.png); opacity: 0.5; }
.image-entity-tr { background-image: url(/media/flag-tr.png); opacity: 0.5; }

/* history-grid1 */
.history-grid1 .day-head { padding: 2px 5px; background: #f9f9f9; border-bottom: 1px solid #ccc; color: #878b93; }
.history-grid1 .items { border: 1px solid #d0d0d0; overflow: auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.history-grid1 .items > .group { border-bottom: 1px solid #ccc; }
.history-grid1 .items > .group.selected { background: #d7fafc; }
.history-grid1 .record { position: relative; }
.history-grid1 .initiator { padding: 2px 5px 0; }
.history-grid1 .action-name { color: #808080; padding: 0 5px 0; }
.history-grid1 .record-date { font-size: 11px; color: #808080; text-align: right; padding: 0 5px 2px; }
.history-grid1 .icons { position: absolute; left: 5px; bottom: 2px; }
.history-grid1 .record-type { display: inline-block; vertical-align: middle; margin-right: 5px; width: 16px; height: 16px; }
.history-grid1 .record-type-1 { background-image: url(../media/workflow-16.png); }
.history-grid1 .record-type-2 { background-image: url(../media/message-16.png); }
.history-grid1 .record-type-3 { background-image: url(../media/comment-16.png); }
.history-grid1 .record-type-4 { background-image: url(../media/message-attention-16.png); }
.history-grid1 .icon-attachments { display: inline-block; vertical-align: middle; margin-right: 5px; width: 16px; height: 16px; background: url(../media/attachment-16.png) 0 -32px; }
.history-grid1 .icon-opened { display: inline-block; vertical-align: middle; margin-right: 5px; width: 16px; height: 16px; background: url(../media/glasses-16.png) 0 0; }
.history-grid1 .actions { visibility: hidden; position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; background: url(../media/actions2_x16.png); }
.history-grid1 .record:hover .actions { visibility: visible; }
.history-grid1 .actions:hover { background-position: 0 -16px; }

/* history-grid2 */
.history-grid2 .record { margin-bottom: 15px; }
.history-grid2 .record head { margin-bottom: 10px; }
.history-grid2 .record-date { font-size: 11px; color: #808080; }
.history-grid2 .action-name { font-size: 11px; color: #808080; }
.history-grid2 .attachments { position: relative; padding-left: 50px; }
.history-grid2 .attachments:before { content: " "; position: absolute; left: 20px; top: 0; width: 16px; height: 16px; background: url(../media/attachment-16.png) 0 0; }
.history-grid2 .description-head { padding-left: 25px; font-size: 11px; color: #808080; }
.history-grid2 .description-head .field { margin: 3px 0 0; min-height: auto; }
.history-grid2 .description-head .field-label { padding-top: 0; min-height: auto; }
.history-grid2 .description-head .field-value .text { padding-top: 0; }
.history-grid2 .description { margin: 10px 0 10px 25px; border-left: 5px solid #F4F4F4; padding-left: 15px; }
.history-grid2 .description.htmlarea .value-box { display: block; vertical-align: top; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
                                   width: 100%; -webkit-overflow-scrolling: touch; }
.history-grid2 .description.htmlarea .value-box iframe { width: 100%; height: 100%; }
.history-grid2 .description.htmlarea .htmlarea-actions { position: relative; }
.history-grid2 .description.htmlarea .htmlarea-actions:before { content: ""; position: absolute; left: 0; top: -16px; width: 100%; height: 16px; overflow: hidden;
                                                 background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
                                                background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                                                background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

/* schedule1 */

.image-high-priority:before { content: "\f139"; color: #FF2300; font-size: 1.2em; }
.image-normal-priority:before { content: "\f138"; color: #FF9000; font-size: 1.2em; }
.image-low-priority:before { content: "\f13a"; color: #4ABCE6; font-size: 1.2em; }
.image-open-workday:before { content: "\f04b"; }
.image-plus-circle:before { content: "\f055"; }
.image-plus-square:before { content: "\f0fe"; }

.schedule1 { overflow: hidden; }
.schedule1 .tools { padding-top: 14px; }

.schedule1 .field.images, .field.image { margin-top: -10px; }
.schedule1 .current-week { font-weight: normal; }

.schedule1 .less { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; _margin-left: 20px; }
.schedule1 .less span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/less_x16.png) center 0 no-repeat; }
.schedule1 .less:hover span { background-position: 0 -16px; }

.schedule1 .more { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; margin-right: 50px; }
.schedule1 .more span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/more_x16.png) center 0 no-repeat; }
.schedule1 .more:hover span { background-position: 0 -16px; }

.schedule1 .date-period { margin-top: 4px; font-size: 16px; font-weight: normal; color: #777777; }
.schedule1 .date-period.static-field { margin-right: 5px; } 

.schedule1 .less-month { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; _margin-left: 20px; }
.schedule1 .less-month span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/less_x16.png) center 0 no-repeat; }
.schedule1 .less-month:hover span { background-position: 0 -16px; }

.schedule1 .down-month { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; _margin-left: 20px; }
.schedule1 .down-month span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/expand-arrow-16.png) center 0 no-repeat; }
.schedule1 .down-month:hover span { background-position: 0 -16px; }

.schedule1 .up-month { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; _margin-left: 100px; }
.schedule1 .up-month span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/collapse-arrow-16.png) center 0 no-repeat; }
.schedule1 .up-month:hover span { background-position: 0 -16px; }

.schedule1 .more-month { float: left; display: block; width: 30px; height: 25px; _padding-top: 2px; _margin-left: 100px; }
.schedule1 .more-month span { display: block; width: 16px; height: 16px; position: relative; left: 5px; top: 5px; background:  url(../media/more_x16.png) center 0 no-repeat; }
.schedule1 .more-month:hover span { background-position: 0 -16px; }

.schedule1 .month-period { min-width: 130px; text-align: center; margin-top: 4px; font-size: 16px; font-weight: normal; color: #777777; }
.schedule1 .month-period.static-field { margin-right: 5px; } 

.schedule1 .days { position: absolute; left: 4px; top: 55px; right: 0; bottom: 0; border-top: 1px solid #CCCCCC;
                   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.schedule1 .days > .repeatable-group { display: flex; position: absolute; left: 0; top: 0; right: 0; bottom: 0; 
                                        box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.schedule1 .day { flex-grow: 1; flex-basis: 0; position: relative; border-left: 1px solid  #CCCCCC;
                  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.schedule1 .day .day-head { position: relative; height: 43px; border-bottom: 1px solid  #CCCCCC;
                            box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.schedule1 .day .day-head.calendar { height: 30px; }
.schedule1 .day .day-head.status-3 { background-color: #ededed; }
.schedule1 .day .day-head.status-4 { background-color: #ffe3e3; }
.schedule1 .day .day-head.status-2 { background-color: #fffccc; }
.schedule1 .day .day-head.status-1 { }
.schedule1 .day .top-block { overflow: hidden; _float: left; height: 20px; }
.schedule1 .day .week-day {float: left; padding-left: 5px; font-size: 12px; font-weight: bold; color: #777777; }
.schedule1 .day .calendar.week-day {float: left; font-size: 12px; color: #777777; }
.schedule1 .day .date-day { float: left; margin-top: -3px; padding-left: 5px; padding-top: 2px; font-size: 24px; color: #777777; }
.schedule1 .day .calendar .date-day { float: left; margin-top: 0; padding-left: 5px; padding-top: 2px; font-size: 24px; color: inherit; }
.schedule1 .day .calendar .date-month { float: left; padding-top: 6px; padding-left: 1px; font-size: 12px; font-weight: bold; color: inherit; }
.schedule1 .day.today .week-day, .schedule1 .day.today .date-day, .schedule1 .day .slot.today { color: #f00; }
.schedule1 .day .date-month { float: left; padding-top: 3px; padding-left: 1px; font-size: 12px; font-weight: bold; color: #777777; }
/*.schedule1 .day .open-workday-button .image-open-workday { float: left; padding: 0px 0px 0px 0px; margin-top: 2px; }*/
.schedule1 .day .day-action { float: right; margin-right: 5px; margin-top: 2px; color: #9dddf5; font-size: 14px;  padding: 0px 0px 0px 0px; background-color: #FFFFFF00; }
.schedule1 .day .day-action .image { font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.schedule1 .day .day-action:hover { color: #1283FF; }
.schedule1 .day .workday-action { margin-left: 60px; margin-top: 2px; color: gray; font-size: 13px; float: left; padding: 0px 0px 0px 0px; background-color: #FFFFFF00; }
.schedule1 .day .workday-action:hover { color: #1283FF; }
.schedule1 .day .workday-status { float: left; margin-top: -3px; margin-left: 70px; padding-top: 6px; padding-left: 1px; font-size: 10px; _font-weight: bold; color: #777777; }
.schedule1 .day .day-workload { float: right; margin-top: -3px; margin-right: 7px; padding-top: 6px; padding-left: 1px; font-size: 12px; font-weight: bold; color: #777777; }
.schedule1 .day .day-workload.day-estimate-workload { color: #AFADAD; }
.schedule1 .day .day-workload.day-estimate-workload span { color: #AFADAD; }
.schedule1 .day .day-workload.red { color: red; }

.schedule1 .day .slots { position: absolute; left: 0; top: 43px; width: 100%; bottom: 0; overflow-y: auto; }
.schedule1 .day .slots.calendar { top: 0; }
.schedule1 .day .slot { position: relative; border-bottom: 1px solid #CCCCCC; }
.schedule1 .day .slot.selected { background: #bfdff5; }
.schedule1 .slot .drag-area { position: absolute; overflow: hidden; visibility: hidden; left: 1px; top: 2px; width: 10px; bottom: 3px; background: transparent url(../media/drag-area.png) 0 0; cursor: move; }
.schedule1 .slot:hover .drag-area { visibility: visible; }
.schedule1 .slot .drag-area .cmd-move { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.schedule1.dragging-copy { position: absolute; z-index: 100; }
.schedule1.dragging-copy .slot { background: rgba(210, 231, 247, 0.8); }
.schedule1 .day.drag-in-active:before { content: ""; position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid rgba(218, 218, 242, 0.8);
                                              -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.schedule1 .slot.dragging { opacity: 0.2; filter: alpha(opacity=20); }
.schedule1 .day .slot .selection { position: absolute; left: 0; top: 0; width: 26px; height: 100%; border-right: 1px solid #CCCCCC; }
.schedule1 .day .slot .selection span { position: absolute; width: 14px; height: 14px; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; border: 1px solid #CCCCCC; }
.schedule1 .day .slot.selected .selection span { position: absolute; width: 14px; height: 14px; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; border: 1px solid #CCCCCC; 
                                                font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.schedule1 .day .slot.selected .selection span:before { padding-left: 2px; content: "\f00c"; } 
                                                
.schedule1 .day .slot .details { padding: 2px 2px 2px 13px; }
.schedule1 .day .slot .details.color-gray { color: #cccccc; }
.schedule1 .day .slot .details.color-dark-gray { color: #777777; }
.schedule1 .day .slot .details .project { font-size: 1.1em; line-height: 14px; color: #333; padding-top: 5px; }
.schedule1 .day .slot .details .task-line { font-size: 12px; line-height: 14px; color: #666; max-height: 28px; overflow: hidden; }
.schedule1 .day .slot .details .item-comment { font-size: 12px; line-height: 14px; color: #000; max-height: 42px; overflow: hidden; margin-top: 4px; white-space: pre-line;  }

.schedule1 .day .slot .head { overflow: hidden; margin-bottom: 4px; margin-right: 12px; }
.schedule1 .day .slot .head.calendar { margin-left: -13px; }
.schedule1 .day .slot .head .left-block { overflow: hidden; float: left; }
/*.schedule1 .day .slot .head .left-block .priority  { float: left; width: 16px; height: 16px; */
/*                                                    font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
/*.schedule1 .day .slot .head .left-block .priority .text { display: none; }*/

/*.schedule1 .day .slot .head .left-block .flag-not-done { float: left; width: 16px; height: 16px; }*/

.schedule1 .day .slot .head .left-block .flag-done { float: left; width: 16px; height: 16px; 
                                                    font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.schedule1 .day .slot .head .left-block .icon-queue { display: inline-block; margin-top: 3px; width: 16px; height: 16px; background: url(../media/queue-16.png) 0 0; }
.schedule1 .day .slot .head .left-block .icon-in-work { display: inline-block; margin-top: 3px; width: 16px; height: 16px; background: url(../media/in-work-16.png) 0 0; }
.schedule1 .day .slot .head .left-block .icon-stop { display: inline-block; margin-top: 3px; width: 16px; height: 16px; background: url(../media/stop-16.png) 0 0; }
.schedule1 .day .slot .head .left-block .icon-remove { display: inline-block; margin-top: 3px; width: 16px; height: 16px; background: url(../media/remove-16.png) 0 0; }
.schedule1 .day .slot .head .left-block .icon-completed { display: inline-block; margin-top: 3px; width: 16px; height: 16px; background: url(../media/completed-16.png) 0 0; }

.schedule1 .day .slot .head .left-block .priority { display: inline-block; }
.schedule1 .day .slot .head .left-block .priority .text { display: inline-block; margin: 3px 5px 0 0; width: 16px; height: 16px; background-position: 0 -16px; }
.schedule1 .day .slot .head .left-block .priority.priority-1 .text { background-image: url(../media/high-importance-1-16.png); }
.schedule1 .day .slot .head .left-block .priority.priority-2 .text{ background-image: url(../media/high-importance-2-16.png); }
.schedule1 .day .slot .head .left-block .priority.priority-3 .text{ background-image: url(../media/high-importance-3-16.png); }
.schedule1 .day .slot .head .left-block .priority.priority-4 .text{ background-image: url(../media/high-importance-4-16.png); }

.schedule1 .day .slot .head .left-block .icon-high-importance-1 .text { display: inline-block; margin: 3px 5px 0 0; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-1-16.png) 0 -16px; }
.schedule1 .day .slot .head .left-block .icon-high-importance-2 .text { display: inline-block; margin: 3px 5px 0 0; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-2-16.png) 0 -16px; }
.schedule1 .day .slot .head .left-block .icon-high-importance-3 .text { display: inline-block; margin: 3px 5px 0 0; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-3-16.png) 0 -16px; }
.schedule1 .day .slot .head .left-block .icon-high-importance-4 .text { display: inline-block; margin: 3px 5px 0 0; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-4-16.png) 0 -16px; }
.schedule1 .day .slot .head .left-block .flag-done span:before { content: "\f00c"; color: #00CC00; font-size: 1.2em; }    
.schedule1 .day .slot .head .left-block .start { float: left; padding-left: 7px; }
.schedule1 .day .slot .head .left-block .start.red { color: red; }
.schedule1 .slot:hover .actions { visibility: visible; }
.schedule1 .actions { visibility: hidden; position: absolute; right: 0px; top: 2px; width: 16px; height: 16px; background: transparent; padding: 0; }
.schedule1 .actions .image { display: block; width: 16px; height: 16px; background-image: url(../media/actions2_x16.png); background-position: center 0; margin: 0; }
.schedule1 .actions:hover .image { background-position: 0 -16px; }
.schedule1 .day .slot .head .workload { float: right; margin-left: 5px; font-size: 11px; }
.schedule1 .day .slot .head .workload.estimate-workload { color: #AFADAD; }
.schedule1 .day .slot .head .workload.estimate-workload span { color: #AFADAD; }
.schedule1 .day .slot .head .workload.slot-edit { font-size: 12px; color: #EFEFEF; }
.schedule1 .day .slot .head .workload.slot-edit .image { font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.schedule1 .day .slot .head .workload:hover { color: #383838; }
.schedule1 .value-box.placeholder { color: #ccc; font-style: italic; }
.schedule1 .day.today { flex-grow: 1.5; background: rgba(210, 231, 247, 0.5); }
.schedule1 .day .slot .details.today { background: rgba(210, 231, 247, 0.5); }
.schedule1 .day .slot .details.output, .calendar.week-day.output { color: rgba(255, 0, 0, 0.5) !important; }
.schedule1 .day .slot .details .comment{ color: #777; padding: 3px 0 3px 0; }
.schedule1 .day.today .week-day .text { font-size: 14px; font-weight: normal; }
.schedule1 .day.today .details .text { font-size: 13px; line-height: 18px; }
.schedule1 .day.today .details .task-line { max-height: 36px; }
.schedule1 .day.today .details .item-comment { max-height: 46px; }
.schedule1 .day.today .details .value-box { font-size: 13px; display: block; }
.schedule1 .day .slot .calendar.details { min-height: 100px; }
.schedule1 .day .slot .calendar.details .count { float: left; text-align: center; margin: 10px 7px 0 0; }
.schedule1 .day .slot .calendar.details .count span { position: relative; top: 20px; margin-left: -2px; font-size: 1.3em;  }
.schedule1 .day .slot .calendar.details .count .icon-created { margin: 0 auto; width: 16px; height: 16px; background: url(../media/plus-circle-16.png) 0 0;  }
.schedule1 .day .slot .calendar.details .count .icon-in-work { margin: 0 auto; width: 16px; height: 16px; background: url(../media/in-work-16.png) 0 0;  }
.schedule1 .day .slot .calendar.details .count .icon-completed { margin: 0 auto; width: 16px; height: 16px; background: url(../media/completed-16.png) 0 0;  }
.schedule1 .day .slot .calendar.details .count .icon-stop { margin: 0 auto; width: 16px; height: 16px; background: url(../media/stop-16.png) 0 0;  }
.schedule1 .day .slot .calendar.details .count .icon-trash { margin: 0 auto; width: 16px; height: 16px; background: url(../media/remove-16.png) 0 0;  }

/* kanban1 */
.kanban1 .kanban-columns { position: absolute; left: 4px; top: 0; right: 0; bottom: 0; border-top: 1px solid #CCCCCC;
                   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kanban1 .kanban-columns > .repeatable-group { display: flex; position: absolute; left: 0; top: 0; right: 0; bottom: 0; 
                                        box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kanban1.view2 .kanban-columns { display: flex; position: absolute; left: 0; top: 0; right: 0; bottom: 0; 
                                        box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kanban1 .kanban-column { flex-grow: 1; flex-basis: 0; position: relative; border-left: 1px solid  #CCCCCC;
                  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kanban1 .kanban-column-head { display: inline; font-size: 18px; line-height: 18px; font-weight: normal; margin-bottom: 30px; text-align: center; margin-top: 20px;}
.kanban1 .kanban-column-head .name { padding: 20px 50px 0 10px; color: #777777; }
/*.kanban1 .kanban-column-head .count{ display: inline; margin-left: 5px; }*/
.kanban1 .kanban-column-head .count .text { position: absolute; top: 13px; right: 13px; color: #ffffff; font-size: 14px; text-align: center; border: 2px solid #999999; 
                        width: 28px; line-height: 28px; background: #999999; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.kanban1 .kanban-column > .items { position: absolute; left: 0; top: 50px; width: 100%; bottom: 0; overflow-y: auto; padding: 8px;
                                  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kanban1 .kanban-item { position: relative; border: 1px solid #ddd; margin: 0 0 10px 0; padding: 5px 5px 5px 12px; _width: 250px;
                        -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
                        box-shadow: 1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd; -moz-box-shadow: 1px 1px 2px #ddd; }
.kanban1 .kanban-item .drag-area { position: absolute; overflow: hidden; visibility: hidden; left: 1px; top: 2px; width: 10px; bottom: 3px; background: transparent url(../media/drag-area.png) 0 0; cursor: move; }
.kanban1 .kanban-item:hover .drag-area { visibility: visible; }
.kanban1 .kanban-item .drag-area .cmd-move { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.kanban1 .kanban-item .date { text-align: right; }
.kanban1 .kanban-item .title-line { white-space: nowrap; margin-bottom: 2px; }
.kanban1 .kanban-item .title-line .left-block { overflow: hidden; float: left; padding-right: 10px; text-align: center; min-height: 50px; }
.kanban1 .kanban-item .title-line .diff-day { font-weight: bold; color: red; font-size: 1.1em;}
.kanban1 .kanban-item .title-line .icon-high-importance-1 .text { display: inline-block; margin-top: 3px; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-1-16.png) 0 -16px; }
.kanban1 .kanban-item .title-line .icon-high-importance-2 .text { display: inline-block; margin-top: 3px; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-2-16.png) 0 -16px; }
.kanban1 .kanban-item .title-line .icon-high-importance-3 .text { display: inline-block; margin-top: 3px; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-3-16.png) 0 -16px; }
.kanban1 .kanban-item .title-line .icon-high-importance-4 .text { display: inline-block; margin-top: 3px; vertical-align: middle; width: 16px; height: 16px; background: url(../media/high-importance-4-16.png) 0 -16px; }
/*.kanban1 .kanban-item .title-line .left-block { overflow: hidden; float: left; }*/
.left-block { overflow: hidden; float: left; }
.kanban1 .kanban-item .title-line .tags { display: inline-block; vertical-align: middle; }
.kanban1 .kanban-item .title-line .tags .value-item { display: inline-block; white-space: nowrap; padding: 1px 3px;
                                            -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.kanban1 .kanban-item .title-line .title { display: inline-block; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
                                           font-weight: 700; }
.kanban1 .kanban-item .title-line .title .text,
  .kanban1 .kanban-item .title-line .title .number { float: left; margin-right: 2px; }
.kanban1 .kanban-item .title-line .title .number a { color: #333; text-decoration: none; }
.kanban1 .kanban-item .title-line .title .number a:hover { color: #1283ff; text-decoration: underline; }
.kanban1 .kanban-item .title-line .title .time { margin-left: 20px; }
.kanban1 .kanban-item .title-line .title .now { color: #2CBB8B !important; }                                           
.kanban1 .kanban-item .title-line .title .now.not-now { font-weight: normal !important; }                                           
.kanban1 .kanban-item .title-line .title .too-late { color: #EA3737 !important; }                                           
.kanban1 .kanban-item .title-line .title .too-late.late { font-weight: normal !important; }                                           
.kanban1 .kanban-item .title-line .title .format-time .h, .kanban1 .kanban-item .title-line .title .format-time .m, .kanban1 .kanban-item .title-line .title .format-time .s { color: inherit; font-size: inherit; }                                           
.kanban1 .kanban-item .description { color: #333; padding: 5px 0 5px 3px; font-size: 1.2em; }
.kanban1 .kanban-item .comment { color: #777; padding: 0 0 5px 3px;}
.kanban1 .kanban-item .initiator { overflow: hidden; color: #777; }
.kanban1 .kanban-item .fillcolor-red { background-color: #FFD8D8; }
.kanban1 .kanban-item .fillcolor-green { background-color: #B2FFC1; }
.kanban1 .kanban-item .actions { visibility: hidden; position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; background: url(../media/actions2_x16.png); }
.kanban1 .kanban-item:hover .actions { visibility: visible; }
.kanban1 .kanban-item .actions:hover { background-position: 0 -16px; }

.kanban1.dragging-copy { position: absolute; z-index: 100; }
.kanban1.dragging-copy .kanban-item { background: rgba(210, 231, 247, 0.8); }
.kanban1 .kanban-column.drag-in-active:before { content: ""; position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid rgba(218, 218, 242, 0.8);
                                              -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.kanban1 .kanban-item.dragging { opacity: 0.2; filter: alpha(opacity=20); }

.kanban1 .boards > .head { font-size: 16px; line-height: 18px; font-weight: 700; margin: 30px 0 30px 0; }

.kanban1 .drop-container.drag-in-active:before { content: ""; position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid rgba(218, 218, 242, 0.8);
                                              -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.kanban1 .kanban-icons { position: absolute; z-index: 2; bottom: 50px; right: 100px; }
.kanban1 .kanban-icon { position: relative; width: 64px; height: 64px; margin-bottom: 15px; }
.kanban1 .kanban-icon .count a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.kanban1 .kanban-icon .count .text { position: absolute; top: 0; right: 0; color: #ffffff; font-size: 14px; _font-weight: bold; text-align: center; border: 2px solid #999999; 
                        width: 26px; line-height: 26px; background: #999999; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}

.kanban1 .kanban-icon.image-bin { background: url(../media/bin-64.png) 0 0; }
.kanban1 .kanban-icon.image-stop { background: url(../media/stop-64.png) 0 0; }

.kanban1 .kanban-icon:hover { background-position: 0 -64px; }
                        
.widget-workspace1 .kanban1 .workspace-title-pane:before{ background: #0072C6 url(../media/web-kanban.png) center center no-repeat; } 
.widget-workspace1 .forms-library .workspace-title-pane:before{ background: #0072C6 url(../media/web-template-64.png) center center no-repeat; } 
.widget-workspace1 .workflows-library .workspace-title-pane:before{ background: #0072C6 url(../media/web-workflow-52.png) center center no-repeat; } 
.widget-workspace1 .delegation .workspace-title-pane:before{ background: #0072C6 url(../media/Delegate.png) center center no-repeat; background-size: 48px 48px;} 
.widget-workspace1 .sla .workspace-title-pane:before{ background: #0072C6 url(../media/SLA.png) center center no-repeat; background-size: 48px 48px;} 
.widget-workspace1 .forms-instances .workspace-title-pane:before{ background: #0072C6 url(../media/Forms.png) center center no-repeat; } 

.image.image-categories:before{ content: ""; }
.button .image-categories{  background: transparent url(../media/Forms_Add_Category.png) 0 0 no-repeat !important; }
.image.image-updatestatus:before{ content: ""; }
.button .image-updatestatus{  background: transparent url(../media/Delegation_Update_Status.png) 0 0 no-repeat !important; }
.image.image-close:before{ content: ""; }
.button .image-close{  background: transparent url(../media/Routing-Close_Button.png) 0 0 no-repeat !important; }
.image.image-manageroles:before{ content: ""; }
.button .image-manageroles{  background: transparent url(../media/Routing-Manage_Roles.png) 0 0 no-repeat !important; }
.image.image-addstage:before{ content: ""; }
.button .image-addstage{  background: transparent url(../media/add-stage-16.png) 0 0 no-repeat !important; }
.image.image-publication:before{ content: ""; }
.button .image-publication{  background: transparent url(../media/Routing-Publication.png) 0 0 no-repeat !important; }
.image.image-addoperation:before{ content: ""; }
.image.image-addoperation{  background: transparent url(../media/add-16.png) 0px 0px no-repeat !important; }
.image.image-view:before{ content: ""; }
.image.image-view{  background: transparent url(../media/view-16.png) 0px 0px no-repeat !important; }
.image.image-save:before{ content: ""; }
.button .image-settings{  background: transparent url(../media/settings_x16.png) 0 -16px no-repeat !important; }

.tools .buttons { display: inline-block; float: left; margin-right: 25px; }
.tools .buttons .button { margin: 0;}
.tools .buttons .button:link { padding: 6px 0;}

/* widget */
html.widget { overflow-x:; auto; overflow-y: scroll; }
/*.widget body { font-size: 13px; }*/

html.widget .button { color: #333; background: #F4F4F4; padding: 10px 15px; }
html.widget .button.link { background: transparent; }
html.widget .button:hover { background-color: #CDE6F7; color: #1283FF; }

.widget .headerbar { overflow: hidden; height: 50px; margin: 0; background: transparent url(../media/headerbar-bg.png) 0 0 repeat; }
.widget .headerbar .logo { float: left; margin-left: 20px; width: 85px; height: 50px; background: transparent url(../media/logo2.png) center center no-repeat; }
.widget .headerbar .accountbar { float: right; background: rgba(0, 0, 0, 0.5); color: #fff; height: 50px; line-height: 40px; padding: 5px 20px;
                                 box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.widget .headerbar .accountbar a { color: #fff; }
.widget .headerbar .accountbar .name { overflow: hidden; width: 40px; height: 40px; text-align: center; font-size: 18px; line-height: 40px; background: rgba(109, 109, 85, 0.9);
                                       -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; cursor: pointer; }

.widget-workspace1 { padding: 20px; }

.widget-workspace1 .workspace-title-pane { position: relative; z-index: 2; height: 24px; overflow: visible; margin: 0; font-size: 24px; line-height: 24px; font-weight: 400;
                                           padding: 3px 0 0 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widget-workspace1 .workspace-subtitle-pane { font-size: 13px; line-height: 18px; height: 24px; font-family: Arial; color: #999;}
.widget-workspace1 .workspace-tools-pane { border-top: 2px solid #0072C6; background-color: #F4F4F4; height: 38px; padding-left: 5px;
                                           box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.widget-workspace1 .workspace-details-pane { padding-top: 15px; }
.widget-workspace1 .workspace-details-pane.wf-scheme2 { padding-top: 10px; }
.widget-workspace1 .workspace-buttons-pane { border-top: 1px solid #a6a6a6; margin: 15px 0; padding: 15px 0; }
.widget-workspace1 .workspace-buttons-pane .button { margin-right: 15px; }


.widget-workspace1 .workspace-tools-pane .button { float: left; min-width: 16px; height: 16px; padding: 10px 5px; margin: 0 15px 0 0;font-weight: 400; background: none; color: #333; }
.widget-workspace1 .workspace-tools-pane .button .image { display: inline-block; vertical-align: middle; width: 16px; height: 16px; padding: 0; margin: 0; font-size: 16px; line-height: 16px; text-align: center; }
.widget-workspace1 .workspace-tools-pane .button .text { display: inline-block; vertical-align: top; line-height: 16px; margin-left: 5px; }
.widget-workspace1 .workspace-tools-pane .button:hover { color: #0072C6; }
.widget-workspace1 .workspace-tools-pane .button.disabled,
    .widget-workspace1 .workspace-tools-pane .button.disabled:hover { color: #777; }
    
/* grid 4 */
.grid4 .views-selector { display: inline-block; vertical-align: top; }
.grid4 .views-selector .label { display: none; }
.grid4 .views-selector .selector-item { display: inline-block; }
.grid4 .views-selector .selector-item a { color: #323232; text-decoration: none; font-size: 14px; line-height: 50px; margin: 0 25px 0 0; }
.grid4 .views-selector .selector-item a:hover { color: #0072C6; text-decoration: none; }
.grid4 .views-selector .selector-item.active a { color: #0072C6; font-weight: 700; }
.grid4 .views-selector .selector-item .name .remarks { font-weight: 700; margin-left: 5px; }
.grid4 .views-selector .selector-item .name .remarks:before { content: "("; }
.grid4 .views-selector .selector-item .name .remarks:after { content: ")"; }

.grid4 .grid-toppane { display: inline-block; vertical-align: top; margin-left: 15px; min-height:50px; min-width:200px; margin-bottom: 20px;}
.grid4 .grid-toppane > .content { position:absolute; top: 12px;}
.grid4 .grid-toppane .search { border: 1px solid #ddd; color: #aaa; font-size:12px; }
.grid4 .grid-toppane .search label { display: none; }
.grid4 .grid-toppane .search input { border: none; background: transparent; padding: 5px 9px 5px 5px; width: 150px; }
.grid4 .grid-toppane .search .cmd-search { display: inline-block; vertical-align: middle; }
.grid4 .grid-toppane .search .cmd-search span { display: block; width: 21px; height: 21px; background: transparent url(../media/search-grid4.png) -3px -1px no-repeat; }
.grid4 .grid-toppane .search .cmd-cancelsearch { display: inline-block; vertical-align: middle; }
.grid4 .grid-toppane .search .cmd-cancelsearch span { display: inline-block; width: 21px; height: 21px; background: transparent url(../media/grid-sprite1.png) -63px 0; }
/* placeholders */
.grid4 .grid-toppane .search ::-webkit-input-placeholder { /* WebKit browsers */ color: #aaa; font-style: italic; }
.grid4 .grid-toppane .search :focus::-webkit-input-placeholder { color: transparent; }
.grid4 .grid-toppane .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #aaa; font-style: italic; }
.grid4 .grid-toppane .search :focus:-moz-placeholder { color: transparent; }
.grid4 .grid-toppane .search ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #aaa; font-style: italic; }
.grid4 .grid-toppane .search :focus::-moz-placeholder { color: transparent; }
.grid4 .grid-toppane .search :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #aaa; font-style: italic; }
.grid4 .grid-toppane .search :focus:-ms-input-placeholder { color: transparent; }

/*
.grid4 > .head { border: 1px solid #ddd; }
.grid4 .col > div { position: relative; padding: 5px 7px; min-height: 16px; }

.grid4 > .items { border: 1px solid #ddd; }
.grid4 > .items .col { border-top: 1px solid #ddd; }
.grid4 > .items .item:first-child .col { border-top: none; }
*/

.popup .grid4 .grid-toppane { min-height: 0; margin-bottom: 0; }

.grid4 { position: relative; }
.grid4  .recordscount { display: inline-block; vertical-align: middle; margin-right: 15px; color: #000; font-family:Arial;}
.grid4  .recordscount .text { margin: 0 0.5em; color: #323232; font-family:Arial;}
.grid4 .settings { display: inline-block; vertical-align: middle; font-size: 14px; }
.grid4 .settings .cmd { display: inline-block; vertical-align: middle; height: 20px; width: 20px; line-height: 20px; text-align: center; color: #aaa;
                       font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .settings .cmd:hover { color: #1283ff; }
.grid4 .settings .cmd-settings span:before { content: "\f013"; }
.grid4 .export { display: inline-block; vertical-align: middle; font-size: 14px; }
.grid4 .export .cmd { display: inline-block; vertical-align: middle; height: 20px; width: 20px; line-height: 20px; text-align: center; color: #aaa;
                       font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .export .cmd:hover { color: #1283ff; }
.grid4 .export .cmd-excel span:before { content: "\f1c3"; }
.grid4  .paging { display: inline-block; vertical-align: middle; font-size: 12px; }
.grid4  .paging .prev { display: inline-block; vertical-align: middle; height: 20px; padding: 0; text-align: center; cursor: pointer; background-color: #fff; min-width: 1em;
                                      border-style: solid none solid solid; border-color: #ddd; border-width: 1px;
                                      transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
.grid4 .paging .prev:hover { color: #1283ff; }
.grid4 .paging .prev span { display: inline-block; width: 20px; height: 20px; line-height: 20px; font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .paging .prev span:before { content: "\f053"; }
.grid4 .paging .prev.disabled { cursor: default; color: #eee; }
.grid4 .paging .prev.disabled:hover { color: #eee; }
.grid4 .paging .next { display: inline-block; vertical-align: middle; height: 20px; padding: 0; text-align: center; cursor: pointer; background-color: #fff; min-width: 1em;
                                      border-style: solid; border-color: #ddd; border-width: 1px;-webkit-transition: all 0.3s ease 0s;
                                      transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;  }
.grid4 .paging .next:hover { color: #1283ff; }
.grid4 .paging .next span { display: inline-block; width: 20px; height: 20px; line-height: 20px; font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .paging .next span:before { content: "\f054"; }
.grid4 .paging .next.disabled { cursor: default; color: #eee; }
.grid4 .paging .next.disabled:hover { color: #eee; }
.grid4 .paging .paging-page { display: inline-block; vertical-align: middle; height: 20px; padding: 0; cursor: pointer; background-color: #fff; min-width: 1em;
                                      border-style: solid none solid solid; border-color: #ddd; border-width: 1px;
                                      transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
.grid4 .paging .paging-page:hover { color: #1283ff; }
.grid4 .paging .paging-page.active {color: #777; background-color:#EEEEEE; }
.grid4 .paging .paging-page span { display: inline-block; min-width: 20px; height: 20px; line-height: 20px; text-align: center; }
.grid4 .paging .paging-spacer { display: inline-block; vertical-align: middle;  width: 20px; height: 20px; padding: 0; background: transparent; cursor: pointer; min-width: 1em;
                                      border-style: none none none solid; border-color: #ddd; border-width: 1px; }
.grid4 .paging .paging-spacer span { display: inline-block; width: 20px; height: 20px; text-align: center; }

.grid4 .grid-bottompane { position: relative; z-index: 2; text-align: right; overflow: hidden; }

.grid4 .head { position: relative; z-index: 2; overflow: hidden; border-style: solid; border-width: 1px; border-color: transparent; }
.grid4 .head > .content { background: #FFF; }
.grid4 .head.fixed > .content { position: fixed; left: 0; top: 0; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.grid4 .head-fixed { float: left; position: relative; /*border-right: 2px solid #d0d0d0;*/ }
.grid4 .head-scroll { overflow: hidden; position: relative; padding-right: 0.1px; }
.grid4 .items { overflow: hidden;  border-style: solid; border-width: 0 1px 1px; border-color: transparent; }
.popup-content .grid4 > .items { overflow: auto; }
.grid4 .items-fixed { float: left; position: relative; /*border-right: 2px solid #d0d0d0;*/ }
.grid4 .items-scroll { overflow: hidden; position: relative; padding-right: 0.1px; }

.grid4 .head .groups-table > tbody > tr > td { vertical-align: top; }
.grid4 .head-fixed .head-table { table-layout: fixed; width: 0; border-collapse: collapse; border-style: solid; border-width: 0 0 0 0; border-color: #d0d0d0; }
.grid4 .head-fixed /*.groups-table*/ .head-table { border-right: 1px solid #d0d0d0; }
.grid4 .head-fixed /*.groups-table*/ > tbody > tr > td:first-child .head-table { border-left: none; }
.grid4 .head-fixed .groups-table .head-table { border-left: 1px solid #d0d0d0; }
.grid4 .head-fixed .groups-table > tbody > tr > td:first-child .head-table { border-left: none; }
.grid4 .head-fixed .groups-table  { border-right: 1px solid #d0d0d0; }

.grid4 .head-scroll .head-table { display: inline-table; vertical-align: top; margin-right: 20px; table-layout: fixed; width: 0; 
     border-collapse: collapse; border-style: solid; border-width: 1px 0px 2px 0px; border-color: #EDEDED; border-bottom-color: #C9C9C9; border-top-color: #DDD; }
.grid4 .head-scroll .groups-table { display: inline-table; vertical-align: top; margin-right: 20px; }
.grid4 .head-scroll .groups-table .head-table { margin-right: 0; border-left: 1px solid #d0d0d0; }
.grid4 .head-scroll .groups-table > tbody > tr > td:first-child .head-table { border-left: none; }

.grid4 .items .groups-table > tbody > tr > td { vertical-align: top; }
.grid4 .items-fixed .items-table { table-layout: fixed; width: 0; border-collapse: collapse; border-style: solid; border-width: 0 0 1px 0; border-color: #d0d0d0; }
.grid4 .items-fixed /*.groups-table*/ .items-table { border-right: 1px solid #d0d0d0; }
.grid4 .items-fixed /*.groups-table*/ > tbody > tr > td:first-child .items-table { border-left: none; }
.grid4 .items-fixed .groups-table .items-table { border-left: 1px solid #d0d0d0; }
.grid4 .items-fixed .groups-table > tbody > tr > td:first-child .items-table { border-left: none; }
.grid4 .items-fixed .groups-table { border-right: 1px solid #d0d0d0; }

.grid4 .items-scroll .items-table { display: inline-table; vertical-align: top; margin-right: 20px; table-layout: fixed; width: 0; border-collapse: collapse; border-style: solid;  border-width:0 0px 1px 0px; border-color: #EDEDED; }
.grid4 .items-scroll .groups-table { display: inline-table; vertical-align: top; margin-right: 20px; }
.grid4 .items-scroll .groups-table .items-table { margin-right: 0; border-left: 1px solid #d0d0d0; }
.grid4 .items-scroll .groups-table > tbody > tr > td:first-child .items-table { border-left: none; }

.grid4 .footer { position: relative; z-index: 2; overflow: visible; border:none; background: #FFF; min-height: 47px; }
.grid4 .footer.fixed > .content { position: fixed; left: 0; bottom: 0; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom:-20px; }
.grid4 .footer .head-fixed .head-table { border-bottom-width: 0; }
.grid4 .footer  .head-scroll .head-table { border-bottom-width: 0; }
.grid4 .footer  .items-fixed .items-table {  border-bottom-width: 0; }
.grid4 .footer  .items-scroll .items-table {  border-bottom-width: 0;}
.grid4 .footer .col > div { padding-top: 5px; padding-bottom: 5px; }
.grid4 .footer .footer-sizer { height: 26px; }
.grid4 .footer .footer-toolbars { position: absolute; background: #FFF; left: 0; top: 0; padding: 4px 10px; font-size: 12px; height: 16px; line-height: 16px; }
.grid4 .footer .paging-bar { display: inline-block; vertical-align: middle; }
.grid4 .footer .export { display: inline-block; vertical-align: middle; margin-left: 10px; }

.grid4 .scroll-bar { height: 19px; overflow-y: hidden; overflow-x: scroll; }
.grid4 .scroll-bar > .content { height: 19px;  overflow: hidden; }

.grid4 .head-table { empty-cells: show; font-size: 12px; line-height: 16px; color: #323232; }
.grid4 .items-table { empty-cells: show; font-size: 13px; line-height: 16px; color: #323232; }
.grid4 .col { border-bottom: 1px solid #EFEFEF; border-left: none; -moz-user-select: -moz-none; }
.grid4 .col * { -moz-user-select: text; }
.grid4 .col:first-child { border-left: none; }
.grid4 .col > div { position: relative; padding: 7px 7px; min-height: 16px; }
.grid4 .col.edit > div { padding: 1px; overflow: hidden; }
.grid4 .items-table .col > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.grid4.line-edit .items-table .col { height: 29px; }
.grid4 .head-table .col > div { min-height: 12px; padding: 8px 5px; }
.grid4 .head-table .col > div.height-2lines { height: 30px; }
.grid4 .head-table .col > div.height-3lines { height: 37px; }
.grid4 .head-table .col > div .text { white-space: nowrap; overflow: hidden; font-family: Arial; }
.grid4 .head-table .col > div.height .text { white-space: normal; word-wrap: break-word; }
.grid4 .items-table .col > div > .cmd { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 7px 7px; color: inherit; text-decoration: none;
                                box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color:#0072C6; text-overflow: ellipsis; overflow: hidden; }
.grid4 .items-table .col > div > .cmd:hover { color: #1283ff; text-decoration: none; }
.grid4 .items-table .col > div > .cmd:hover .image { color: #1283ff; }
.grid4 .items-table .col.has-formatting > div > .cmd,
.grid4 .items-table .col.has-formatting > div > .cmd:hover { color: inherit; }
.grid4 .items-table .col > div > .url-popup { visibility: hidden; position: absolute; z-index: 2; right: 2px; top: 2px; width: 16px; height: 16px; font-size: 16px; line-height: 16px; color: #777;
                                  font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .items-table .col > div > .url-popup:hover { color: #1283ff; }
.grid4 .items-table .col > div > .url-popup:before { content: "\f08e"; }
.grid4 .items-table .col > div:hover > .url-popup { visibility: visible; }
.grid4 .items-table .col > div .link { color: #1283ff; position: relative; }
.grid4 .items-table .col > div .link .link-popup { visibility: hidden; position: absolute; z-index: 2; right: 0; top: 0; width: 16px; height: 16px; font-size: 16px; line-height: 16px; color: #777;
                                  font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .items-table .col > div .link .link-popup:hover { color: #333; }
.grid4 .items-table .col > div .link .link-popup:before { content: "\f08e"; }
.grid4 .items-table .col > div .link:hover .link-popup { visibility: visible; }
.grid4 .items-table .col.edit_account > div > .cmd:before {font-family:FontAwesome; content:"\f002"}
.grid4 .items-table .col.add_account > div > .cmd:before {font-family:FontAwesome; content:"\f067"}
.grid4 .head-table .col.main { background-color: #B6DDE8; }

.grid4 .col.image { padding: 1px; text-align: center; text-align: center; }
.grid4 .col.check { text-align: center; }
.grid4 .col.check .field-value label.edit.check { margin: 0; }
.grid4 .col.check label.check.checked { display: inline-block; text-align: center; color: #000000;
                                   font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }                                  
.grid4 .col.check label.check.checked:before { content: "\f00c"; }
.grid4 .col.number { text-align: right; }
.grid4 .col.date { text-align: center; }
.grid4 .col.time { text-align: center; }
.grid4 .col.progress .progress { display: inline-block; width: 70px; height: 5px; border: 1px solid #007AFF; position: relative; background: transparent url(../media/loading2.gif) -3px -3px no-repeat; }
.grid4 .col.progress .progress > span { position: absolute; left: 0; top: 0; height: 5px; background: #007AFF; width: 1%; }
.grid4 .col.progress .text { margin-left: 7px; }
.grid4 .items .col.multiline > div { white-space: pre-wrap; }
.grid4 .items .col.multiline.html > div { white-space: normal; }
.grid4 .items-table .col.multiline > div > .cmd { position: static; left: 0; top: 0; width: auto; height: auto; padding: 0; }
.grid4 .col .icon { display: inline-block; width: 12px; height: 16px; vertical-align: middle; color: #000000; text-decoration: none; margin-right: 5px;
                    background-color: transparent; background-position: center center; background-repeat: no-repeat;
                    font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .col .icon:last-child { margin: 0; }
.grid4 .col .image { display: inline-block; width: 12px; vertical-align: middle; text-align: center; color: #000000; text-decoration: none; margin-right: 5px;
                    background-color: transparent; background-position: center center; background-repeat: no-repeat; min-height: 14px;
                    font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 20px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .head { margin-bottom: 1px; }

/* auto filters */
.grid4 .head-table .cmd-filter { visibility: hidden; position: absolute; z-index: 3; right: 0; bottom: 0; padding: 8px 2px 2px 8px; cursor: pointer; opacity: 0.7; }
.grid4 .head-table .col:hover .cmd-filter  { visibility: visible; }
.grid4 .head-table .col:hover .cmd-filter:hover { opacity: 1; }
.grid4 .head-table .cmd-filter.active { visibility: visible; opacity: 1; }
.grid4 .head-table .cmd-filter span { display: block; width: 10px; height: 10px; background: transparent url(../media/autofilter.png) 0 0 no-repeat;  }
.grid4 .head-table .cmd-filter.active span { background-position: 0 -10px; }
@media (pointer:coarse) {
    .grid4 .head-table .cmd-filter { visibility: visible; opacity: 0.1; width: 14px; height: 14px; }
}

/* localize field */
.grid4 .head-table .col:hover .cmd-ide  { visibility: visible; }
.grid4 .head-table .col:hover .cmd-ide:hover { opacity: 1; }

/* sorting */
.grid4 .head-table .col.has-sorting { cursor: pointer; }
.grid4 .head-table .col.has-sorting .sorting-marker { position: absolute; z-index: 2; right: 4px; top: 0; }
.grid4 .head-table .col.has-sorting .sorting-marker span { display: block; width: 12px; height: 12px; text-align: center;
                                                           font-size: 12px; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.grid4 .head-table .col.has-sorting .sorting-marker.sorting-asc span:before { content: "\f0d8"; }
.grid4 .head-table .col.has-sorting .sorting-marker.sorting-desc span:before { content: "\f0d7"; }

/* width adjust */
.grid4 .head-table .col .width-adjust { position: absolute; z-index: 4; right: -2px; top: 0; bottom: 0; width: 4px; cursor: e-resize; }

.grid4 .items-table .item:nth-child(even) { background-color: #FFF; }
.grid4 .item.totals { color: #000; }
.grid4 .item.totals .col { font-weight:700}

.grid4 .item.totals.totals-top .col { border-top: none; border-bottom: 1px solid #ddd; }
.grid4 .noitems { padding: 8px 8px 5px 300px; color: #777; text-align: left; }


.grid4 .grid-error { padding: 0 15px 15px; margin: 15px; border-style: solid; border-width: 3px 1px 1px; border-color: #E36159; 
                     -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.grid4 .grid-error h3 { margin: 15px 0 5px; padding: 0; font-size: 11px; font-weight: 700; }
.grid4 .grid-error .description { color: #E74C3C; white-space: pre-line; }
.grid4 .grid-error .system-details { white-space: pre-line; }
.grid4 .grid-error .actions { margin: 15px 0; }

/* grid menu */
.grid4 .items-table .col .cmd-menu { visibility: hidden; position: absolute; z-index: 2; right: 0; top: 4px; width: 16px; height: 16px;
                                     background-image: url(../media/actions2_x16.png); background-position: center 0; }
.grid4 .items-table .col .cmd-menu:hover { background-position: 0 -16px; }
.grid4 .items-table .item:hover .col .cmd-menu { visibility: visible; }

/* ordering */
/*.grid4 .col .icon { display: inline-block; width: 12px; height: 12px; vertical-align: middle; color: #000000; text-decoration: none; margin-right: 5px;
                    background-color: transparent; background-position: center center; background-repeat: no-repeat;
                    font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/

.grid4 .items-table .col.ordering { cursor: move; }
.grid4 .items-table .col.ordering > div { font-style: normal; font-weight: normal; line-height: 1; text-align: center;
                                          font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .items-table .col.ordering > div:before { content: "\f07d"; }
.grid4 .ui-sortable-helper .col,
.grid4 .ui-sortable-helper .col:first-child { border: 1px solid #d0d0d0; background: #fff; }
.grid4 .item.drop-placeholder,
.grid4 .item.drop-placeholder:nth-child(even) { background-color: #dcebf4; }
.grid4 .item.drop-placeholder td { height: 47px; }

/* grid menu */
.grid4 .items-table .col .cmd-menu { visibility: hidden; position: absolute; z-index: 2; right: 0; top: 2px; width: 16px; height: 16px;
                                     background-image: url(../media/actions2_x16.png); background-position: center 0; }
.grid4 .items-table .col .cmd-menu:hover { background-position: 0 -16px; }
.grid4 .items-table .item:hover .col .cmd-menu { visibility: visible; }


/* validation */
.grid4 .head-table .col.validation { text-align: center; }
.grid4 .head-table .col.validation label.validation { display: inline-block; text-align: center; color: #000000;
                                   font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .head-table .col.validation label.validation-0:before { content: "\f069"; color: #FFD800; }
.grid4 .head-table .col.validation label.validation-1:before { content: "\f00c"; color: #00f; }
.grid4 .head-table .col.validation label.validation-2:before { content: "\f12a"; color: #f00; }

.grid4 .items-table .col.validation { text-align: center; }
.grid4 .items-table .col.validation label.validation { display: inline-block; text-align: center; color: #000000;
                                   font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .items-table .item.validation-0 .col.validation label.validation:before { content: "\f069"; color: #FFD800; }
.grid4 .items-table .item.validation-1 .col.validation label.validation:before { content: "\f00c"; color: #00f; }
.grid4 .items-table .item.validation-2 .col.validation label.validation:before { content: "\f12a"; color: #f00; }
.grid4 .items-table .col.validation-2 { background: #FFD8D8; }

/* hover item  */
.grid4 .items-table .item.hover .col { background: rgba(210, 231, 247, 0.8); }
.grid4 .items-table .item .col.hover { background: rgba(173, 215, 244, 0.8); }
.grid4 .footer .items-table .item .col.hover { background: rgba(210, 231, 247, 0.8); }
.grid4 .items-table .item.hover .col.validation-2 { background: rgba(249, 201, 162, 0.8); }
/*.grid4 .items-table .item.hover .col { background: #D2E7F7; }
.grid4 .items-table .item .col.hover { background: #ADD7F4; }
.grid4 .footer .items-table .item .col.hover { background: #D2E7F7; }
.grid4 .items-table .item.hover .col.validation-2 { background: #F9C9A2; }
 */

/* active item  */
.grid4 .items-table .item.active .col { background: rgba(218, 218, 242, 0.8); }
.grid4 .items-table .item.active .col.hover { background: rgba(133, 198, 242, 0.8); }
.grid4 .items-table .item.active .col.validation-2 { background: rgba(185, 185, 138, 0.8); }
/*.grid4 .items-table .item.active .col { background: #B5DAF2; }
.grid4 .items-table .item.active .col.hover { background: #85C6F2; }
.grid4 .items-table .item.active .col.validation-2 { background: #F7B98A; }
*/

/* selection */
.grid4 .items-table .item.selected .col.selection label.check { display: inline-block; text-align: center; color: #000000;
                                   font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .items-table .item.selected .col.selection label.check:before { content: "\f00c"; }
.grid4 .head-table .col.selection { text-align: center; }
.grid4 .head-table .col.selection label.check { display: inline-block; text-align: center; color: #000000;
                                   font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.grid4 .head-table .col.selection.page-selected label.check:before { content: "\f00c"; }
.grid4 .head-table .col.selection.partial-selected label.check:before { content: "\f068"; }
.grid4 .head-table .col.selection.datasource-selected label.check:before { content: "\f1c0"; }
.grid4 .head-table .col.selection .count { display: block;; text-align: center; font-size: 8px; height: 1px; line-height: 8px; font-weight: 700; }
.grid4 .items.selection .item { cursor: default; }
.grid4 .items-table .col.selection { text-align: center; }
.grid4 .items-table .item.selected .col { background: #85C6F2; }
.grid4 .items-table .item.selected .col.validation-2 { background: #F7B98A; }

/* active cell  */
.grid4 .items-table .item .col.active { background: rgba(133, 198, 242, 0.5); }
.grid4 .items-table .item .col.active > div:before { position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #1283ff; content: ""; }

/* hover column  */
.grid4 .head-table .col.hover { background: #D2E7F7; }

/* cell markers */
.grid4 .items-table .item.marker-readmarker .col { font-weight: 700; }
.grid4 .col .marker-info { position: absolute; z-index: 2; right: 0; top: 7px; width: 16px; height: 16px; background: transparent url(../media/marker-info-16.png) 0 0 no-repeat; }

/* form2 */
.form2 .field { margin-bottom: 15px; }
.form2 .field .remarks { padding-left: 5px; color: #999; }
.form2 .value-box { border-bottom: 1px solid #a6a6a6; }
.form2 .field-label { float: none; padding: 0; margin-bottom: 5px; color: #333; }
.form2 .field.changed .field-label { color: #333; }
.form2 .field-label .mark-required { position: static; right: auto; top: auto; height: auto; width: auto; background: none; overflow: visible; text-indent: 0;
                                     color: #f00; margin-left: 5px; }
.form2 .field.edit .field-value .value-box { border: none; border-bottom: 1px solid #a6a6a6; font-size: inherit; }
.form2 .field.edit.lookup input { border: none; border-bottom: 1px solid #a6a6a6; font-size: inherit; }
.form2 .field.edit.text .value-box { display: block; }
.form2 .field.edit.text input { border: none; font-size: inherit; }
.form2 .field.edit.textarea .value-box { display: block; }
.form2 .field.edit.textarea textarea { border: none; font-size: inherit; }
.form2 .field.edit.files .upload { padding-left: 5px; }
.form2 .field.files .files { padding-left: 5px; }
.form2 .field.edit .cke { border-bottom: 1px solid #a6a6a6; }
.form2 .field.edit.datetime input { border: none; font-size: inherit; }
.form2 .field.edit.date input { border: none; font-size: inherit; }
.form2 .field.number .field-value { text-align: left; width: 180px; }
.form2 .field.edit.number input { border: none; border-bottom: 1px solid #a6a6a6; font-size: inherit; }
.form2 .group > .head .text { color: #333; font-size: 15px; }
.form2 .group > .head .extra { display: none; }
.form2 .field.instructions .field-value { font-weight: 700; text-align: justify; font-size: 13px; }

/* shapes-pane1 */
.shapes-grid1 { margin: 15px 0; text-align: center; }
.shapes-grid1 .item { display: inline-block; width: 10%; margin-right: 1%;
                      position: relative; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
                      -webkit-transition: padding .3s ease-out; transition: padding .3s ease-out; }
.shapes-grid1 .item.active:hover { padding: 0; }
.shapes-grid1 .item .content { position: relative; }
.shapes-grid1 .item .sizer img { width: 100%; }
.shapes-grid1 .item .name { position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%;
                            background-color: #bbb; border-radius: 50%; color: #fff; font-size: 14px; line-height: 14px; }
.shapes-grid1 .item .name .text { position: absolute; left: 0; width: 100%; text-align: center; top: 50%; margin-top: -7px; color: #fff; }
.shapes-grid1 .item-it .name { background-color: #2449AA; }
.shapes-grid1 .item-retail .name { background-color: #496D00; }
.shapes-grid1 .item-log .name { background-color: #E59700; }
.shapes-grid1 .item-hr .name { background-color: #4ABCE6; }

/* contact-info */
.contact-info > .grid-toppane { display: none; }
.contact-info > .head { display: none; }
.contact-info .items-table { table-layout: fixed; width: 0; border-collapse: collapse; empty-cells: show; border: none; }
.contact-info .items-table .col { padding: 0; border: none; }
.contact-info .field { margin: 0; }
.contact-info .col { vertical-align: top; }
.contact-info .col > div { padding-bottom: 4px; }
.contact-info .field.info-type.edit .value-box { border: none; padding: 5px 0 0; }
.contact-info .field.info-type.edit .value-box .value-text { display: none; }
.contact-info .field.info-type.edit .value-box .cmd-lookup { display: none; }
.contact-info .field.info-title.edit input { border: none; color: #555; }
.contact-info .col.info-comments { vertical-align: middle; }
.contact-info .field.info-comments { margin-left: 5px; min-height: auto; }
.contact-info .field.info-comments .field-value { color: #555; font-size: 11px; line-height: 13px; }

/*.contact-info-tools { padding-left: 95px; }*/
.contact-info-tools .button { color: #333; font-size: 11px; line-height: 13px; }

/* print skin */
html.print { overflow: auto; }
.print .no-print { display: none; }
html.print .context-title { display: none; }
.print .field.signature .value-box { background: transparent !important; border: none !important; }
.print .field.signature .value-box .placeholder { display: none; }

/* doc1 */
.doc1 { width: 718px; margin: 0 auto; padding: 25px; font-size: 14px; line-height: 21px; color: #000; }
.doc1.doc-width2 { width: 1018px; }
.doc1 .group > .head .text { font-size: 14px; color: #000; font-weight: bold; margin-top: 15px;  }
.doc1 .group > .head .extra { display: none;  }
.doc1 .field-label, .doc1 .field-value { color: #000; }
.doc1 .page-header { overflow: hidden; margin-bottom: 15px; }
.doc1 .page-header .right-block { float: right; }
.doc1 .page-header .right-block .field, .doc1 .page-header .right-block .static-field { display: inline-block; vertical-align: top; margin-left: 50px; }
.doc1 .page-header .left-block { float: left; }
.doc1 .page-header .header-title-line1 { font-weight: 700; text-align: left; margin-left: 0px; margin-bottom: 15px; }
.doc1 .page-header .header-title-line2 { text-align: left; margin-left: 0px; margin-bottom: 15px; }
.doc1 .title-line1 { font-size: 24px; line-height: 30px; text-align: center; margin-bottom: 15px; }
.doc1 .title-line2 { font-weight: 700; text-align: justify; margin-bottom: 15px; }
.doc1 .title-line2.center { text-align: center; }
.doc1 .title-block {overflow: hidden; margin-bottom: 15px; }
.doc1 .title-block .right-block { float: right; }
.doc1 .title-block .left-block { float: left; }
.doc1 .main-text { font-size: 13px; line-height: 20px; text-align: justify; }
.doc1 .small-text { font-size: 12px; line-height: 18px; text-align: justify; }
.doc1 .comments-field { min-height: 150px; }
.doc1 .h3 { font-weight: 700; margin: 15px 0; }
.doc1 .h3.center { text-align: center; }
.doc1 .table1 { margin: 15px 0; }
.doc1 .table1 .head-table { table-layout: fixed; width: 0; border-collapse: collapse; border-color: #000; border-style: solid none none solid; border-width: 1px; }
.doc1 .table1 .items-table { table-layout: fixed; width: 0; border-collapse: collapse; border-color: #000; border-style: none none none solid; border-width: 1px; }
.doc1 .table1 .col { padding: 2px 5px; border-color: #000; border-style: none solid solid none; border-width: 1px; }
.doc1 .table1 .head-table .col { text-align: center; }
.doc1 .table1 .items-table .col { white-space: normal; word-wrap: break-word; }
.doc1 .table1 .col.number { text-align: right; }
.doc1 .table1 .totals .col { font-weight: 700; }
.doc1 .requisites { font-size: 13px; line-height: 21px;  }
.doc1 .group.columns > .content > .left-column { margin-right: 50px; }
.doc1 .requisites .field, .doc1 .requisites .static-field { min-height: 27px; margin-bottom: 10px; }
.doc1 .requisites .field-value { border-bottom: 1px solid #000; padding: 0 5px; }
.doc1 .signature-group  { border-bottom: 1px solid #000; overflow: hidden; min-height: 40px; }
.doc1 .signature-group .name { float: left; width: 55%;  }
.doc1 .signature-group .signature { overflow: auto; }
.doc1 .signature-group .field-value { border-bottom: none; }

/* tu-selector */
.tu-selector { overflow: hidden; margin: 0 5px 0 0; }
.form .group.columns > .content > .left-column.tu-selector { margin-right: 2px; }
.field-columns .tu-selector { float: left; margin: 0 10px 2px 0; }
.tu-selector > .head { float: left; padding: 5px 0 5px; color: #858596; }
.tu-selector > .content { overflow: hidden; }
.tu-selector .selector-item { position: relative; margin: 0 5px 2px 0; float: left; width: 32px; height: 32px;
                              background: transparent url(/media/box1-32.png) 0 0 no-repeat; cursor: pointer;
                                      -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
                                      -webkit-transition: color .3s ease-out, background-color .3s ease-out; transition: color .3s ease-out, background-color .3s ease-out; }
.tu-selector .selector-item .text { position: absolute; left: 9px; bottom: 5px; width: 21px; text-align: center; color: #445555; }
.tu-selector .selector-item.active { background-position: 0 -32px; }
.tu-selector .selector-item:hover { background-position: 0 -32px; }
.tu-selector .field.lookup { margin: 0 5px 2px 0; }
.tu-selector .field.lookup .field-value { width: 32px; height: 32px; background: transparent url(/media/box1-32.png) 0 -32px no-repeat; cursor: pointer; }
.tu-selector .field.lookup .field-value input { border: none; background: transparent; padding: 0; margin: 0;
                                                 position: absolute; left: 9px; bottom: 5px; width: 21px; text-align: center; color: #445555; }
.tu-selector .field.lookup .field-value .cmd-lookup { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; }
.tu-selector .field.lookup .field-value .cmd-lookup .icon { display: none; }
.tu-selector .field.lookup.has-remarks .field-value input { left: 11px; bottom: 8px; text-align: left; }
.tu-selector .field.lookup .field-value .remarks { position: absolute; z-index: 2; right: 3px; bottom: 2px; font-size: 10px; }

/* amount-calculator */
.amount-calculator .pin .text { display: inline-block; width: 16px; height: 16px; background: transparent url(/media/pin-16.png) 0 -32px; }

/* condition-selector */
.condition-selector { overflow: hidden; margin: 0 5px 0 0; }
.form .group.columns > .content > .left-column.condition-selector { margin-right: 2px; }
.field-columns .condition-selector { float: left; margin: 0 10px 2px 0; }
.condition-selector > .head { float: left; padding: 5px 0 5px; color: #858596; }
.condition-selector > .content { overflow: hidden; }
.condition-selector .selector-item {display: inline-block; margin: 0 0 5px 15px; background-color: #f7f7f7; cursor: pointer;
                                    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: color .3s ease-out, 
                                    background-color .3s ease-out; transition: color .3s ease-out, background-color .3s ease-out; }
.condition-selector .selector-item.selected-1 { background-color: rgba(178, 255, 193, 0.6); }
.condition-selector .selector-item.selected-2 { background-color: rgba(255, 216, 216, 0.6); }
.condition-selector .selector-item.selected-3 { background-color: rgba(255, 222, 153, 0.6); }
/*.condition-selector .selector-item.selected { background-color: #dcebf4; }*/
.condition-selector .condition-number {padding: 5px 10px; }

.skin1 .button .icon-scan_code {background-image:url(/media/scan_code.png);}

.right-pane .grid .grid-toppane  {right: 30px; position: absolute; top: 0;}

/* ext-fields-data */
.ext-fields-data .field-label { width: 150px; }
.group.inline-columns.ext-fields-data > .content > .group { width: 450px; }

.ext-fields-data .field.number .field-value { width: 150px; }

/* org-structure */
.org-structure-tree1 .item .image { position: absolute; left: 20px; top: 2px; width: 16px; height: 16px; }
.org-structure-tree1 .item .image-type-1 { background-image: url(../media/hierarchy-16.png); background-position: center -32px; }
.org-structure-tree1 .item .image-type-2 { background-image: url(../media/user-16.png); background-position: center -32px; }
.org-structure-tree1 .item .image-type-2.is-manager { background-image: url(../media/manager-16.png); }
.org-structure-tree1 .item .image-type-3 { background-image: url(../media/hierarchy2-16.png); background-position: center -32px; }
.org-structure-tree1 .item .name > .content { padding-left: 42px; }

/* participants-list1 */
.participants-list1 { min-height: 50px; }
.participants-list1 .role { overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.participants-list1 .role .role-name { float: left; width: 130px; }
.participants-list1 .role .participants { overflow: hidden; }
.participants-list1 .participant { background: #EDF5FF; padding: 2px 5px; margin-bottom: 5px; min-height: 17px;
                                   -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.participants-list1 .participant.active-contact { background: #B2FFC1; }
.participants-list1 .participant.contact-status-2 { text-decoration: line-through; color: #aaa; }
.participants-list1 .participant > * { display: inline; }
.participants-list1 .remarks { font-size: 11px; }
.participants-list1 .participant.active-contact-status-2 .contact-name { text-decoration: line-through; color: #aaa; }
.participants-list1 .actions { visibility: hidden; position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; background: url(../media/actions2_x16.png); }
.participants-list1 .participant .button { position: absolute; right: 2px; top: 2px; }
.participants-list1 .participant:hover .actions { visibility: visible; }
.participants-list1 .actions:hover { background-position: 0 -16px; }
.participants-list1 .button { padding: 0; font-size: 12px; color: #ccc; background: none; }
.participants-list1 .button .image { background-position: 0 0; }
.participants-list1 .button:hover { color: #1283FF; background: none; }
.participants-list1 .button:hover .image { background-position: 0 -16px; }

/* designer-data-privew */
.designer-data-privew h3 { font-size: 14px; font-weight: 400; color: #858596; margin: 20px 0 10px; }
.designer-data-privew table { table-layout: fixed; }
.designer-data-privew th { border: 1px solid #CCCCCC; background: #EBEBEB; padding: 2px 5px; }
.designer-data-privew td { border: 1px solid #CCCCCC; max-width: 300px; padding: 2px 5px; }

.dims-grid1 .items .item {
  cursor: pointer;
  margin-bottom: 2px;
  width: 98%;
}

.dims-grid1 .items .item.pass:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #53D769;
}

.dims-grid1 .items .item.fail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #F44336;
}

.dims-grid1 .items .item:hover {
  background-color: #F7F7F7;
}

.dims-grid1 .items .item.selected {
  background-color: #D9D9D9;
}

.dims-grid1 .items .item .content .requirement {
  font-family: GDT;
  font-size: 15px;
}

.dims-grid1 .items .item .content {
  padding: 10px 15px;
}

.dims-grid1 .items .item .content span .text {
  padding-top: 3px;
}


/* schedule-control1 */
.schedule-control1 .repeat-pattern-tab .extra-column { padding-left: 15px; border-left: 1px solid #e5e5e5; min-height: 26px; }


















