@charset "UTF-8";
/**
THEME : Realgrid light(Default)
**/

.no_disable {
    background : #F8F6F6;
}
.disable{
	background : #ffffff;
}
.groupHeaderColor {
    background: #F7F7F7;
}
.approve_code {
    background: #ffe6e6;
}
.need_yn{
/*     color : #5d78ff; */
	color:#43B8A1;
}
.align_left{
    text-align: left;
}
.align_center{
    text-align: center;
}
.align_right{
    text-align: right;
}
.weekend{
    background:#FFE2E5; !important;
}
.off_work{
    background: #dfebdb;
}
.tardy{
    background: #dfebdb;
}
/* 전표등록 -> 보조화면 */
.inv_assist_yn {
    background : #43b8a1;
}
.blue {
    color : blue;
    font-weight : bold;
}
.red {
    color : red;
    font-weight : bold;
}
/* 링크 텍스트 */
.link_column {
     color : #43b8a1 !important;
     font-weight : bold;
}
/* 빨간색 계통 텍스트 #a14357*/
.grid_red_column {
     color : #ff0000 !important;
     font-weight : bold;
}
/* 파란색 계통의 텍스트  #437ca1*/
.grid_blue_column {
     color : #0000ff  !important;
     font-weight : bold;
}
/**/
.depth_bg_1 {
    background : #f6e8ff;
    font-weight : bold;
}
.depth_bg_2 {
    background : #eae8ff;
    font-weight : bold;
}
.depth_bg_3 {
    background : #def3ff;
    font-weight : bold;
}
.depth_bg_4 {
    background : #fffff3;
    font-weight : bold;
}

.rg-dropdownlist {
/*   color: #656d7b;
  background: #FFFFFF;
  border: 1px solid #9aa1ac;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  font-size: 10pt;
  padding: 0px;
  margin: 0px; */

   }

/* 공백표시 */
.white-space {
    white-space: pre;
}

/*행 선택 배경색*/
.rg-focused-row{
/*   background: rgba(1, 112, 250, 0.18); */
	background-color: #F5FFF1;
}

/*그리드 헤더 컬럼*/
.grid-header-col{
    background-color: #f8f8f8;
    font-size: 13px;
    font-weight: bold;
}

/* 승인 */
.background_green {
background : #7BD7C3;
}
/* 미승인 */
.background_blue {
	background: #DADAE1;
}
/* 반려,취소 */
.background_red {
	background: #F6909E;
}
.background_gray_mint {
    background : #dfe9e6;/* #d7efe9;*/
}

/* 라인 소계 1*/
.grid_background_summary_green_1 {
    background : #DFE9E6;
}
.grid_background_summary_green_1 .rg-data-cell {
    font-weight: 500 !important;
}
/* 라인 소계 2 1보다 진한 톤 */
.grid_background_summary_green_2 {
    background: #7BD7C3;
}
.grid_background_summary_green_2 .rg-data-cell {
    font-weight: 500 !important;
}
/* 라인 소계 3  2보다 진한 톤*/
.grid_background_summary_green_3 {
    background: #2FA98D;
}
.grid_background_summary_green_3 .rg-data-cell {
    font-weight: 500 !important;
}