@charset "utf-8";

/* 그리드 수정 가능 컬럼 */
.grid-col-edit {
     background-color: #dff1c1 !important;
}

/* 그리드 데이터 불일치 컬럼 */
.grid-col-dis {
     background-color: #eb5942 !important;
}

.grid-col-edit:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .grid-col-edit:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     background-color: #dff1c1 !important;
}

 .purple {
     color: white;
     background-color: #8041D9;
 }
 .yellow {
     color: black;
     background-color: yellow;
 }
 .blue {
     color: white;
     background-color: #0054FF;
 }
 
 .red {
     color: white;
     background-color: #e83636;
 }
 
 .pink2 {
 	 color: red;
 	 background-color: #FFD8D8;	
 
 }
 
.pink_f {
    color: pink;
    
}
.gold_f {
    color: gold;
    
}
.green_f {
    color: green;
    
}
.blue_f {
    color: blue;
}

.red_f {
    color: red;
}
.purple_f {
    color: purple;
}
 
.groupSum {
    background-color: #ebf1de;
}
     
.totalSum {
    background-color: #fde9d9;
}      

 
 
 
 .pink_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: pink;
 }
 .gold_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: gold;
 }
 .green_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: green;
 }
 .blue_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: blue;
 }
 .red_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: red;
 }
 .purple_f:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: purple;
 }


.yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: black;
     background-color: yellow;
 }
 .blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: white;
     background-color: #0054FF;
 }
 .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: white;
     background-color: #e83636;
 }
.pink:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: red;
     background-color: #FFD8D8;
 }
 
 .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: white;
     background-color: #8041D9;
 }
 
 .groupSum:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: red;
      background-color: #ebf1de;
 }
 
 .totalSum(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
     color: red;
      background-color: #fde9d9;
 }
