/*s 파일 업로드 관련*/
.file-upload {
    background-color: #ffffff;
    padding: 20px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    position: relative;
}

/*e 파일 업로드 관련*/

/*jqgrid 셀 선택시*/
.ui-state-hover {
    color: black;
}

.grid-yellow {
    background-color: #ffff00 !important;
}

.grid-green {
    background-color: #00ff00 !important;
}

.grid-red {
    background-color: #ff0000 !important;
}

.red { color: red; }
.blue { color: blue; }

.grid-padding-left{
    padding-left: 7px !important;
}

.grid-padding-right{
    padding-right: 7px !important;
}

.evaluate-selector {
    /*display: block;*/
    /*width: 100%;*/
    margin-left: 10px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.evaluate-selector option[disabled] {
    background-color: #ced4da;
}

.evaluate-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.a-block {
    pointer-events: none;
}

.default-image-wh {
    width: 32vw !important;
    height: 22vw !important;
}

.portrait-image-wh {
    width: 25vw !important;
    height: 30vw !important;
}

.default-padding {
    padding-top: 40px;
}

.portrait-padding {
    padding-top: 85px;
}

.table.table-bordered.text-center.table-custom th,
.table.table-bordered.text-center.table-custom td {
    vertical-align: middle;
}

.table.table-bordered.text-center.table-custom .table-td {
    width: 93px;
}

 #reject-dialog {
    height: 200px !important;
}

/* chart 하이라이트 */
.bordered {
    border: 6px solid #DDD;
}

/* zoom 버튼 안보이기 */
.highcharts-button, .highcharts-range-selector-buttons g.highcharts-label{
    display: none;
}
 .print-form-group{
     padding-right: 8%;
     justify-content: end;
     align-content: end;
 }

 .print-label{
     align-self: end;
 }

.supplier-name{
    position: relative;
    bottom: 20px;
    width: 200px;
    font-size: 15px;
    font-weight: 800;
}

.qr-bg {
    /* Image */
    position: absolute;
    height: 465px;
    z-index: 1;
}

#qr-img{
    width: 100%;
}

.qr-label {
    width: 200px;
    text-align: center;
    justify-items: center;
    z-index: 10;
    margin-left: 48px;
    margin-top: 150px;
}

input.inw80 { width: 80px; }

.input_subProcess{
    min-width: 100px !important;
}
.input_supplyCenter{
    min-width: 100px !important;
}

.disable-background-color{
    background-color: #e9ecef;
}