﻿html.open {
    overflow: hidden;
}

header {
    font-size: 1.8em;
    text-align: center;
}

header > div {
    float: left;
}

input {
    font-size: 16px;
    padding: .6em .4em !important;
    border: 1px solid #aaa;
}

/*로그인 폼*/
.login-main-logo{width:220px;display:block;margin:auto auto 20px;color:#222;font-size:2rem;text-align:center;font-weight:bold}
.login-main-text{width:220px;height:18px;display:block;margin:auto auto 10px;color:#222;font-size:2rem;text-align:center;font-weight:bold}
.login-form{width:100%;padding:30px}
.login-form>input[type="text"],.login-form>input[type="password"]{width:100%;height:40px;padding-left:15px;border:1px solid #221E1f;font-size:1.6rem;border-radius:5px}
.login-form>input[type="text"]{margin-bottom:10px;}
.login-form>button,.login-form>a{width:100%;height:40px;font-size:1.8rem}
.login-form>.login-form-footer{width:100%;height:auto;display:block;margin: 10px 0;overflow:hidden;font-size:1.2rem;text-align:center}
.login-form>.login-form-footer>span{margin-top:3px;display:block;float:right}

/*사이드바 메뉴*/
.sidebar-menu-btn {
    width: 15%;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 24px;
    cursor: pointer;
}

#menu {
    width: 150px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -152px;
    z-index: 10;
    border: 1px solid #c9c9c9;
    background-color: white;
    text-align: center;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

#menu.open {
    right: 0;
}

.page-cover.open {
    display: block;
}

.page-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4;
    display: none;
}

/*header*/
header.header-style{
    width:100%;height:60px;background-color: #373434; padding-top : 0;
}

.title-back-area{
    width:15%; height:100%; line-height: 60px; font-size: 24px;
}

.title-text-area{
    width:70%; height:100%; line-height: 60px; text-align: center;
}

.title-text{
    color: white; font-size: 18px; font-weight: bold;
}

.title-sidebar-menu-area{
    width:15%; height:100%; line-height: 60px; color: #ffffff;
}

.sidebar-menu-area{
    background-color: #282c37!important; color: white;
}

.sidebar-menu-cancel{
    height: 60px; line-height: 25px; padding: 15px;
    font-weight: bold; color: white; border-bottom: 1px solid #0d8ddb; border-top: 5px solid #0d8ddb;
}

.sidebar-menu-index{
    border-bottom: 1px solid #0d8ddb; font-size: 18px; font-weight: bold; padding: 3px; color: #a5a5a5; background-color: #282c37;
}

.active{
    border-left: 5px solid #1ab4db; color: white;
}

.white{
    color: white !important;
}

/*--------------------------------------PDA 원본 css---------------------------------*/






/*view페이지*/
.w100{
    width: 100%;
}

.w45{
    width: 45%;
}

.w10{
    width: 10%;
}


.stock-in-list-select-form{
    width: 45%;
    font-size: 16px;
    padding: .6em .4em !important;
    border: 1px solid #aaa;
    background-color: #ffffff;
}

.stock-in-list-search-container{
    padding: 10px;
    background-color: #dddddd;
}

.stock-in-list-search-form-one{
    padding: 10px 0;
}

.stock-in-list-search-form-one-empty{
    display: inline-block; width: 7.5%; height: 100%;
}

.stock-in-list-search-form-text{
    width: 45%;
    background-color: #ffffff;
}

.stock-in-list-search-form-two{
    margin: 10px 0; border: 1px solid #aaa; background-color: white;
}

.stock-in-list-search-form-two>input{
    background-color: #ffffff;
}

.stock-in-list-search-form-two-empty{
    display: inline-block; width: 10%; height: 100%; font-size: 16px; margin: 0 -3.5px; text-align: center;
}

.stock-in-list-search-form-btn{
    width: 100%; padding: 10px; font-size: 18px; background-color: #00a684; color: #ffffff; margin-top: 10px;
}

.stock-in-list-search-result-cnt{
    padding: 10px; font-size: 18px; background-color: #65adca; color: white;
}

.stock-in-list{
    height: 110px; font-size: 16px; padding: 5px 0; border-bottom: 1px solid #000000;
}

.stock-in-list-check-form{
    width: 8%; line-height: 100px; float: left; border-right: 1px solid #AAAAAA;
}

.stock-in-list-stat{
    width : 30%; height: 100%; float: left; text-align: center;
}

.stock-in-list-stat > span{
    font-weight: bold;
}

.stock-in-list-date{
    width : 70%; height: 100%; float: left; text-align: center;
}

.stock-in-list-goods{
    width : 30%; height: 100%; float: left; text-align: left;
}

.stock-in-list-category{
    width : 70%; height: 100%; float: left; text-align: center;
}

.stock-in-list-cnt{
    width : 40%; height: 100%; float: left; text-align: left;
}

.stock-in-list-sumkg{
    width : 50%; height: 100%; float: left; text-align: center;
}

.stock-in-list-row{
    border-bottom: 1px solid #AAAAAA;
    height: 25px;
    padding: 5px 10px;
}

.stock-in-list-row > .line-shortening {
    width: 100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

.stock-in-list-row:last-child{
    border-bottom: none;
}

.stock-in-search-empty{
    text-align: center;
    line-height: 100px;
    font-weight: bold;
}



.stock-in-detail-header{
    font-size: 16px; padding: 5px; height: 40px; background-color: #797979;
}

.stock-in-detail-header-gname{
    float: left;
    width:250px;
    margin-left: 10px;
    line-height: 30px;
    color: white;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

.stock-in-detail-header-goods-in-info{
    padding: 5px 10px;
    line-height: 20px;
    background-color: #00a684;
    color: white;
    float: right;
}

.search-form-one{
    margin: 5px 0px; font-size: 16px;
}

.search-form-two{
    margin: 5px 0px;
    position: relative;
}

.stock-in-detail-tip{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-align: right;
}

.stock-in-detail-tip > li{
    display: inline;
}

.stock-in-detail-model-insert-yn{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: right;
}

.stock-in-detail-select-decimal{
    width: 100%;
    font-size: 16px;
    padding: .5em .4em !important;
    border: 1px solid #aaa;
}

.stock-in-detail-search-barcode-box-no{
    width: 100%;
}

.stock-in-detail-search-barcode-weight{
    width: 100%;
}

.stock-in-detail-search-barcode-weight:focus{
    border: 1px solid #e05e57;
}

.stock-in-detail-goods-box-kg-all-input{
    width: 25%;
}

.stock-in-detail-goods-box-kg-all-btn{
    width: 25%;
    height: 39px;
    background-color: #4f3cd8;
    color: white;
    font-size: 16px;
}

.stock-in-detail-btn-group{
    overflow: hidden; padding: 8px;
}

.stock-in-detail-btn-one{
    width: 32%; height: 40px; line-height: 40px; font-size: 16px; background-color: #00bcd4; float: left; text-align: center; color: #ffffff;
}

.stock-in-detail-btn-two{
    width: 32%; height: 40px; line-height: 40px; margin:0 2% ;font-size: 16px; background-color: #c54ad2; float: left; text-align: center; color: #ffffff;
}

.stock-in-detail-btn-three{
    width: 32%; height: 40px; line-height: 40px; font-size: 16px; background-color: #EF5350; float: left; text-align: center; color: #ffffff;
}

.stock-in-detail-cnt{
    padding: 10px;
    font-size: 18px;
}

.stock-in-detail-goods-box-list{
    margin: 10px 5px;
    height: 190px;
    overflow: auto;
}

.stock-in-detail-goods-box-table{
    border: 1px solid #AAAAAA;
}

.stock-in-detail-goods-box-row-sequence{
    font-size: 16px; text-align: center; border-bottom: 1px solid #AAAAAA;
}

.stock-in-detail-goods-box-kg{
    width: 100%; font-size: 18px;
}

.stock-in-detail-goods-box-barcode{
    width: 100%; font-size: 18px;
}

.table-th-first{
    padding: 10px 0px; font-size: 18px; color: #ffffff; border-right: 1px solid #ffffff;
}

.table-th-second{
    padding: 10px 0px; font-size: 18px; color: #ffffff; border-right: 1px solid #ffffff;
}

.stock-in-detail-goods-box-list-row{

}

#modal {display:none; width: 80%; height: 460px; background-color:#FFFFFF;position:absolute;top:300px;left:200px;border:2px solid #E2E2E2;z-Index:9999;}


#stock_info_modal {display:none; width: 80%; height: 80%; background-color:#FFFFFF;position:absolute;top:300px;left:200px;border:2px solid #E2E2E2;z-Index:9999;}


.stock-info-modal-header{
    position: relative;
    width: 100%;
    height: 60px;
    padding: 20px;
    font-size: 18px;
}

.stock-info-modal-body{
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}

.stock-info-img-area{
    width: 100%;
    border: 2px solid;
}

.stock-info-text-area{
    width: 100%;
    padding: 10px 5px;
}

.goods_name{
    font-weight: bold;
    padding: 10px 0;
}

.goods_subInfo{
    padding: 10px 0 0 0;
}

.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.storage-modal-header{
    position: relative;
    width: 100%;
    height: 60px;
    padding: 20px;
    font-size: 18px;
}

.storage-modal-body{
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}

.storage-modal-body-stock-in{
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
}

.storage-modal-body-row-info{
    margin: 10px 0px;
}

.storage-modal-body-row-barcode{
    margin: 10px 0px;
}

.storage-modal-body-stock-in-select-decimal{
    width: 100%;
    font-size: 16px;
    padding: .6em .4em !important;
    border: 1px solid #aaa;
}

.storage-modal-body-stock-in-barcode{
    width: 100%;
}

.storage-modal-body-stock-in-model{
    width: 100%;
}

.storage-modal-body-row-option{
    overflow: hidden;
    margin: 10px 0px;
}

.row-option-static-write{
    width: 50%; float: left;
}

.static-write-input{
    width: 60px;height: 32px;
}

.static-write-btn{
    height: 32px;
    padding: 0px 5px;
    background-color: #bf4644;
    color : #ffffff;
}

.row-option-role{
    width: 50%; float: left;
}

/*중복*/
.search-container{
    padding: 10px;
    background-color: #dddddd;
}

.weight-manual{
    color: blue !important;
}

.weight-saved{
    background-color: #aaaaaa;
}

.stock-out-list-search-form{
    padding: 10px; background-color: #dddddd;
}

.stock-out-list-search-form-one{
    padding: 10px 0px;
}

.stock-out-list-select-form{
    width: 45%;
    font-size: 16px;
    padding: .6em .4em !important;
    border: 1px solid #aaa;
    background-color: #ffffff;
}

.stock-out-list-search-form-select-empty{
    display: inline-block; width: 7.5%; height: 100%;
}

.stock-out-list-search-form-date-empty{
    display: inline-block; width: 10%; height: 100%; font-size: 16px; margin: 0 -3.5px; text-align: center;
}

.stock-out-list-search-form-two{
    margin: 10px 0px; border: 1px solid #aaa; background-color: white;
}

.stock-out-list-search-form-btn{
    width: 100%; padding: 10px; font-size: 18px; background-color: #00a684; color: #ffffff;
}

.stock-out-detail-btn-group{
    overflow: hidden;
    padding: 8px;
}

.stock-out-detail-btn-group > div.w-50{
    width: 49%;
}

.stock-out-detail-btn-one{
    margin-right: 2%;
    width: 32%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #00bcd4;
    float: left;
    text-align: center;
    color: #ffffff;
}

.stock-out-detail-btn-two{
    width: 32%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #c54ad2;
    float: left;
    text-align: center;
    color: #ffffff;
}

.stock-out-detail-btn-three{
    width: 32%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #EF5350;
    float: left;
    text-align: center;
    color: #ffffff;
}

.stock-out-detail-btn-four{
    margin-left: 2%;
    width: 32%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #34a325;
    float: left;
    text-align: center;
    color: #ffffff;
}

.stock-out-list-search-result-cnt{
    padding: 10px;
    font-size: 18px;
    background-color: #65adca;
    color: white;
}

.stock-out-list-title{
    padding: 5px 0;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}

.stock-out-list{
    padding: 5px 0;
    height: 135px;
    font-size: 16px;
    border-bottom: 1px solid #000000;
}

.stock-out-list-title-check-form{
    width: 8%;
    line-height: 20px;
    border-right: 1px solid #AAAAAA;
    text-align: center;
    float: left;
}

.stock-out-list-check-form{
    width: 8%;
    line-height: 125px;
    border-right: 1px solid #AAAAAA;
    text-align: center;
    float: left;
}

.stock-out-list-title-row{
    width: 92%;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    float: left;
}

.stock-out-list-row{
    margin-left: 10%;
    padding: 3px 0;
    height: 25px;
    border-bottom: 1px solid #AAAAAA;
}

.stock-out-list-row > .line-shortening {
    width: 100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

.stock-out-list-row:last-child{
    border-bottom: none;
}

.stock-out-list-goods{
    width : 20%;
    height: 100%;
    float: left;
    text-align: center;
}

.stock-out-list-category{
    width : 80%;
    height: 100%;
    float: left;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

.stock-out-list-stat{
    width : 20%;
    height: 100%;
    float: left;
    text-align: center;
}

.stock-out-list-stat>span{
    font-weight: bold;
}

.stock-out-list-date{
    width : 80%;
    height: 100%;
    float: left;
    text-align: center;
}


.stock-out-list-type{
    width : 20%;
    height: 100%;
    float: left;
    text-align: center;
}

.stock-out-list-cnt{
    width : 40%;
    height: 100%;
    float: left;
    text-align: center;
}

.stock-out-list-sumkg{
    width : 40%;
    height: 100%;
    float: left;
    text-align: center;
}

.stock-out-list-no-rows{
    line-height: 135px;
    text-align: center;
}


/*outDetail*/
.stock-out-detail-header{
    padding: 5px;
    height: 40px;
    font-size: 16px;
    background-color: #797979;
}

.stock-out-detail-header-gname{
    float: left;
    margin-left: 10px;
    line-height: 30px;
    color: white;
}

.stock-out-detail-header-btn{
    padding: 5px 10px;
    line-height: 20px;
    background-color: #00a684;
    color: white;
    float: right;
}

.stock-out-detail-section{
    margin-bottom: 10px;
}

.stock-out-detail-table{
    font-size: 14px;
    border: 1px solid #aaaaaa;
}

.stock-out-detail-table.m-b-36{
    margin-bottom: 36px;
}

.stock-out-detail-title{
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    background-color: #52616a;
    color: #f0f5f9;
}

.stock-out-detail-th{
    background-color: #bcc6cc;
    padding: 5px 0;
    color: #000000;
    border: 1px solid #aaaaaa;
}

.stock-out-detail-td{
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #aaaaaa;
}

.stock-out-detail-box-list-td{
    background-color: #ffffff;
    padding: 5px 0;
    border: 1px solid #aaaaaa;
    text-align: center;
}

.stock-out-detail-no-data-td {
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    background-color: #FFFFFF;
}

.fixed-bottom-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    font-size: 1.6rem;
    color: #FFF;
    display: flex;
}

.fixed-bottom-wrapper > select.stock-out-select-weight-barcode-decimal {
    order: 1;
    width: 20%;
}

.fixed-bottom-wrapper > input.stock-out-box-weight-barcode {
    order: 2;
    width: 50%;
}

.fixed-bottom-wrapper > button.btn-static-stock-out-box-selector {
    order: 3;
    width: 30%;
    background-color: #65adca;
}

.hide {
    display: none;
}

.move-scroll-top{
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 50px;
    height:50px;
    z-index: 999;
    display: none;
}

/*orderList*/
.stock-out-order-list-title {
    border-bottom: 1px solid #000000;
    overflow: hidden;
}

.stock-out-order-list-title > .stock-out-order-list-select-all {
    line-height: 20px;
    width: 10%;
    padding: 10px 0;
    font-size: 16px;
    float: left;
    text-align: center;
    border-right: 1px solid #000000;
}

.stock-out-order-list-title > .stock-out-order-list-title-text {
    line-height: 20px;
    width: 90%;
    padding: 10px 0;
    font-size: 16px;
    float: left;
    text-align: center;
}

.stock-out-order-goods-title {
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #cccccc;
}

.stock-out-order-goods-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.stock-out-order-goods-info {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.stock-out-order-list{
    font-size: 16px;
    border-bottom: 1px solid #000000;
    display: flex;
    overflow: hidden;
}

.stock-out-order-list-check-form {
    order: 1;
    width: 10%;
    height: 100%;
    padding: 8px 0;
    text-align: center;
    border-right: 1px solid #000000;
    float: left;
}

.stock-out-order-contents {
    order: 2;
    width: 90%;
    padding: 5px;
    float: left;
}

.stock-out-order-row {
    padding: 5px;
}

.stock-out-order-row>div{
    display: inline-block;
}

.stock-out-order-row>.stock-out-order-id {
    width: 50%;
}

.stock-out-order-row>.stock-out-order-region {
    width: 15%;
    text-align: center;
    font-weight: bold;
}

.stock-out-order-row>.stock-out-order-expected-count {
    width: 35%;
}

.stock-box-weight-label-info-group {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #222222;
}

.stock-box-weight-label-info-group>.stock-box-weight-label-barcode {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.stock-box-weight-label-info-group>.stock-box-weight-label-barcode.order-saved-box-info {
    padding: 10.5px;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #AAAAAA;
    background-color: #CCCCCC;
}

.order-goods-box-selected {
    background-color: #222222 !important;
    color: #FFFFFF;
}

.stock-box-weight-label-info-group>.stock-box-weight-label-barcode>.stock-box-weight-label-barcode-input {
    width: 100%;
}

.stock-box-weight-label-info-group>.stock-box-weight-label-barcode>.stock-box-weight-label-barcode-input:read-only {
    background-color: #CCCCCC;
}

.stock-out-order-list-area {
    margin-bottom: 80px;
}

.stock-out-order-search-input {
    width: 45%;
    background-color: #FFF;
}

.manual-weight{
    background-color: skyblue;
}

.model-insert{
    background-color: greenyellow;
}

.bg-red {
    background-color: #e05e57;
}