﻿/*메뉴 타이틀 등을 css로 맞추기 위해 설정함*/
.Condition_table {
    width: 100%;
    float: none;
    height: 80px;
    /*border: 1px solid black;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.Condition_intable {
    border-width: 0px 0px 0px 0px;
}

.Condition_table, .Condition_intable {
    display: table;
    width: 100%;
    height: 80px;
}

.Condition_row {
    display: table-row;
}

.Condition_cell {
    display: table-cell;
    border-width: 1px 1px 1px 1px;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Condition_merged {
    width: 200px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    /*background: green;*/
}

.Condition_Label_Group {
    margin-left: 5px;
}

.Condition_Label {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
    font-family: Malgun Gothic, serif;
}

.Condition_Label_Title {
    width: 120px;
    margin-right: 5px;
    text-align: right;
    vertical-align: middle;
    font-family: Malgun Gothic, serif;
    padding-top: 5px;
    /*font-weight : bold;*/
}

.Condition_Label_Table {
    display: table;
    margin: 0;
    padding: 0;
}

.Condition_Label_Table_Tr {
    display: table-row;
    margin: 0;
    padding: 0;
}

.Condition_Label_Table_Td_Title {
    display: table-cell;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-items: flex-end;
    text-align: right;
    font-family: Malgun Gothic, serif;
}

.Condition_Label_Table_Td_Control {
    display: table-cell;
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    font-family: Malgun Gothic, serif;
}

.uppercase-ommon .dx-texteditor-input {
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}

.layout-footer {
    /*display: block;
    color: red;
    background-image: url('/image/footer.gif');
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 5px;
    padding-bottom: 5px;*/
    text-align: center;
    vertical-align: middle;
    font-size: 1.0em;
    color: white;
    font-family: Arial;
    background-image: url('/image/footer_bg.gif');
    background-repeat: repeat-x;
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 38px;
    margin: auto;
}

.logFooterContent {
    /*background-image: url('/image/footer.gif');*/
    /*position: absolute;*/
    left: 38%;
    /*width: 459px;*/
    height: 12px;
    /*float: left;*/
    /*margin-top: 15px;*/
    margin-top: 9px;
}
