﻿input::-ms-clear {
    width: 0;
    height: 0;
}

.structure-filter .x-grid-checkcolumn {
    display: none;
}

.structure-filter tr.x-grid-row:hover .x-grid-checkcolumn,
.structure-filter span.x-grid-checkcolumn.x-grid-checkcolumn-checked {
    display: block;
}

.structure-filter span.x-grid-checkcolumn:after {
    content: "\f1db";
    font-family: "FontAwesome";
    color: gray;
    font-size: 14px;
}

.structure-filter span.x-grid-checkcolumn.x-grid-checkcolumn-checked:after {
    content: "\f058";
    color: green;
}

.structure-filter .x-panel-header-title {
    display: none;
    transition: all 1s ease-in-out;
}

.structure-filter .x-tool-img {
    background-color: white !important;
    color: gray;
    font-size: 14px;
}

.structure-filter-collapsed.x-panel-header-default .x-tool-img {
    background-color: white !important;
    color: gray;
}

.structure-filter .x-grid-body {
    border: 0;
}

/* Change the pin to unpin */
.structure-filter-floating .structure-filter-pin > div:before {
    content: "\e611";
    font-family: "ExtJS";
    color: gray;
}

.structure-filter-floating.x-panel-default {
    border-right: 1px solid #d0d0d0;
}

.structure-filter-collapsed.x-panel-header {
    cursor: pointer;
}

/* Icons and Images */

input::-ms-clear {
    width: 0;
    height: 0;
}

.x-grid-row-resourcegroup {
    height: 60px;
}

.x-grid-row-resourcegroup .x-grid-cell-inner {
	border: none !important;
	height: 60px;
}

.x-grid-row-resource {
    height: 60px;
}

.x-grid-row-resource .x-grid-cell-inner {
	border: none !important;
	height: 60px;
}

.x-grid-row-project {
    height: 23px;
}

.x-grid-row-project .x-grid-cell-inner {
    height: 23px;
}

.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;
}

.x-grid-dirty-yellow-cell > div {
    background: url('../images/dirtyYellow.png') no-repeat 0 0;
}

.x-grid-dirty-green-cell > div {
    background: url('../images/dirtyGreen.png') no-repeat 0 0;
}

.x-grid-dirty-red-cell > div {
    background: url('../images/dirtyRed.png') no-repeat 0 0;
}

.x-grid-comments-red-cell > div {
    background: url('../images/commentsRed.png') no-repeat 0 0;
    background-position-x: right;
    background-position-y: top;
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    padding-left: 3px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 4px;
}

.matrix-header-pivot-icon {
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.matrix-grid .x-grid-row-selected * {
    background-color: lightcyan !important;
}

.x-grid-row-selected {
    background-color: lightcyan !important;
}

/*Same icons offset by the width of the vertical left bar that indicates the Team mode which is currently 4 pixels wide*/
.x-grid-dirty-yellow-cell-offset > div {
    background: url('../images/dirtyYellow.png') no-repeat 0 0;
    margin-left: 4px;
}

.x-grid-dirty-green-cell-offset > div {
    background: url('../images/dirtyGreen.png') no-repeat 0 0;
	margin-left: 4px;
}

.x-grid-dirty-red-cell-offset > div {
    background: url('../images/dirtyRed.png') no-repeat 0 0;
    margin-left: 4px;
}

.x-grid-comments-red-cell-offset > div {
    background: url('../images/commentsRed.png') no-repeat 0 0;
    margin-left: 4px;
    background-position-x: right;
    background-position-y: top;
}

.x-grid-entityProperties-green-cell-offset > div {
    background: url('../images/entityPropertiesGreen.png') no-repeat 0 0;
    background-position-x: right;
    background-position-y: top;
}

.x-grid-team-specific-operation > div {
    background-size: 4px 4px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: linear-gradient(#95DBFE, #95DBFE);
}

.x-grid-team-specific-operation-offset > div {
    background-size: 4px 4px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: linear-gradient(#95DBFE, #95DBFE);
    margin-left: 4px;
}

.x-grid-cell-editor {
    border-width: 0px;
    background: none !important;
}

/**********************************/
.margin-left-4px > div {
    margin-left: 4px;
}

.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; }

.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;
}

/* 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;
}

.loading-spinner-box {
     background-image: url('../images/loadingcircle16x16.gif');
     background-repeat:  no-repeat;
     background-position: center;
}

.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;
}

.tpg-collapse-icon {
    background: url(../images/formatmap16x16.png) -213px -2px;
}

.tpg-expand-icon {
    background: url(../images/formatmap16x16.png) -217px -92px;
}

/* tpg-PPRM-treegrid */
.no-expand-icon .tpg-PPRM-treegrid-tree-expander {
    background-image: none !important;
    pointer-events: none;
    cursor: default;
}

.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;
}

.entity-no-access {
    /* other possible colors to use for the background image: #4f874d;*/ /*006600;*/ /*990000;*/ /*003399;*/
    content: "";
    bottom: 0;
    top: -1px;
    border-left: 4px solid white;
    height: 104%;
}

/* Application HTML Page Only */
.app-label {
    font-weight: bold;
    color: #A00000;
    font-style: italic;
}

/* Icons and Images */

.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;
}

.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('../resources/images/grid/page-next.png') !important;
}

.last-icon {
    background-image: url('../resources/images/grid/page-last.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;
}

.x-grid-row-depth0 {
    background-color: #d0d0d0;
}

.x-grid-row-depth1 {
    background-color: #cccccc;
}

.x-grid-row-depth2 {
    background-color: #dadada;
}

.x-grid-row-depth3 {
    background-color: #e4e4e4;
}

.x-grid-row-depth4 {
    background-color: #efefef;
}

.x-grid-row-depth5 {
    background-color: #f7f7f7;
}

.x-form-add-trigger {
    font-size: 14px;
    font-family: FontAwesome
}

.x-form-add-trigger:before {
    content: "\f067" !important
}

.itemDelete {
    margin: 0 4px;
    color: #808080;
    padding: 1px 2px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D0D0D0;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    font-family: "FontAwesome", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
}

.itemDelete:after {
    content: "  \f00d"
}

.itemDelete:hover {
    color: #A00000;
}

.detailViewTitleName {
    width: 300px;
    overflow-x: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.detailViewAggregationLabel {
    display: inline-block;
    overflow-x: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.detailViewAggregationValue {
    display: inline-block;
    overflow-x: hidden;
    padding-left: 5px;
}

.wait, .wait * {
    cursor: wait !important;
}


.ms-cui-row a[id="Ribbon.ContextualTabs.CoReTeam.Main.Display.Project-Medium"] {
    background-color: transparent;
}

.ms-cui-row a[id="Ribbon.ContextualTabs.CoReTeam.Main.Display.Changes-Medium"] {
    background-color: transparent;
}

.ms-cui-row a[id="Ribbon.ContextualTabs.CoReTeam.Main.Display.Scope-Medium"] {
    background-color: transparent;
}

.x-surface {
    position: absolute
}

.x-surface-canvas {
    position: absolute
}

.x-draw-container {
    position: relative;
    cursor: default
}

.x-legend {
    background: #fff;
    outline: none
}

.x-legend-horizontal {
    overflow-x: auto;
    overflow-y: hidden
}

    .x-legend-horizontal .x-legend-item {
        display: inline-block;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }

        .x-legend-horizontal .x-legend-item:first-child {
            border-left: 1px solid #ccc;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }

        .x-legend-horizontal .x-legend-item:last-child {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }

    .x-legend-horizontal.x-rtl .x-legend-item:first-child {
        border-right: 1px solid #ccc;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }

    .x-legend-horizontal.x-rtl .x-legend-item:last-child {
        border-right: none;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

.x-legend-vertical {
    overflow-x: hidden;
    overflow-y: auto
}

    .x-legend-vertical .x-legend-item {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }

        .x-legend-vertical .x-legend-item:first-child {
            border-top: 1px solid #ccc;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

        .x-legend-vertical .x-legend-item:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px
        }

.x-legend-item-inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3
}

.x-legend-item {
    padding: 0.8em 0.6em 0.8em 1.8em;
    color: #333;
    background: rgba(255, 255, 255, 0);
    max-width: 16em;
    min-width: 0;
    font-size: 12px;
    font-family: tahoma, arial, verdana, sans-serif;
    line-height: 12px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.x-rtl > * > .x-legend-item {
    padding: 0.8em 1.8em 0.8em 1em
}

.x-legend-item-marker {
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
    left: 0.7em;
    top: 0.85em
}

.x-rtl > * > * > .x-legend-item-marker {
    right: 0.7em
}

.x-legend-inner {
    display: table;
    text-align: center;
    padding: 10px
}

.x-legend-horizontal .x-legend-inner {
    min-width: 100%
}

.x-legend-vertical .x-legend-inner {
    min-height: 100%
}

.x-legend-container {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 0;
    background: #fff;
    -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
    -moz-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
    box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px
}

.x-chart-image {
    width: 100%;
    height: auto
}