﻿
/* 웹표준 테이블 스타일 */
.cls_tbl_edit_table {
    border-collapse:collapse;   
    font-size: 12px;
    font-family: "Malgun Gothic", Verdana, Sans-Serif;     
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;               
    border:0px;
}  
.cls_tbl_edit_th 
{
    height:28px;
    font-weight:normal;   
    border-style:solid;
    border-width:1px;
    border-color:#bbbbbb;      
    background-color:#f3f3f3;     
    text-align:left;
    padding: 0px 0px 0px 5px;    
    margin: 0px;                   
    vertical-align:middle;        
}
.cls_tbl_edit_td 
{
    border: 1px solid #bbbbbb;
    height:28px;
    background: #F0F8FF;    
    text-align:left;
    padding: 0px 0px 0px 5px;      
    margin: 0px 0px 0px 0px;     
    vertical-align:middle;                           
}
        
/* 웹표준 div 스타일 */        
.cls_div_header
{
        border-bottom: 2px solid #bbbbbb;     
        margin:0px 0px 5px 0px;
        padding:0px;                            
}
.cls_div_content
{
        margin:0px;
        padding:0px;               
}
.cls_div_space
{
        height:10px;
        margin:0px;
        padding:0px;                        
}          
        
    /* devexpress 컨트롤 스타일 

    .ctl_style input, .ctl_style textarea, label
    {                   
        vertical-align: middle !important;
        padding: 0px !important;   
        margin:0px;    
        height: 90% !important;
        font-size: 12px !important;
        font-family: "Malgun Gothic", Verdana, Sans-Serif !important;         
    }
    */
    /* devexpress 컨트롤 readonly 스타일 
    .ctl_style_readonly input, .ctl_style_readonly textarea
    {                   
        background:#CCFFFF !important;  
        color: #bbbbbb !important;   
        vertical-align: middle !important;
        padding: 0px !important;   
        margin:0px;    
        height: 90% !important;
        font-size: 12px !important;
        font-family: "Malgun Gothic", Verdana, Sans-Serif !important;        
    }
    */


/* devexpress 컨트롤 스타일 */
.ctl_style input, .ctl_style textarea, label
{                   
    font-size: 12px !important;
    font-family: "Malgun Gothic", Verdana, Sans-Serif !important;         
}

/* devexpress 컨트롤 스타일 - 한 [ 익스플로러만 적용됨 ] */
.ctl_style_han input, .ctl_style_han textarea, label
{                   
    font-size: 12px !important;
    font-family: "Malgun Gothic", Verdana, Sans-Serif !important;         
    ime-mode:active !important;
}

/* devexpress 컨트롤 readonly 스타일 */
.ctl_style_readonly input, .ctl_style_readonly textarea
{                   
    /*background:#CCFFFF !important;*/  
    color: #bbbbbb !important;   
    font-size: 12px !important;
    font-family: "Malgun Gothic", Verdana, Sans-Serif !important;        
}

/* devexpress div 스타일 */
.div_elemant
{
    font-size: 12px !important;
    font-family: "Malgun Gothic", Verdana, Sans-Serif !important;   
}

/* layoutcontrol 폼깨짐 방지*/
/**, *:before, *:after{
    -webkit-box-sizing:content-box;
    -moz-box-sizing: content-box;
    box-sizing:content-box;
}*/

/* layoutcontrol 폼깨짐 방지*/
.dxflCaptionCellSys
{
   width: 70px !important;
   padding: 0px !important;
   margin:0px !important;
}
