﻿html {
    width: 100%;
    height: calc(100% - 8px);
}

body {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    font-family: Verdana,Arial,sans-serif;
    /*font-size: 13px;*/
    font-style: normal;
    /*
    background-color: black;
    color: white;
    */
}

#FORM {
    width: 100%;
    height: calc( 100% + 8px);
    text-align: center;
}

/* 기본 폰트사이즈 */
* {
    font-size: 11px !important;
}

/* 편집불가 셀 */
.NotEditableCell {
    background-color: #e8e8e8 !important;
}

/*가독성을 위한 연한색 셀*/
.CellColor_notable {
    background-color: gray !important;
}

/*에러행을 위한 붉은색 셀*/
.CellColor_error {
    background-color:orange !important;
}


/* 편집 셀 */
.EditableCell {
    background-color: #ffeae8 !important;
}


/*소계셀;*/
 .CellColor_stotal {
  background-color: #B5B2FF !important;      
}

/*합계셀;*/
 .CellColor_total {
  background-color: #6B66FF !important;      
}


 /*합계셀;*/
 .CellColor_qty {
  background-color: #D9E5FF !important;      
}


.jqx-widget-header2 {
   
    background: #e8e8e8 ;
    border-color: #fff;
    color: #fff;
    font-size: 15px;
}