﻿
/* Icons and Images */

.reset-icon {
    background-image: url('../resources/images/grid/refresh.png');
}

.delete-icon {
      background-image: url(../images/deleteRow16x16.png);
}

.refresh-icon {
    background-image: url('../images/clear16x16.png') !important;
}

.first-icon {
    background-image: url('../resources/images/grid/page-first.png') !important;
}

.prev-icon {
    background-image: url('../resources/images/grid/page-prev.png') !important;
}

.next-icon {
    background-image: url('../images/grid/page-next.png') !important;
}

.groupBy-icon {
    background-image: url('../images/group-objects-16.png') !important;
}

.ungroupBy-icon {
    background-image: url('../images/ungroup-objects-16.png') !important;
}

.groupBy-header-icon {
    background-image: url('../images/group-objects-16.png') !important;
    background-repeat: no-repeat !important;
}

.ungroupBy-header-icon {
    background-image: url('../images/ungroup-objects-16.png') !important;
    background-repeat: no-repeat !important;
}

.last-icon {
    background-image: url('../resources/images/grid/page-last.png') !important;
}

.tpgLogo-image {
    background-image: url('../images/TPGLogo.png') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 27% !important;
    background-size: 80% !important;
    border: none !important;
}

/* Task and Resource Sheets */
.CoRePlanner-onerowheight-tree-panel .double-height .x-column-header-inner {
    height: 59px;
    text-align: center !important;
}

.CoRePlanner-onerowheight-tree-panel .double-height-align-left .x-column-header-inner {
    height: 59px;
    text-align: left;
}

.CoRePlanner-onerowheight-tree-panel .single-height .x-column-header-inner {
    height: 29px;
    text-align: center !important;
}

.CoRePlanner-onerowheight-tree-panel .single-height-align-left .x-column-header-inner {
    height: 29px;
    text-align: left;
}

.CoRePlanner-onerowheight-tree-panel .x-column-header {
    border-right: 0;
}

.CoRePlanner-tworowheight-tree-panel .x-column-header-inner {
    border-right: 0;
}

.CoRePlanner-onerowheight-tree-panel .x-grid-cell-editor .x-form-text-default {
    font-size: 8pt;
    font-family: verdana,arial,helvetica,sans-serif;
    height: 25px;
}

.CoRePlanner-tworowheight-tree-panel .x-grid-row .x-grid-cell-inner {
    padding-top: 18px;
    border: none !important;
    height: 49px;
}

.CoRePlanner-tworowheight-tree-panel .x-grid-row-over .x-grid-cell-inner {
    padding-top: 18px;
    border: none !important;
    height: 49px;
}

.CoRePlanner-tworowheight-tree-panel .x-tree-cell-editor .x-form-text-default {
    border-top: 0 !important;
    font-size: 8pt;
    font-family: verdana,arial,helvetica,sans-serif;
    height: 51px;
}

.CoRePlanner-onerowheight-tree-panel .x-tree-cell-editor .x-form-text-default .ie-onerowheight-x-tree-cell-editor  {
    padding-top: 5px !important;
}

.CoRePlanner-tworowheight-tree-panel .x-tree-cell-editor .x-form-text-default .ie-tworowheight-x-tree-cell-editor {
    padding-top: 18px !important;
}

.CoRePlanner-onerowheight-tree-panel .x-grid-row .x-grid-cell-inner {
    padding-top: 5px;
    border: none !important;
    /*height: 25px;*/
}

.CoRePlanner-onerowheight-tree-panel .x-grid-row-over .x-grid-cell-inner {
    padding-top: 5px;
    border: none !important;
    /*height: 25px;*/
}

.CoRePlanner-onerowheight-tree-panel .x-tree-cell-editor .x-form-text-default {
    border-top: 0 !important;
    font-size: 8pt;
    font-family: verdana,arial,helvetica,sans-serif;
    height: 25px;
}

.CoRePlanner-input-style{
    padding: 5px 10px 4px 10px !important;
    background-color: white !important;
    font: normal 8pt/15px verdana,arial,helvetica,sans-serif !important;
}
.CoRePlanner-disabled-input .x-form-trigger-default {
    cursor: default !important;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

.x-grid-row-depth0 {
    background-color: #b8b8b8;
}

.x-grid-row-depth1 {
    background-color: #cccccc;
}

.x-grid-row-depth2{
    background-color: #dcdcdc;
}

.x-grid-row-depth3 {
    background-color: #ebebeb;
}

.x-grid-row-depth4 {
    background-color: #f7f7f7;
}

.x-grid-row-allowinput {
    background-color: white;
}

.x-grid-row-selectrow {
     background-color: white;
     font-weight:bold;
     font-style: italic;
}

.hidden-timephased-row .x-grid-tree-node-expanded .x-grid-row {
    display: none !important;
    border-width: 0 !important;
}

.hidden-timephased-row .x-grid-row {
    display: none !important;
    border-width: 0 !important;
}

.x-tree-icon { display: none !important; }
.x-tree-elbow-empty { width: 10px !important; }
.x-tree-elbow-line { width: 10px !important; }

.plan-grid .x-grid-cell {
    background-color: transparent;
}
.plan-grid .x-grid-row-over .x-grid-td {
    font-weight: bolder;
    background-color: inherit;
}

.plan-grid .x-column-header .x-column-header-inner {
    border-right: none !important;
}

.italic-cell {
    font-style: italic;
}

.bold-cell {
    font-weight: bold;
}

.number-cell {
    text-align: right !important;
}

.italic-number-cell {
    font-style: italic;
    text-align: right !important;
}

/* Project Info */
.CoRePlanner-disabled-input input {
    opacity: .70;
    -moz-opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* About Dialog */
.about-product-title {
    font-weight:  300 !important;
    font-size: 16pt !important;
}

.about-license-info-title {
    font-weight: bold !important;
    font-size: 8pt !important;
}

.about-license-info {
    font-size: 8pt !important;
}


.form-button-emulated.x-btn {
    padding: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.form-button-emulated.x-toolbar-item {
    padding: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.form-button-emulated.x-btn-default-toolbar-small{
    padding: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}


.form-button-emulated .x-btn-inner-default-toolbar-small {
    border-color: #1064a1 !important;
    background-image: none;
    background-color: #3386c2;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#4792c8),color-stop(50%,#3386c2),color-stop(51%,#307fb8),color-stop(100%,#3386c2));
    background-image: -webkit-linear-gradient(top,#4792c8,#3386c2 50%,#307fb8 51%,#3386c2);
    background-image: -moz-linear-gradient(top,#4792c8,#3386c2 50%,#307fb8 51%,#3386c2);
    background-image: -o-linear-gradient(top,#4792c8,#3386c2 50%,#307fb8 51%,#3386c2);
    background-image: -ms-linear-gradient(top,#4792c8,#3386c2 50%,#307fb8 51%,#3386c2);
    background-image: linear-gradient(top,#4792c8,#3386c2 50%,#307fb8 51%,#3386c2);
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid !important;
    height: 22px;
    display: inline-block !important;
    font: bold 12px/16px helvetica,arial,verdana,sans-serif !important;
    color: white !important;
    max-width: 100% !important;
    border-color: #126daf !important;
    padding: 3px 15px 3px 15px !important;
}

.form-button-emulated .x-btn-default-toolbar-small-mc {
    padding: 0 !important
}
.form-button-emulated .x-btn-default-toolbar-small-tc {
    height : 0 !important;
}
.form-button-emulated .x-btn-default-toolbar-small-tl,.x-btn-default-toolbar-small-bl,.x-btn-default-toolbar-small-ml{
    padding-left: 0 !important;
}
.form-button-emulated td.x-frame-tl, td.x-frame-tr, td.x-frame-bl, td.x-frame-br {
    width: 0 !important;
}
.form-button-emulated .x-btn-default-toolbar-small-tr, .x-btn-default-toolbar-small-br, .x-btn-default-toolbar-small-mr {
     padding-right: 0 !important;
}
.form-button-emulated .x-btn-default-toolbar-small-bc {
    height : 0 !important;
}

.form-button-emulated.deletebutton .x-btn-inner-default-toolbar-small {
    border-color: #bc1213 !important;

    background: -moz-linear-gradient(270deg, rgba(255,92,103,1) 0, rgba(223,90,91,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,92,103,1)), color-stop(100%, rgba(223,90,91,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255,92,103,1) 0, rgba(223,90,91,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255,92,103,1) 0, rgba(223,90,91,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255,92,103,1) 0, rgba(223,90,91,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(255,92,103,1) 0, rgba(223,90,91,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5C67', endColorstr='#df5a5b',GradientType=0 );

    border-radius: 3px !important;
    -webkit-border-radius:3px !important;
    -moz-border-radius:3px !important;
    -ms-border-radius:3px !important;
    -o-border-radius:3px !important;

    /*background-image: -webkit-linear-gradient(top,#DC312B,#D82828 50%,#D22626 51%,#D82828) !important;*/
}

.loading-spinner-box {
     background-image: url('../images/loadingcircle16x16.gif');
     background-repeat:  no-repeat;
     background-position: center;
}

.dialog-notification-text  {
     font-size : 12px !important;
     height: 32px !important;
     overflow-wrap :normal !important;
     overflow: visible !important;
     /*font-weight: bold !important;*/
}

.x-grid-item-focused-custom {
  outline: 0;
    color: black;
}

/* line 44, ../../../../../packages/ext-theme-neutral/sass/src/view/Table.scss */
.x-grid-item-focused-custom .x-grid-cell-inner {
    z-index: 1;
}

/* line 52, ../../../../../packages/ext-theme-neutral/sass/src/view/Table.scss */
.x-grid-item-focused-custom .x-grid-cell-inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #3d91cf;
}

.x-grid-planner .x-grid-item-selected {
    background-color: #ffffff !important;
}

.x-grid-row-selected {
    background-color: lightcyan !important;
}

.matrix-grid .x-grid-row-selected * {
    background-color: lightcyan !important;
}

.x-grid-planner .x-grid-item .x-grid-cell-first {
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.x-grid-planner .x-grid-item .x-grid-cell {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.x-grid-planner .x-grid-item .x-grid-cell-last {
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.x-grid-planner .x-grid-item-over .x-grid-cell-first {
    border-left: 1px solid #D7FADF !important;
    border-top: 1px solid #D7FADF !important;
    border-bottom: 1px solid #D7FADF !important;
    background-color: #D7FADF !important;
}

.x-grid-planner .x-grid-item-over .x-grid-cell {
    border-top: 1px solid #D7FADF !important;
    border-bottom: 1px solid #D7FADF !important;
    background-color: #D7FADF !important;
}

.x-grid-planner .x-grid-item-over .x-grid-cell-last {
    border-right: 1px solid #D7FADF !important;
    border-top: 1px solid #D7FADF !important;
    border-bottom: 1px solid #D7FADF !important;
    background-color: #D7FADF !important;
}

.x-grid-planner .x-grid-row-timephased-values .x-grid-cell-first {
    border-left: 1px solid #028D1F !important;
    border-top: 1px solid #028D1F !important;
    border-bottom: 1px solid #028D1F !important;
}

.x-grid-planner .x-grid-row-timephased-values .x-grid-cell {
    border-top: 1px solid #028D1F !important;
    border-bottom: 1px solid #028D1F !important;
}

.x-grid-planner .x-grid-row-timephased-values .x-grid-cell-last {
    border-top: 1px solid #028D1F !important;
    border-bottom: 1px solid #028D1F !important;
    border-right: 1px solid #028D1F !important;
}

.x-grid-planner .x-grid-row-timephased-actuals .x-grid-cell-first {
    border-left: 1px solid #FA8D1F !important;
    border-top: 1px solid #FA8D1F !important;
    border-bottom: 1px solid #FA8D1F !important;
}

.x-grid-planner .x-grid-row-timephased-actuals .x-grid-cell {
    border-top: 1px solid #FA8D1F !important;
    border-bottom: 1px solid #FA8D1F !important;
}

.x-grid-planner .x-grid-row-timephased-actuals .x-grid-cell-last {
    border-top: 1px solid #FA8D1F !important;
    border-bottom: 1px solid #FA8D1F !important;
    border-right: 1px solid #FA8D1F !important;
}

.x-grid-row .lookuptablevalues-selected {
    border-style: solid !important;
    border-color: #c1ddf1 !important;
    border-width: 1px 0 0 !important;
    color: black !important;
    background-color: #c1ddf1 !important;
}

.x-panel-top-only {
    border-top-width: 1px !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}

.btn-lookup-table-value-add-value {
      background: url(../images/addrow.png);
}

.btn-lookup-table-value-insert-value {
      background: url(../images/insrow.png);
}

.btn-lookup-table-value-delete-value {
      background: url(../images/formatmap16x16.png) -272px -272px !important;
}

.btn-lookup-table-value-move-up-value {
      background: url(../images/BottomTierMoveUp16x16.png);
}

.btn-lookup-table-value-move-down-value {
      background: url(../images/BottomTierMoveDown16x16.png);
}

.btn-lookup-table-value-indent-value {
      background: url(../images/formatmap16x16.png) -216px -110px !important;
}

.btn-lookup-table-value-outdent-value {
      background: url(../images/formatmap16x16.png) -180px -200px !important;
}

.btn-lookup-table-column-moveleft {
        background: url(../images/BottomTierMoveUp16x16.png);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

.btn-lookup-table-column-moveright {
        background: url(../images/BottomTierMoveUp16x16.png);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}

.btn-lookup-table-column-delete {
      background: url(../images/deletecolumn.png);
}

/* tpg-PPRM-treegrid */
.tpg-PPRM-treegrid-arrow-expanded {
    background: url(../resources/images/tree/arrows.png) -22px;
    width: 10px;
    height: 10px;
}

.tpg-PPRM-treegrid-collapsed {
    background: url(../resources/images/tree/arrows.png) -4px;
    width: 10px;
    height: 10px;
}

.tpg-PPRM-treegrid-indent {
    width: 10px;
    height: 10px;
}

.tpg-PPRM-treegrid-collapsed + span{
     margin-left: 5px;
}
.tpg-PPRM-treegrid-arrow-expanded + span{
     margin-left: 5px;
}
.tpg-PPRM-treegrid-indent + span{
     margin-left: 5px;
}

.tpg-PPRM-treegrid-tree-expander { }

.tpg-PPRM-treegrid .x-grid-row {
    height: 24px;
}

/**Open Entity - visual Indicators*/
.open-entity-indicator > .x-grid-cell-inner{
    text-indent: 10px;
}

#projectinfo-textfield-name-editable .x-form-item-body .x-form-display-field-default{
    min-height: 22px !important;
    padding-top: 4px;
    padding-left: 5px;
    margin-top: 0 !important;
    border: 1px solid rgba(193, 193, 193, 0.7);
}

#projectinfo-status  .x-form-item-body .x-form-display-field-default  {
    margin-top: 0 !important;
    padding-top: 4px;
}


.filterpanel .x-panel-header-default {
    border-color: #ababab;
    border-bottom-width: 0 !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 1px !important;
    background-color: #f5f5f5 !important;
}
.filterpanel .x-docked-top {
    border-bottom-width: 1px !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.filterpanel .x-docked-noborder-right {
    border-right-width: 1px !important;
}
/*.filterpanel .x-panel-header-default .x-tool-img {
    background-color: #666 !important;
}*/
.filterpanel .x-panel-header-default .x-panel-header-title-default {
    color: #666 !important;
}
#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder.x-docked-top {
    border-bottom-width: 1px !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder.x-panel-header-default {
    border: 0 solid #c1c1c1 !important;
    background-color: #f5f5f5 !important;
}
#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder.x-panel-header-default-vertical {
    background-color: #f5f5f5 !important;
}

/*#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder.x-panel-header-default .x-tool-img {
    background-color: #666 !important;
}*/
#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder.x-panel-header-default .x-panel-header-title-default {
    color: #666 !important;
    font-weight: bold;
}
.CoRePlanner-onerowheight-tree-panel .x-grid-header-ct {
    border-top: 0;
}
.filter-applied-task-filter#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel-placeholder {
    background-color: #c6d9e6 !important;
}
.filter-applied-task-filter#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel_header {
    background-color: #c6d9e6 !important;
}
#TPG-PPRM-CoRePlanner-Task-CollapsiblePanel_header .x-panel-header-title-default {
    font-weight: bold;
}
/*Hack: don´t overflow in Chrome*/
#tasksheet-assignmentpanel + .x-panel-default .x-panel-body {
    overflow: hidden !important;
}

/* Application HTML Page Only */
.app-label {
    font-weight: bold;
    color: #028D1F;
    font-style: italic;
}

/* Style Task is structured*/
.task-is-structured > div {
    background: url(../images/structure-task.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.gantt-bar-left {
    border-left: 2px solid #808080 !important;
    border-right-width: 0 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-bar-left-timeline {
    border-right-width: 0 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-bar-right {
    border-left-width: 0 !important;
    border-right: 2px solid #808080 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-bar-right-timeline {
    border-right: 2px solid #808080 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-bar-center {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-bar-center-timeline {
    border-right-width: 0 !important;
    border-top: 2px solid #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.gantt-row-cell {
    border-top: 2px solid #dcdcdc !important;
    border-bottom: 2px solid #dcdcdc !important;
    background-color: #dcdcdc !important;
}

.single-height-gantt .x-grid-cell-inner {
    height: 20px !important;
    padding: 3px 10px 6px 10px !important;
}

.markTimelineStart:after {
    content: "";
    position: absolute;
    top: 0;
    border-left-width: 4px;
    border-left-style: solid;
    height: 104%;
}

.markTimelineStartBefore {
    border-right-width: 4px !important;
    border-right-style: solid !important;
}


.line {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e9e9e9;
}

.no-line {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: white;
}

.wait, .wait * {
    cursor: wait !important;
}