﻿.logcontainer {
    width: 98%;
    height: 92.5%;
    position: absolute;
    top: 2%;
    /*margin-top: -150px;*/
    left: 1%;
    /*margin-left: -180px;*/
    /*padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px 2px #999;
    color: white;
    text-shadow: 2px 2px 2px gray;*/
    background-image: url('/Image/login_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /*
    width: 360px;
    height: 320px;
    position:absolute;
    top:50%;
    margin-top: -150px;
    left:50%;
    margin-left: -180px;    
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px 2px #999;
    color: white;
    text-shadow: 2px 2px 2px gray;
    */
    /*background: #007991;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(bottom right, #78ffd6, #007991);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(bottom right, #78ffd6, #007991);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.logcontent {
    width: 588px;
    height: 588px;
    position: absolute;
    top: 20%;
    left: 35%;
    /*margin-top: 150px;
    margin-left: 300px;*/
    background-image: url('/Image/login_bg02-1.png');
}

.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;
}

.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;
}

.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;
}


.dx-tag {
    margin: 1px;
    height: 25px;
}

.dx-tag-content {
    height: 25px;
    font-size: 10px;
}

.dx-htmleditor-content table {
    /*htmleditor에서 표 만들때 크기*/
    width: auto;
}

.dx-gridbase-a11y-status-container {
    display: none !important;
}

.layout-header {
    z-index: 1000 !important; /* DevExtreme 기본값보다 높게 설정 */
}

/* sub menu의 정렬을 위해 설정함 */
.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item {
    flex-direction: row !important;
}

/* sub menu의 정렬을 위해 설정함 */
.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
    padding: 0 18px !important;
}

/* 메뉴의 글자 정렬을 위해 설정함 */
.dx-item-content.dx-treeview-item-content {
    display: flex !important;
    align-items: center !important;
}


.dx-texteditor-buttons-container .dx-button {
    border-radius: 0 !important;
    margin: 0 !important;
}

/* textbox 안의 버튼 style */
/* 버튼 자체가 TextBox 내부에서 꽉 차도록 */
.input-button-flex {
    height: 100% !important;
    display: flex !important;
    align-items: center !important; /* 수직 중앙 정렬 */
    box-sizing: border-box;
}


    /* hover 효과 때문에 무너지는 걸 방지 */
    .input-button-flex:hover {
        height: 100% !important;
    }