﻿
.logcontainer {
    width: 98%;
    height: 95.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_bg02.jpg');
    background-size: cover;
    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: 50%;
    left: 50%;
    /*margin-top: 150px;
    margin-left: 300px;*/
    background-image: url('/Image/login_bg02-1.png');
    background-size: cover;
    transform: translate(-50%, -50%);
}


.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_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;*/
}
